brucemcpherson / desktopliberation

hosting for desktop liberation google plus community
30 stars 1 forks source link

Sharing secrets between Doppler, GCP and Kubernetes #159

Open brucemcpherson opened 11 months ago

brucemcpherson commented 11 months ago

Sharing secrets between the local development environment and the target platform can often be complex. Kubernetes secrets are a really simple solution once you are running in a cluster but hard to get hold of in a local development environment, and GCP secrets are hard to get at once you are in Kubernetes but handy just to pull to the local development environment. Doppler is a flexible and neat solution for injecting secrets into local builds. Let’s look at these 3 secret managers working together.

https://ramblings.mcpher.com/gcp/secrets-doppler-gcp-kubernetes/