Guide to explain kubernetes concepts through examples ( slides )
- Explain how to install Kubernetes with different tools and some complements help to manage the clusters.
- Single pod: Explain the basics about pods
- ReplicaSet: Show how a replica controller works
- Deployment: Manage the pods for update or rollback
- Service: Connect apps through cluster nodes thanks to services
- Ingress: How connect with the outside world
- Persisten Volumes: Playing with NFS
- Istio: Tame your microservice architecture