kube-keepalived-vip icon indicating copy to clipboard operation
kube-keepalived-vip copied to clipboard

Kubernetes Virtual IP address/es using keepalived

Results 30 kube-keepalived-vip issues
Sort by recently updated
recently updated
newest added

I have k8s on rancher 2.0 and i need to expose ingress-nginx on keepalived-vip. This is my configuration: ``` apiVersion: v1 kind: ConfigMap metadata: name: vip-configmap namespace: default data: 172.XXX.YYY.60:...

In our usecase we met several problems: 1. we have several services on the same IP, but it is impossible to specify them in the keepalived-vip configmap due to CM...

Adds priorityClassName to Helm chart

Hi. There is an issue if you use a notify script with env variable `KEEPALIVED_NOTIFY` as there is already a notify script for the health check. It seems that keepalived...

Adds a Helm chart repository that is served via GitHub Pages. New charts are added only added when git is tagged. The chart repo will be reachable at `https://aledbf.github.io/kube-keepalived-vip/`. I...

hey I have a multi-master bare metal configuration (HA setup) I am using keepalived + LVS for: 1. load balancing ingress connections 2. IP fail-over The cluster presents only one...

We have a unique constraint placed on us by a provider. We have two separate networks that are in the same VLAN. In order to make routing work correctly, the...

Current version keepalived-vip provide use only one interface for all VIPs, we define it in args when keepalived starts, but i can't use specific interface for each VIP. What you...

When the keepalived-cip initial starts the master attempt to setup the routes, but for some reason it wont accept connections until a change in the targets, like a scaling of...