Production-Grade Container Scheduling and Management
Kubernetes is an open source system for managing containerized applications across multiple hosts, providing mechanisms for deployment, maintenance, and scaling. Built on experience from Google's internal Borg system and community best practices, it is hosted by the Cloud Native Computing Foundation. The project is written in Go and includes client libraries and examples for interacting with Kubernetes clusters, such as demonstrations of creating, updating, and deleting Deployments using the dynamic client package.