Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 691 Bytes

README.md

File metadata and controls

24 lines (23 loc) · 691 Bytes

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