Difference between revisions of "Kubernetes networking"

From wikieduonline
Jump to navigation Jump to search
 
(15 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
The [[Container Network Interface (CNI)]] plugin is selected by passing <code>[[kubelet]]</code> the <code>[[--network-plugin]]=cni</code>
 
The [[Container Network Interface (CNI)]] plugin is selected by passing <code>[[kubelet]]</code> the <code>[[--network-plugin]]=cni</code>
  
 +
* [[CoreDNS]]
 
* [[Calico]]
 
* [[Calico]]
* [[flannel]]
+
* [[Flannel]]
 +
* [[Cilium]]
 +
* [[Multus CNI]]
 +
* [[Kubernetes ExternalDNS]]
 +
 
 +
* <code>[[kubectl proxy]]</code>
 +
* <code>[[kubectl port-forward]]</code>
  
 
== Activities ==
 
== Activities ==
Line 12: Line 19:
 
* [[Know how to configure and use CoreDNS]] ([[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]]
 
* [[CKA: Troubleshoot networking]]
 +
* [[CKA]]: [[Choose an appropriate container network interface plugin]]
 +
* 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]]: <code>[[kubectl expose deployment]]</code>
  
 
== Related terms ==
 
== Related terms ==
* [[Container Network Interface (CNI)]]
+
* [[Network policies]]
* [[CoreDNS]]
+
* [[AWS EKS Addons]]: <code>[[vpc-cni]]</code>
* <code>[[kube-proxy]]</code>
+
 
* <code>[[vpc-cni]]</code>
 
* <code>[[kubectl port-forward]]</code>
 
 
* <code>[[kind: NetworkPolicy]]</code>
 
* <code>[[kind: NetworkPolicy]]</code>
 
* [[Service mesh]]
 
* [[Service mesh]]
  
 
== See also ==
 
== See also ==
* {{Calico}}
 
* {{ingress}}
 
 
* {{Kubernetes networking}}
 
* {{Kubernetes networking}}
  
 
[[Category:Kubernetes]]
 
[[Category:Kubernetes]]

Latest revision as of 10:06, 23 April 2024

Advertising: