Getting started
- Automate deployment
- Scale
- Manage Containers
A unit work-load
Let's create a simple pod...
Manages Pods in one way or another
- Replica Set
- Deployment
- Replication Controller
- Daemon Set
- Job / CronJob
and a few other as well
Maintains the count of Pods
* never used directly
Replica Set + Manages update strategy
Exposes Pods in one way or another
- ClusterIP
- NodePort
- LoadBalancer
- ExternalName
Taints / Tolerations
Secrets
ConfigMap
Multi Master Cluster
Ingress
Volumes
By Ali Yousuf