Kubernetes: Follow kubectl proxy logs

2/12/2019

Is it possible to see what traffic is going through kubectl proxy? For example HTTP request, response.

Is it possible to follow that log (kind of -f)?

-- Michal Foksa
kubernetes

1 Answer

2/15/2019

kubectl --v=10 proxy follows the log.

-- Michal Foksa
Source: StackOverflow