How can I view the config details of the current context in kubectl?
use the below command to get the full config including certificates
kubectl config view --minify --flatten
kubectl config view --minify
displays only the current context
use the below command to get the full config including certificates
kubectl config view --minify --flatten
kubectl config view --minify
displays only the current context