1. 进入pod内部命令
kubectl exec -it pod名称 -- /bin/sh
2. 删除pod
kubectl delete -f *.yaml
3. 更新pod
kubectl replace -f *.yaml
5. 查看所有命名空间信息
kubectl get svc --all-namespaces
Powered by: 博客园 Copyright © 2024 愤怒中的小草 Powered by .NET 9.0 on Kubernetes