LoginSignup
1
0

Istioのデフォルト設定を確認する

Last updated at Posted at 2024-05-16

istioのデフォルト設定はドキュメントでは記載なかったりしますが、そういう時は実機のistio-proxyで確認しましょう。

以下のようにして全ての設定をダンプできます。

kubectl exec -it <pod name> -n <namespace> -- curl -s http://localhost:15000/config_dump

そのままだと大量なので、grepやjqで絞ると良いと思います。

1
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
1
0