Overview
Kubernetes is an open-source container orchestration platform.
What does this mean?
It means that Kubernetes is just scalable Docker. It features:
- self healing
- horizontal scalability
- service discovery
- automatic load balancing
- resource-based container deployments