Check ID:
Provider: Kubernetes
Service:
Severity: HIGH
Categories:
Resource type:
kubelet_tls_cert_and_keyProvider: Kubernetes
Service:
kubeletSeverity: HIGH
Categories:
encryption, cluster-securityResource type:
ConfigMapWhat this check verifies
Kubernetes Kubelet configuration includes a TLS serving certificate and private key defined bytlsCertFile and tlsPrivateKeyFile to secure its HTTPS endpoint.
Risk
Without a verifiable TLS serving cert/key, kubelet traffic may fall back to self-signed or skipped verification, enabling MITM and endpoint spoofing. Attackers could read logs or pod data, run exec/attach, and alter node interactions, compromising confidentiality and integrity, and risking availability.Recommendation
Provision a CA-signed, node-unique serving certificate and private key for each kubelet and settlsCertFile and tlsPrivateKeyFile. Prefer automated issuance and rotation. Ensure clients validate the certificate and limit kubelet API exposure with network controls and RBAC, applying least privilege and defense in depth.
Remediation
- CLI
- Terraform
- Dashboard steps
References
Where this check fires
This check runs on every scheduled scan against your Kubernetes account. Findings appear at Cloud Security → Findings filterable byCheck ID = kubelet_tls_cert_and_key. To re-evaluate after a fix, hit Run now on the account’s schedule under Cloud Security → Schedules — the next scan re-checks this control and marks the finding fixed or keeps it persistent.
← Back to Kubernetes checks