K8S-M-20220109-day2
Jan 11, 2022··
1 min read
1ch0
02-docker+k8s
1. Kubernetes
1.1 kubectl 常用命令
kc get service --all-namespaces -o wide
kc get pods --all-namespaces -o wide
kc get nodes --all-namespaces -o wide
kc get deployment --all-namespaces
kc get deployment -n test -o wide
kc describe pods test-api -n wide