Hi Team,
I am starting to work with doppler for my kubernetes clusters.
There are few questions arise when I was reviewing the setup doc.
- Is it possible to setup doppler locally?
- How to manage multiple projects in doppler.
- If I have multiple applications running on kubernetes and each have different secrets, then is it possible to manage it with single doppler token? Or do I need to make secrets and dopplerSecrets different for each?
Hi @arpit_agrawal!
Welcome to the Doppler Community!
- I’m not exactly sure what you mean by this. If you’re asking whether or not we have an on-prem option for installing and deploying your own Doppler, the answer is currently no. We only have our cloud offerring currently.
- We have a doc that discusses this somewhat! Take a look here: Workplace Structure
- It’s possible to use a single token for multiple
DopplerSecret
CRDs by using Service Accounts. You’ll need a Team account though. Every config you want to sync to Doppler will need its own DopplerSecret
CRD though. Each of those CRDs can reference the same token secret though.
Regards,
-Joel