LoginSignup
0
0

More than 3 years have passed since last update.

Kubernetesよく使うコマンド

Posted at
  • kubectl create object name
  • kubectl create/apply -f *.yaml/yml
  • kubectl describe pod podname -n namespace
  • kubectl get pod
  • kubectl get pod -o yaml
  • kubectl logs podname
  • kubectl explain object --recursive=true/false
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0