We recommend using etcd encryption to provide an additional layer of data security for your cluster.
Read more about it: Kubernetes Docs: Encrypting Data at Rest
To enable it in Autopilot, one possible approach is changing the spec.topology.variables
of your cluster.yaml or Cluster resource within the management cluster and add:
And create the related secret:
To generate a random value to replace <token>
, you can use:
Then save the above file as as etcd-encryption-secret.yaml
and run: