KUBECONFIG=config kubectl get pod -n kube-system -w
命令阐明:前提条件是机器上须要装置 kubectl,config 指的是 k8s 配置文件
curl -H "Authorization: Bearer $token" https://127.0.0.1:8080/api/v1/namespaces/default/pods
命令阐明:curl 获取 k8s 的 pod 列表
KUBECONFIG=config kubectl get pod -n kube-system -w
命令阐明:前提条件是机器上须要装置 kubectl,config 指的是 k8s 配置文件
curl -H "Authorization: Bearer $token" https://127.0.0.1:8080/api/v1/namespaces/default/pods
命令阐明:curl 获取 k8s 的 pod 列表