How to check kubelet configurations currently in use? How to check kubelet configurations currently in use? kubernetes kubernetes

How to check kubelet configurations currently in use?


It is possible to dump the current kubelet configuration using kubectl proxy along with the /api/v1/nodes/${TARGET_NODE_FOR_KUBELET}/proxy/configz path, details see linked Kubernetes docs.