📄️ What is Container Orchestration?
Container orchestration is a critical component in the field of platform engineering, enabling teams to automate the deployment, management, scaling, and networking of containers. This documentation covers key concepts, components, and best practices in container orchestration from a Platform Engineering perspective.
📄️ Kubernetes
Kubernetes is a powerful tool for managing containerized applications in a clustered environment. It was originally developed by Google and is now maintained by the Cloud Native Computing Foundation. Kubernetes abstracts the hardware infrastructure layer, allowing applications to be deployed and managed without being tied to individual cloud or data center setups.