k8s-pancake

Repo de estudos com k8s


🥚 🍭 🍌 ☕


Comandos básicos 😄

kubectl get nodes 

kubectl get pods

kubectl get pods,svc

kubectl get replicasets

kubectl get deployment

Comandos para facilitar a vida ✨

Config e contextos

kubectl config view

kubectl config current-context 

kubectl config use-context <name-cluster>

Visualizando recursos/obj

kubectl get svc

kubectl get po 

kubectl get ep

kubectl get deploy

kubectl get rs

kubectl get no

kubectl get events