Ingress controller (optional)
If you want to expose your stacks outside of your Kubernetes cluster, you’ll need an Ingress Controller. At Formance, we use Traefik as our Ingress Controller, but you can use another Ingress Controller without any issues. SSL certificate management can be done either at the level of your LoadBalancer upstream of the Ingress Controller or directly by your Ingress Controller.As the Formance Operator will create standard
Ingress
objects to be picked up, alternative ingress controllers can work just as great but might require additional configuration not covered in this setup guide.