Managed Kubernetes
Latest
Frequently Asked Questions
Solutions
How Tos
Internal Only
Templates
Powered By

Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
How to Verify if the ETCD Secrets Are Encrypted or Not?
Copy Markdown
Open in ChatGPT
Open in Claude
Problem
- How to verify if ETCD secrets are actually encrypted after configuring ETCD secret encryption?
Environment
- Platform9 Managed Kubernetes - v5.2 and above
- Kubernetes v1.20 and above
- Docker or Containerd
Answer
- ETCD secret encryption can be verified with the help of
etcdctlcommand line utility. - ETCD secrets are stored at the path
/registry/secrets/$namespace/$secreton the master node. - The below command can be used to verify if the particular ETCD secret is encrypted or not.
Docker
Containerd
xxxxxxxxxx# ETCDCTL_API=3 etcdctl get /registry/secrets/default/secret1 [...] | hexdump -CVariableType to search · ESC to discard
GlossaryType to search · ESC to discard
InsertType to search · ESC to discard
No matches
Last updated on
Was this page helpful?
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message