Network Policy Controller in Weave Net
Blocking unwanted network traffic in Kubernetes
Bryan Boreham @bboreham
Network Policy Controller in Weave Net Blocking unwanted network - - PowerPoint PPT Presentation
Network Policy Controller in Weave Net Blocking unwanted network traffic in Kubernetes Bryan Boreham @bboreham Who knows... Kubernetes Docker Linux iptables Ancient wisdom For survival, your group needs: Leadership
Blocking unwanted network traffic in Kubernetes
Bryan Boreham @bboreham
kind: NetworkPolicy metadata: name: presentation-policy spec: podSelector: tier: presentation ingress:
port: 80
:80
kind: NetworkPolicy metadata: name: middle-tier-policy spec: podSelector: tier: middle ingress:
matchLabels: tier: presentation
host1
host2
iptables iptables
watch on policies, pods
...
...
TCP connection from 10.32.0.7:56648 to 10.32.0.11:80 blocked by Weave NPC.
Front end Redis Middle tier Middle tier Front end Presentation Middle tier Redis Redis
:80 :6379