I'm experimenting with deploying existing Swarm stacks to Kubernetes via the Compose on Kubernetes controller. On Docker Swarm, the services are using Traefik for http/https ingress, configured with labels on Swarm services. Is there some way to adapt this to Ingress resources on Kubernetes via the Compose controller?
I'm experimenting with deploying existing Swarm stacks to Kubernetes via the Compose on Kubernetes controller. On Docker Swarm, the services are using Traefik for http/https ingress, configured with labels on Swarm services. Is there some way to adapt this to Ingress resources on Kubernetes via the Compose controller?