istio - how to turn on log level for specific configuration

 Istio has quite a number of loggings options which you can turn on. Amon them are admin, client, connection, rbac, dns. 

You can change the log option for these component by running the following command. Here we are using a sample httpbin pods and setting rbac logging to debug

kubectl exec httpbin-847f64cc8d-b7nnq -c istio-proxy --  curl -X POST localhost:15000/logging?rbac=debug -s



Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm