How can I get insight in what the control plane does in K8s?

12/3/2020

I am getting started with Kubernetes. I would like to get insight into what exactly the control plane does. To do this, I used stern with the query stern . -n kube-system. This trails all logs of the kube-system.

The output is quite underwhelming. Can I somehow increase the log-level to trace? Are there other ways to get more insight into the control plane?

-- User12547645
kubernetes
logging
trace

0 Answers