Difference between revisions of "Kube-system namespace"

From wikieduonline
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
  kubectl -n [[kube-system]]  
 
  kubectl -n [[kube-system]]  
 
  [[kubectl -n kube-system get pods]]
 
  [[kubectl -n kube-system get pods]]
 +
 +
[[kubectl describe -n kube-system configmap/aws-auth]]
  
 
  [[kubectl get sa -n kube-system]]
 
  [[kubectl get sa -n kube-system]]
Line 12: Line 14:
  
 
Helm install:
 
Helm install:
* [[helm install aws-cloudwatch-metrics --namespace kube-system eks/aws-cloudwatch-metrics]]
+
* <code>[[helm install aws-cloudwatch-metrics --namespace kube-system eks/aws-cloudwatch-metrics]]</code>
* [[helm install aws-load-balancer-controller]]
+
* <code>[[helm install aws-load-balancer-controller]]</code>
  
  
Line 29: Line 31:
 
* <code>[[kubectl get secrets]] -n kube-system</code>
 
* <code>[[kubectl get secrets]] -n kube-system</code>
 
* <code>[[kubectl -n]] kube-system</code>
 
* <code>[[kubectl -n]] kube-system</code>
 
== [[EKS]] ==
 
kubectl get pods -n kube-system
 
NAME                      READY  STATUS    RESTARTS  AGE
 
[[aws-node]]-4zx4r            1/1    Running  0          4d18h
 
aws-node-hsxyz            1/1    Running  0          4d18h
 
aws-node-w59pg            1/1    Running  0          4d18h
 
[[coredns]]-5c778788f4-2xyz    0/1    Pending  0          41h
 
coredns-5c778788f4-dyzk    0/1    Pending  0          41h
 
[[kube-proxy]]-m5912          1/1    Running  0          4d18h
 
kube-proxy-vbx32          1/1    Running  0          4d18h
 
kube-proxy-w9v45          1/1    Running  0          4d18h
 
 
After installing <code>[[aws-load-balancer-controller]]</code>
 
kubectl -n kube-system get pods
 
NAME                                            READY  STATUS    RESTARTS  AGE
 
[[aws-load-balancer-controller]]-5bcbf46bdb-b4znr  1/1    Running  0          2m46s
 
aws-load-balancer-controller-5bcbf46bdb-xgs4s  1/1    Running  0          2m46s
 
aws-node-4zqph                                  1/1    Running  0          4d23h
 
aws-node-hsxn8                                  1/1    Running  0          4d23h
 
aws-node-w59pg                                  1/1    Running  0          4d23h
 
coredns-5c778788f4-2x4vq                        1/1    Running  0          45h
 
coredns-5c778788f4-dlhx5                        1/1    Running  0          45h
 
kube-proxy-m59nt                                1/1    Running  0          4d23h
 
kube-proxy-vbx9q                                1/1    Running  0          4d23h
 
kube-proxy-w9vms                                1/1    Running  0          4d23h
 
 
[[kubectl describe -n kube-system configmap/aws-auth]]
 
  
 
== Errors ==
 
== Errors ==
Line 72: Line 46:
 
* <code>[[kubectl edit service]]</code>
 
* <code>[[kubectl edit service]]</code>
 
* <code>[[kubectl edit configmap]]</code>
 
* <code>[[kubectl edit configmap]]</code>
 +
* [[kubectl describe secret -A]]
  
 
== See also ==
 
== See also ==

Latest revision as of 18:45, 21 October 2023

Advertising: