Bronze 2
Since ‎01-08-2024

My Stats

  • 27 Posts
  • 0 Solutions
  • 1 Likes given
  • 31 Likes received

EdRamos's Bio

Badges g3289ds Earned

View all badges

Recent Activity

https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity has two methods to configure workload identify federation. One is to create an iam policy via a binding with a kubernetes service account. The alternative is to "link Kubernetes...
Lets say I have a configuration cluster that goes down:1. Before switching config cluster to another cluster, I would first need to somehow sync the Gateway, HealthCheckPolicy, HTTPRoute, etc.. to the secondary cluster beforehand since configuration ...
https://cloud.google.com/kubernetes-engine/docs/how-to/enabling-multi-cluster-gateways#enable_multi-cluster_gateway_in_the_fleet andhttps://cloud.google.com/kubernetes-engine/docs/how-to/multi-cluster-ingress-setup#specifying_a_config_cluster show ho...
I am looking to create a kubernetes gateway with an internal ip. I see I would need a gatewayclass to be one of gke-l7-rilb gke-l7-rilb-mc. I see on https://cloud.google.com/kubernetes-engine/docs/how-to/gatewayclass-capabilities#spec-rules-backendre...
I am trying to set up a multicluster gateway. We are planning to have many different domains mapped to a single ip. I see that this would be done with URLRewrite with HTTPRoute. I also followed the enabling multicluster documentation. I was using the...