#cka
Read more stories on Hashnode
Articles with this tag
This is a quick recap for the points of pod schedual, details can click each title link or the final reference. 1. Affinity nodeAffinity and...
RBAC 1. Metaphor Service Account (SA): "Cheedge" is a worker (identity card). Role/ClusterRole: "Read-Only access to check each bank safe box"...
Deployment Basic CMD # Create kubectl create deploy NAME --image=IMAGE --replica NUM # Scale (or use kubectl edit) kubectl scale deploy NAME...
ClusterIP kubectl expose deployment nginx --name nginx-svc --port 8080 --target-port 80 NodePort kubectl expose deployment nginx --name nginx-svc...
Ingress ingress to make external to access: domain_name:port/path Field: rules.ingressClassName path -> path backend.service.name ->...