0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

kubectlのコマンドがkube-apiserverのどのエンドポイントを叩いてるか知る方法

Posted at

-v オプションを使う

$ kubectl get po -v6
I1113 11:59:07.112554    4529 loader.go:395] Config loaded from file:  /Users/<User>/.kube/config
I1113 11:59:07.131680    4529 round_trippers.go:553] GET https://127.0.0.1:57471/api/v1/namespaces/default/pods?limit=500 200 OK in 15 milliseconds
No resources found in default namespace.

参考

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?