GoogleCloudPlatform / reliable-app-platforms

A MVP of a platform for delivering reliable applications on Google Cloud
Apache License 2.0
5 stars 5 forks source link

Determine dependence on GKE Enterprise features #49

Open muncus opened 2 months ago

muncus commented 2 months ago

Some functionality of this demo uses GKE-Enterprise features like Fleets and Service Mesh.

The notable cost increase of GKE Enterprise may present a barrier to entry for customers looking to try out RAP.

muncus commented 1 month ago

Multi Cluster Ingress (MCI) is important for multi-cluster archetypes (multi-region and global). This could be done with GCLB in Terraform but that would be a significant change.

From the infrastructure side, we're using Config Management to get CI for the platform infrastructure, though that could also be replaced with Cloud Build/Deploy.