-
-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GCP support? #346
Comments
@jcheroske good question! The Caltech Vanvalen Lab is using it with GKE as well as with AWS. Here's the deal. By itself, That said, 99% of our open source terraform modules are all for AWS. So, you'll probably want to rely on the public terraform registry to find the modules you need for GCP. |
Thanks for such a great reply. I'm trying to go all cattle on a project I'm working on, and discovered you guys while searching for a bastion container. I've been using Ansible for some things, and my co-worker knows Terraform, but we want to do this project using only Google Deployment Manager and Helm. To start off, I just want to create a utility cluster and deploy your bastion container. I'm a bit confused though how to integrate the GCP SSH key management into the picture. How would you normally manage the SSH keys in the bastion? My goal is to have a bastion container that's got GCP auth support baked into it in some way, so that I can use gcloud to connect to it, and then jump from it using gcloud again. |
@jcheroske We store the SSH key in AWS SSM using chamber and then use our own |
Just curious if this project has full support for GCP? I noticed you've got
gcloud
included in the CLI package, but the docs seem to indicate this is an AWS-centric project. Would someone be so kind as to list this project's supported cloud providers, and where the project is headed in that regard? Thanks!The text was updated successfully, but these errors were encountered: