Can Kubernetes keep a secret? ↦
Omer Levi Hevroni:
When we made the shift to Kubernetes, we wanted to keep our devs independent and put a lot of effort into allowing them to create services rapidly. It all worked like a charm – until they had to handle credentials…
The solution they came up with is called Kamus, which is:
an open source, GitOps, zero trust, secrets solution for Kubernetes applications. Kamus allows you to seamlessly encrypt secret values and commit them to source control
Jump over to the article for more on Kubernetes built-in secrets, an overview of some other alternatives, and a deep-dive on how Kamus works.
Discussion
Sign in or Join to comment or subscribe