Skip to content

avikjis27/k8s-networking-session

Repository files navigation

Introduction to k8s networking - The Hard way

Session plan

- Container networking primitives
- Kubernetes networking the big picture
- Pod level networking on single nodes
- Pod level networking on two nodes(L2)
- Demo
- Recap
- What is overlay networking concept
- Pod level networking (Overlay)
- Demo
- Kubernetes implementation of ClusterIP
- Kubernetes implementation of Nodeport
- Kubernetes implementation of Service
- Demo
- Kubernetes implementation of Loadbalancer
- Kubernetes implementation of Ingress
- Demo