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
{{ message }}
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.
Not ideal, but solution.Problem with keepalived-vip internal load-balancer, if you give your service ports 80 and 8080, keepalived balances all traffic to 8080 port, which is default-http-backend on all nodes.
So you shoud use some not used port and create "fake" service then it works fine!
I have k8s on rancher 2.0 and i need to expose ingress-nginx on keepalived-vip. This is my configuration:
I create service ingress-nginx/ingress-nginx with this config:
From rancher i have DeploymentSet ingress-nginx:
When i get http request to nodeIp all works good (yes, this is answer from app):
But when i try this same on vIP i have 404:
What i should set to get property answer from ingress?
The text was updated successfully, but these errors were encountered: