TLDR: Kubernetes is a container orchestration system. You define K8’s API objects in a configuration file and then the Kubernetes Controller ensures your infrastructure matches this desired state. Kubernetes automatically manages your application’s infrastructure.
The busy developer’s guide to Kubernetes
TLDR: Kubernetes is a container orchestration system. You define K8’s API objects in a configuration file and then the Kubernetes Controller ensures your infrastructure matches this desired state. Kubernetes automatically manages your application’s infrastructure.