Skip to content
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

make GKE cluster VPC-native #10

Merged
merged 9 commits into from Mar 7, 2024
Merged

make GKE cluster VPC-native #10

merged 9 commits into from Mar 7, 2024

Conversation

bschaatsbergen
Copy link
Collaborator

@bschaatsbergen bschaatsbergen commented Mar 6, 2024

  • Changed the existing GKE cluster to be a VPC-native cluster
  • This includes a vpc.tf to provision a custom VPC using Google Private Access
  • Added a couple firewall rules to the VPC in order to allow IAP TCP forwarding
  • The GKE cluster is public/private (public control-plane with private-nodes), making it easier for the practitioner to connect to it using kubectl or through the Kubernetes/Helm Terraform Providers.

Possible breaking change in the workflow: I've removed the setup/ dir, as this was for TFC only? @ksatirli - we can put it back if the intention is to deploy through TFC.

@bschaatsbergen bschaatsbergen changed the base branch from main to updates March 6, 2024 18:40
@ksatirli ksatirli changed the title chore: make GKE cluster VPC-native make GKE cluster VPC-native Mar 7, 2024
@ksatirli ksatirli self-requested a review March 7, 2024 08:16
@ksatirli
Copy link
Owner

ksatirli commented Mar 7, 2024

Great work @bschaatsbergen!

@ksatirli ksatirli merged commit 4d01ad8 into updates Mar 7, 2024
@ksatirli ksatirli deleted the c/gke-native branch March 7, 2024 11:03
ksatirli added a commit that referenced this pull request Mar 7, 2024
…into updates

* 'updates' of github.com:ksatirli/multi-cloud-kubernetes:
  make GKE cluster VPC-native (#10)
ksatirli added a commit that referenced this pull request Mar 8, 2024
* bumps Terraform versions and Provider versions

* replace GKE cluster with a VPC-native cluster (#10)

* updates documentation

---------

Co-authored-by: Bruno Schaatsbergen <58337159+bschaatsbergen@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants