Reputation: 12024
Is it possible to see what traffic is going through kubectl proxy? For example HTTP request, response.
kubectl proxy
Is it possible to follow that log (kind of -f)?
-f
Upvotes: 2
Views: 2627
kubectl --v=10 proxy follows the log.
kubectl --v=10 proxy