Difference between revisions of "K8s Container Network Interface (CNI)"

From wikieduonline
Jump to navigation Jump to search
 
(33 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
Container Network Interface (CNI)
  
 +
The Container Network Interface (CNI) plugin is selected by passing <code>[[kubelet]]</code> the <code>--network-plugin=cni</code>
  
The CNI plugin is selected by passing <code>[[kubelet]]</code> the --network-plugin=cni
+
* [[v1.18]] Update CNI version to v0.8.5
 +
 
 +
 
 +
* [[Calico]]
 +
* [[Flannel]]
 +
* [[Multus CNI]]
  
  
* [[v1.18]] Update CNI version to v0.8.5
+
[[CKA]]
 +
* [[CKA v1.23]] [[CKA v1.26]]: [[Choose an appropriate container network interface plugin]]
 +
* [[CKA v1.18]]: Understand [[CNI]]
  
  
 +
[[helm search repo]] eks | grep cni
 +
eks/aws-vpc-cni                            1.1.10          v1.9.3          A Helm chart for the [[AWS VPC CNI]]
  
* [[CKA v1.18]]: Understand [[CNI]]
+
== Related terms ==
 +
* [[Kubernetes networking]]
 +
* [[Podman]] [[Podman releases|v2.0.0]] (Jun 2020), default Podman [[CNI]] configuration now sets <code>[[HairpinMode]]</code> to allow '''communication between containers''' by connecting to a forwarded port on the host.
 +
* <code>[[kubeadm]]</code>
 +
* <code>[[kubectl]] -n [[kube-system]] -l=k8s-app=kube-dns get pods</code>
 +
* <code>[[kubelet]]</code>: <code>--network-plugin=cni</code>
 +
* [[Container Storage Interface (CSI)]]
 +
* [[Weave Net]]
  
 
== See also ==
 
== See also ==
* {{CKA}}
+
* {{CNI}}
* {{K8s}}
+
* {{Kubernetes networking}}
  
 
[[Category: Kubernetes]]
 
[[Category: Kubernetes]]
 +
[[Category: CNI]]

Latest revision as of 10:05, 23 April 2024

Container Network Interface (CNI)

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

  • v1.18 Update CNI version to v0.8.5



CKA


helm search repo eks | grep cni
eks/aws-vpc-cni                             1.1.10          v1.9.3          A Helm chart for the AWS VPC CNI

Related terms[edit]

See also[edit]

Advertising: