I have in my home env two systems:
- a Docker server on 10.0.0.10/16, using Traefik reverse proxy with one of my public domains
- and a kubernetes cluster with VIP on 10.0.0.201/16, with Nginx and supposedly with another of my public domains my firewall is pfsense, I have reverse proxy installed; certificates are managed by nginx /traefik on docker /k8s
How can I configure pfsense to direct domainA traffic to the Docker host and DomainB to the k8s-one? (no need for it do do ACME, just directing the traffic...)
A step by step guide, or maybe some pointer to a good guide would be much appreciated...
Thanks, G
Tried setting up reverse proxy on pfsense, but clearly missing some bits