Kubernetes networking
https://kubernetes.io/docs/concepts/cluster-administration/networking/
The Container Network Interface (CNI) plugin is selected by passing kubelet
the --network-plugin=cni
Activities[edit]
- Create a pod network:
kubeadm init --pod-network-cidr=10.244.0.0/16
- Understand host networking configuration on the cluster nodes (CKA v1.23, CKA v1.24, CKA v1.25)
- Understand connectivity between Pods (CKA v1.23, CKA v1.24, CKA v1.25)
- Know how to configure and use CoreDNS (CKA v1.23, CKA v1.24, CKA v1.25)
- CKA: Troubleshoot networking
- Read https://kubernetes.io/blog/2022/05/23/service-ip-dynamic-and-static-allocation/
- Exposing an External IP Address to Access an Application in a Cluster:
kubectl expose deployment
Related terms[edit]
See also[edit]
- Tigera: Calico, Typha, Canal,
calicoctl, calico-kube-controllers
- Ingress controllers,
minikube addons enable ingress
,kubectl get ingress, kubectl get ingressclass, kubectl describe ingress
,Ingress:
, Ingress API,kind: Ingress
, AWS Load Balancer Controller, Envoy Proxy, NGINX Ingress Controller, GKE Ingress, Kubernetes Gateway API,ingress.k8s.aws, ingresses.networking.k8s.io
- Kubernetes networking: network policies, CNI, Calico, flannel, Service mesh, Istio,
kube-proxy, coredns, vpc-cni
, Kubernetes: Ingress controllers, IPVS, ServiceTypes:LoadBalancer, ClusterIP, NodePort, ExternalName
, EndpointSlices, Kubernetes DNS
Advertising: