Hello,
Is it possible to expose k8s service on https using Kubernetes Operator?
I was able to expose k8s service on custom domain using external-dns and annotations on Service object with LoadBalancerClass set to tailscale according to Kubernetes operator · Tailscale and now wanted to use my (AWS ACM) certificate on that domain but don’t see any option how to set up https. It seems Kubernetes Operator is bypassing ingress where usually TLS cert is.
What’s the recommended way of exposing k8s services on https in Tailscale?
Best regards,
Marek