Hey guys, For troubleshooting secrion in kubernetes, I understood some commands . . .

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

vuppuluri sriramsubhash:
You can check the logs using k logs … And if its deployed as a static pod you can go to /etc/kubernetes/manifests/ and check the kube-apiserver file this is the default path the actual static path if it’s changes can be found in the config file of kubelet.