Difference between revisions of "Kube-proxy"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 5: Line 5:
 
== [[EKS]] ==
 
== [[EKS]] ==
 
* <code>[[kubectl get pods]] -n [[kube-system]]</code>
 
* <code>[[kubectl get pods]] -n [[kube-system]]</code>
 +
* [[ktail -n kube-system kube-proxy]]
  
 
  [[kubectl describe configmaps -A]] | grep -w Name
 
  [[kubectl describe configmaps -A]] | grep -w Name

Revision as of 08:26, 16 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 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: