kubernetes networking
play

Kubernetes networking with Calico Hemanth Nakkina, Solution - PowerPoint PPT Presentation

Kubernetes networking with Calico Hemanth Nakkina, Solution Architect, Ericsson Abhijeet Singh, Director, AT&T Uday T Kumar, Solution Architect, Ericsson There is no such thing as Container Networking Kelsey Hightower,


  1. Kubernetes networking with Calico Hemanth Nakkina, Solution Architect, Ericsson Abhijeet Singh, Director, AT&T Uday T Kumar, Solution Architect, Ericsson

  2. “ There is no such thing as Container Networking “ — Kelsey Hightower, Google Dev Evangelist. Title of his talk. Source: devopsnetworkingforum2016.sched.com

  3. Networking for Containers C — CNI (Container Network Interface): Specification that Sample CNI configuration { act as interface between Container runtime and "name": "k8s-pod-network", "cniVersion": "0.3.0", networking model implementations "plugins": [ { "type": "calico", "etcd_endpoints": "http://10.96.232.136:6666", Container Runtime "log_level": "info", "mtu": 1500, "ipam": { "type": "calico-ipam" }, Container Network Interface "policy": { "type": "k8s", "k8s_api_root": "https://10.96.0.1:443", "k8s_auth_token": "<auth token>" Calico Weave Romana Cilium }, "kubernetes": { "kubeconfig": "/etc/cni/net.d/calico-kubeconfig" } Basic Network requirements }, { — IPAM and lifecycle management of network devices "type": "portmap", "snat": true, "capabilities": {"portMappings": true} — Connectivity in Container network } ] — Route advertisement }

  4. Calico Architecture Orchestrator Designed to simplify, scale and secure cloud networks by Orchestrator plugin — Layer 3 based routing approach — BGP for Routes distribution — Policy driven network security implemented ETCD Database by iptable rules Components calico Felix BGP — Felix ctl client — Orchestrator plugin — Etcd Linux Kernel — BGP Client iptables routing — BGP Route reflector

  5. Calico – Deployment on k8s Helm chart - https://github.com/openstack/openstack-helm-infra/tree/master/calico Configuration updates

  6. Calico – How it works Controller C-Controller API server nginx proxy Scheduler ETCD C-ETCD busybox BGP Peer proxy Calico node Calico node Kube-dns dockerd kubelet kubelet dockerd Cali xxx Cali xxx Cali xxx Kernel Kernel Routng iptables iptables Routing enp0s8 enp0s3 enp0s3 enp0s8 10.0.2.6 192.168.81.101 10.0.2.7 192.168.81.102 default via 10.0.2.1 dev enp0s3 default via 10.0.2.1 dev enp0s3 10.0.2.0/24 dev enp0s3 proto kernel scope link src 10.0.2.6 10.0.2.0/24 dev enp0s3 proto kernel scope link src 10.0.2.7 192.168.81.0/24 dev enp0s8 proto kernel scope link src 192.168.81.101 192.168.81.0/24 dev enp0s8 proto kernel scope link src 192.168.81.102 blackhole 192.200.59.192/26 proto bird 192.200.59.192/26 via 192.168.81.101 dev tunl0 proto bird onlink 192.200.59.193 dev calidf072d3c423 scope link blackhole 192.200.203.0/26 proto bird 192.200.59.198 dev cali0aa3720a2c7 scope link 192.200.203.4 dev cali7bb4560a7c2 scope link 192.200.203.0/26 via 192.168.81.102 dev tunl0 proto bird onlink

  7. Iptablerules related to services NAT to resolve Service IP to Pod IP

  8. Thanks ! Merci !

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend