(no title)
jppittma | 4 months ago
Then, on the backend, you can configure etcd to use whatever KMS provider you like for encryption.
jppittma | 4 months ago
Then, on the backend, you can configure etcd to use whatever KMS provider you like for encryption.
stackskipton|4 months ago
Yes, you can mount Secrets as Volumes or Env Var in Kubernetes which is fine but I'm not talking about "How you get env var/secret" but "Methods of dealing with config."
jppittma|4 months ago
cassianoleal|4 months ago
Keep it simple and design your applications so they’re agnostic to that fact.
It’s really not that hard, I’ve been doing this for at least 6 or 7 years. A little bit of good engineering goes a long way!
Nilocshot|4 months ago
Bit more of an initial hurdle than "just run the docker image"; however.