BALA KRISHNA CHERUKURI:
Hey guys,
For troubleshooting secrion in kubernetes, I understood some commands to debug like
systemctl status kubelet
ps aux | grep kubelet
journalctl -u kubelet
Likewise what can I check for Kubeapi server???, Where is the config file for Kubeapi server? what different ways to explore kubeapi server options???
Thanks in advance