Christian Lehnert — Linux, Hacking & Faith

tag: #secrets

1 posts
1 month ago Kubernetes Secrets Are Not Secret

A Kubernetes Secret sounds like it protects something. By default it does not. The value is base64, not encrypted, sitting in etcd in a form anyone with the right access reads in one command. The name promises confidentiality the object does not provide, and the gap is where the incident comes from.

#kubernetes #secrets #security