‘m trying to mount Google Managed SSL Certificates directly into my Kubernetes pods, but I’m running into issues. It seems like the standard approach isn’t working. Has anyone else faced this problem, or found a workaround? Since I do not require load balancer I cannot use the ssl certificates directly attached to lb. Instead I need the google certificate to be mounted as k8s secret.
Also, I have read about cert-manager and googe authority service might help me but I am not sure if its worth the try.
I’d love to hear how you handled it or if there’s a better way to integrate Google-managed certs into a K8s environment. Thanks!