Kirill Che.

secctl - Interactive editor for Kubernetes secrets

by
secctl is a small CLI tool that makes editing Kubernetes secrets fast and safe. Instead of dealing with YAML and base64, secctl lets you: - pick namespace -> secret -> key - edit the value in your editor - save it back to the cluster Built for engineers who work with Kubernetes daily and want a faster workflow. Single binary. No dependencies. Open source.

Add a comment

Replies

Best
Kirill Che.
Maker
📌
Hey everyone, I'm a software engineer and built `secctl` as a small side project. I work with k8s daily and always found editing secrets unnecessarily painful - especially during incidents where speed matters. This tool started as a personal utility and turned out to be useful enough to share. Would really appreciate feedback: - does this solve a real pain for you? - what features would make it more useful? Happy to answer any technical questions.