on DevOps space
Hashicorp Vault Client Optimization
Optimizing Vault Costs with serviceaccount_name for Identity Aliases Hashicorp Vault SaaS bills on client usage, and a client is everything from a user to a machine. More on this here. The problem is that when a developer removes a chart and redeploys it, vault will count the Kubernetes ServiceAccount as a distinct new app, which isn’t quite true, because it’s the same app we had before and we were billed for. ...