k8s基础

  • 配置文件:~/.kube/config
  • kubectl version
  • kubectl config set-context test-context --namespace test-namespace
  • kubectl config use-context test-context
  • kubectl get pods
  • kubectl logs -f pod_name
  • kubectl describe pod pod_name

你可能感兴趣的:(k8s基础)