Difference between revisions of "Kubernetes networking"

From wikieduonline
Jump to navigation Jump to search
Line 8: Line 8:
 
* [[Container Network Interface (CNI)]]
 
* [[Container Network Interface (CNI)]]
 
* [[CoreDNS]]
 
* [[CoreDNS]]
* [[CKA 1.23]]: 20% - [[Kubernetes services|Service]] & Networking
+
* [[CKA 1.23]]: 20% - [[Kubernetes services|Service]] & [[Kubernetes networking|Networking]]
 
* <code>[[kubectl port-forward]]</code>
 
* <code>[[kubectl port-forward]]</code>
  

Revision as of 19:48, 14 June 2022

The Container Network Interface (CNI) plugin is selected by passing kubelet the --network-plugin=cni

Activities

  1. Create a pod network: kubeadm init --pod-network-cidr=10.244.0.0/16

Related terms

See also

Advertising: