when running atlantis on GKE are there any gotchas...
# atlantis-community
s
when running atlantis on GKE are there any gotchas regarding project permissions?
c
Not sure what you mean -- the service account assigned to Atlantis needs to be able to make whatever changes you want to make in whatever projects you want to do it in, obviously, but I can't think of anything specific outside of that.
s
yeh my bad sorry covid has got my brain at the moment, sorry for the stupid question that made no sense 🤦‍♂️
c
No, no problem!
If you do have questions, feel free to ask. We're using https://github.com/bschaatsbergen/terraform-gce-atlantis to deploy ours, so I'm happy to share what we have around that if it's helpful.
🙏 1
s
i want to make sure its only accessible via our gsuite is that relatively trivial?
c
Yes. We use IAP to sit in front of it, and that module has good support for it
r
thankyou! Also running atlantis on GKE and this helped, I hadn't come across IAP
👍 1
s
@Ruth Taunton i am trying to work out the pros and cons against atlantis on GCP vs atlantis on GKE from a bootstrapping perspective
c
Well, if you want to set up your kubernetes cluster with Atlantis running atlantis on that cluster seems like it might cause you some issues