K8s is an open source platform that automates Linux container operations to make life easier.
- Automated Rollbacks
- Self-Healing
- Auto Scaling
- Load Balancing
Kubernetes has high efficiency and density with predictable application performance. Continuous development, integration, and deployment provides for reliable and frequent container image build and deployment with quick and efficient rollbacks (due to image immutability).
Kubernetes restarts containers that fail, replaces containers, kills containers that don't respond to your user-defined health check, and doesn't advertise them to clients until they are ready to serve.
Automate Kubernetes to create new containers for your deployment, remove existing containers and adopt all their resources to the new container.