Load Balancer
Certificate Setup
- Add 'solver' to CLUSTERS env var. e.g.
solver:10.244.0.68:8089;...- Grab the IP from the solver pod via
kubectl describe pods cm-acme-http-solver-xxxxx
- Grab the IP from the solver pod via
- Execute the solver url with the required token e.g.
https://tunnel.moosicbox.com/.well-known/acme-challenge/{token}- (this should happen automatically)
- Profit
May need to manually kubectl apply -f kubernetes/cert-manager.yaml?