Introduction To Kubernetes
- Kubernetes is open source by Google in 2014
- It makes it easier for us to manage containers.
- It even helps us in deploying, managing and scaling the containers.
ADVANTAGES OF USING Kubernetes
1. Deployment
2. Zero downtime and updates
3. Scaling
4. Self-Heal Containers
Why use Kubernetes
Suppose one of the containers you are running went down. It wouldnt be difficult to run that container dynamically. suppose a large number of containers went down, Intead of running all the containers dynamically, don't you want that the system should handle this automatically. Kubernetes does this.
next