Hello,
I’m new to Vault and need some guidance on how to properly define my target architecture.
I am decided between a deployment on an AWS cluster or on a kubernetes cluster.
Our Information System is hybrid, we find
-
Clustered applications on kubernates
-
Non-containerized legacy applications
-
Applications on AWS
All these applications will store their secrets on Vault. I therefore ask myself the question about the best target architecture for this type of environment, should we go on an AWS cluster or a Kubernete cluster.
Vault – Config Server (Spring Cloud config)
We would like to pair Vault with a configuration server, Spring Cloud config. Are there any recommendations for this type of implementation?
Is there any documentation that explains how to couple Vault to Spring Coud Server Configuration ?
I am a taker for all recommendations and good practice.
Thanks