You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying deploy Traefik (v1.0.3) in my Kubernetes cluster (GitVersion:"v1.3.6").
I have two deployments running : Wordpress and Flask (each on port 80).
My problem is :
Traefik only work with my wordpress deployment but give me an "Undefined Backend" for my Flask deployment. I use the same Deployment/SVC/Ingress pattern for my two deployments.
Hi,
I'm trying deploy Traefik (v1.0.3) in my Kubernetes cluster (GitVersion:"v1.3.6").
I have two deployments running : Wordpress and Flask (each on port 80).
My problem is :
Traefik only work with my wordpress deployment but give me an "Undefined Backend" for my Flask deployment. I use the same Deployment/SVC/Ingress pattern for my two deployments.
Here is some logs & configuration files :
WP-svc :
WP-Ingress :
Flask-svc :
Flask-Ingress :
Here is the Traefik's logs for WP :
Here is the Traefik's logs for Flask :
It's look like "Flask" svc is unavailable but I can reach my service in Kuber's API :
/api/v1/namespaces/default/services/flask
--> Work fine.Can you help me ?
The text was updated successfully, but these errors were encountered: