Kubernetes
Kubernetes is an orchestration tool for containers.
Helps manage containerized applications in different development environments.
High availability and no downtime for the app.
Scalability and higher performance.
Disaster recovery -backup and restore.
Opensource
Made by Google.
PODS - smallest unit, It has an IP address. once a POD dies it automatically recreates it with a new IP.layer over the container
Ingress
Master Node controls the worker Node, worker Node has multiple containers running inside them.
Master Node
worker Node worker Node work Node worker Node
Comments
Post a Comment