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 noticed that, after a `kubectl delete pod` of one pod from a service configured for kube-keepalived-vip, client connections (https) would time out for >>10 minutes even after the pod...

Hi! What about to add this chart to [Helm Hub](https://hub.helm.sh/charts)? More info [here](https://github.com/helm/hub/blob/master/Repositories.md).

A while back I wrote a sidecar that would patch the pod with either vip-holder true or vip-holder false depending on the keepalived state. I decided to write the code...

## What does this PR do #### Multi-stage builder in single Dockerfile This simplifies the process of building docker images. So we don't need to write complex procedures to do...

Can you please cut a new release and build docker image. I need the latest keepalived version but don't want to have to build and maintain a fork. Thanks in...

**Goals:** - Replace the configuration configmap with a CRD - Improve configuration and validation - Reduce the number of resources to define a virtual IP fixes #80

This is a [Help Needed] first, and maybe a [Doc Enhancement] later. as we know, Neither `native LVS` nor `keepalived` will do SNAT(should be taken care by ourselves), but only...

We have seen this many times that the keepalived pod got into RunContainerError. Also the liveness probe kept failing with unknown reason that caused k8s restarting the pods (not owning...

When keepalive is setup to nat to different backends (that can be on different hosts) how does the target host know to properly flip the source ip back to the...

After upgraded to 0.35, we noticed the following messages are flooding the log Wed Sep 25 19:48:22 2019: Received EPOLLHUP for fd 7 Wed Sep 25 19:48:22 2019: Received EPOLLERR...