Difference between revisions of "Kube-proxy"

From wikieduonline
Jump to navigation Jump to search
Line 14: Line 14:
 
* <code>[[kubectl -n kube-system describe configmaps kube-proxy]]</code>
 
* <code>[[kubectl -n kube-system describe configmaps kube-proxy]]</code>
 
* <code>[[kubectl -n kube-system describe configmaps kube-proxy-config]]</code>
 
* <code>[[kubectl -n kube-system describe configmaps kube-proxy-config]]</code>
* <code>[[kubectl -n kube-system describe configmaps kube-root-ca.crt]]<code>
+
* <code>[[kubectl -n kube-system describe configmaps kube-root-ca.crt]]</code>
  
  

Revision as of 17:37, 29 February 2024

EKS

kubectl describe configmaps -A | grep -w Name
Name:         kube-proxy
Name:         kube-proxy-config
Name:         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: