Setting up google managed certificate for wildcard domains on a Global HTTPS Load Balancer

In Switch from Regional Load Balancer to a Global HTTPS Load Balancer we used a self signed certificate on the load balancer. This serves as a default / backup certificate. We now need to use a google-managed certificate with wildcards which will be checked before the self signed one. Google right now does not support …

How to switch from an NGINX Ingress Regional Load Balancer to a Global HTTPS Load Balancer on GCP

If you are using Gitlab and you set up your cloud environment on GCP with the cluster-management project from Gitlab, you will earlier or later notice, that there are a few things missing which you may need. Here we will focus on the missing implementation to setup a Global HTTPs Load Balancer instead of a …