metal-stack / mini-lab

a small, virtual setup to locally run the metal-stack
MIT License
56 stars 12 forks source link

Enable SSL passthrough in ingress-controller. #129

Closed Gerrit91 closed 1 year ago

Gerrit91 commented 1 year ago

This allows creating ingress resources with GRPC backend-protocol where TLS can be terminated on the application server.

We use this for metalstack.cloud and can think about using this instead of TCP service exposal for our grpc-server in the metal-api as well.

Gerrit91 commented 1 year ago

As we started using connect-go, we do not need this anymore.