Home / Companies / Zapier / Blog / Post Details
Content Deep Dive

The journey of secrets in Kubernetes at Zapier

Blog post from Zapier

Post Details
Company
Date Published
Author
Ratnadeep Debnath
Word Count
1,334
Company Posts That Month
30
Language
English
Hacker News Points
-
Post removed?
No
Summary

We adopted Kubernetes in 2017 and initially used Helm and custom scripts to deploy applications from Helm configs in a git repository. We used the Helm secrets plugin to manage our secrets, which uses SOPS under the hood to encrypt or decrypt secrets using various key providers. However, this approach had limitations, such as CI/CD tooling needing permissions to decrypt secrets and unencrypted secrets getting committed to the repo by mistake. We later moved to sops-secrets-operator, which manages Kubernetes Secret Resources created from user-defined SopsSecret custom resource objects using sops. This approach provided better security, but also introduced new challenges, such as duplicate secrets for each Kubernetes cluster and granular access control limitations. Finally, we adopted Vault, a centralized secret management solution that provides granular access control, out-of-the-box Kubernetes authentication mapping, and a user-friendly UI and CLI. We are currently using external-secrets to manage secrets in Kubernetes, which allows us to reference actual secret values in Vault without having to decrypt them. Overall, our journey of secrets management in Kubernetes has been shaped by the evolution of these tools and our need for better security practices.

Trends Found in this Post
Trend Post Mentions Total Month Mentions Posts Companies MoM
Secrets Management 86 608 78 45 +154%
Kubernetes 24 1,026 164 63 -35%
Use This Data

Use this post, company, and trend context to find content marketing opportunities, perform competitive analysis, or address product feature gaps via the Plushcap MCP server or the Plushcap API.