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?