Difference between revisions of "Kube-proxy"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 35: Line 35:
 
== See also ==
 
== See also ==
 
* {{kubectl proxy}}
 
* {{kubectl proxy}}
 +
* {{tf eks addons}}
 
* {{Kubernetes components}}
 
* {{Kubernetes components}}
 
* {{Kubernetes networking}}
 
* {{Kubernetes networking}}

Revision as of 14:12, 20 March 2023

EKS

kubectl describe configmaps -A | grep -w Name
Name:         kube-proxy
Name:         kube-proxy-config
Name:         kube-root-ca.crt

kubectl -n kube-system describe configmaps kube-proxy
kubectl -n kube-system describe configmaps kube-proxy-config
kubectl -n kube-system describe configmaps kube-root-ca.crt


kubectl -n kube-system edit cm kube-proxy


 cluster_addons = {
   coredns = {
     preserve    = true
     most_recent = true

     timeouts = {
       create = "25m"
       delete = "10m"
     }
   }
   kube-proxy = {
     most_recent = true
   }
   vpc-cni = {
     most_recent = true
   }
   aws-ebs-csi-driver = {
     most_recent = true
   }
 }

Logs

"Adding new service port" ...
"Serviced updated port"

Related terms

See also

Advertising: