Avatar

希望

  1. Home
  2. Posts
  3. Categories
  4. Tags
  5. About
    1. Dark Mode
读书笔记

Kubernetes常用命令

Oct 11, 2019
1 minute read

Kubernetes集群常用命令

1.1、获取集群当前名称空间下Pod状态

kubectl get pods

1.2、获取所有名称空间下Pod状态

kubectl get pod --all-namespaces

1.3、查询Pod所在节点

kubectl get pods --all-namespaces -o wide |grep nodename

https://help.aliyun.com/document_detail/100251.html 关于垃圾产生及回收,您可以看下这篇文章 https://www.kubernetes.org.cn/4508.html

Kubernetes

Related content

Minikube访问私有仓库

Kubernetes搭建本地实验环境

© 2025 希望
Built with Hugo
Theme Stack designed by Jimmy