Vault deployment in alive cluster using terraform

5/12/2021

I want to deploy vault with a cluster which contains microservices and my vault shouldn't have an external access, and everything should be done using terraform. Does anyone know how to do it?

-- Pablo Cuverty
google-kubernetes-engine
kubernetes
terraform
vault

1 Answer

5/12/2021

Please read the Terraform Getting started on how to create Terraform code. You will need to use the Google Provider to deploy your resources. On that page you can view resources like kubernetes, vault and lots of others.

-- 54m
Source: StackOverflow