Why Kubernetes
-
Self Healing Containers
-
Designed for Large Workloads
-
Specifications for the infrastructure in a simple YAML format
-
Kubernetes runs On-Premise, Cloud, Bare Metals
-
Rolling updates and rollbacks are supported.
-
Refer Here for introduction to Kubernete
Kubernetes Architecture

- Cluster: collection of nodes
- Master: Management of kubernetes cluster
- Node: Where applications run
- Refer Here for k8s components and architecture.
Kubernetes Single Master Cluster
- Installation will be done using kube-adm
- For installation Refer Here
