> ## Documentation Index
> Fetch the complete documentation index at: https://cloudanix.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Ensure Kubelet Only Makes Use Strong Cryptographic Ciphers

### More Info:

Ensure that the Kubelet is configured to only use strong cryptographic ciphers.

### Risk Level

Medium

### Address

Security

### Compliance Standards

* CIS Kubernetes

### Triage and Remediation

<Tabs>
  <Tab title="Remediation">
    ### Remediation

    <AccordionGroup>
      <Accordion title="Using Console" defaultOpen="true">
        The set of cryptographic ciphers currently considered secure is the following:•TLS\_ECDHE\_ECDSA\_WITH\_AES\_128\_GCM\_SHA256•TLS\_ECDHE\_RSA\_WITH\_AES\_128\_GCM\_SHA256•TLS\_ECDHE\_ECDSA\_WITH\_CHACHA20\_POLY1305•TLS\_ECDHE\_RSA\_WITH\_AES\_256\_GCM\_SHA384•TLS\_ECDHE\_RSA\_WITH\_CHACHA20\_POLY1305•TLS\_ECDHE\_ECDSA\_WITH\_AES\_256\_GCM\_SHA384•TLS\_RSA\_WITH\_AES\_256\_GCM\_SHA384•TLS\_RSA\_WITH\_AES\_128\_GCM\_SHA256Run the following command on each node:Page 211ps -ef | grep kubelet If the --tls-cipher-suites argument is present, ensure it only contains values includedin this set. If it is not present check that there is a Kubelet config file specified by --config, andthat file sets TLSCipherSuites: to only include values from this set.
      </Accordion>
    </AccordionGroup>
  </Tab>
</Tabs>
