kubelived
kubelived copied to clipboard
keepalived for kubernetes control plane
Current release v0.3.0 introduced multiple VIP support. However, only single vrrp_script is defined in keepalived configuration and it is shared among multiple `vrrp_instance`. It would be useful to have independent...
Currently, `kubelived` is installed with Helm Chart. Provide a single manifest file `.yaml` installer.
As we're doing with Capsule, the resulting packaged Charts mist be pushed to our repository serving them.
Hi, I tried to us the Git-Repo as Repo, but failed: ``` $ helm repo add kubelived https://clastix.github.io/kubelived Error: looks like "https://clastix.github.io/kubelived" is not a valid chart repository or cannot...
Currently, sending USR1 signal to `keepalived` process will dump configuration data to `/tmp/keepalived.data`, and sending USR2 will write statistics to `/tmp/keepalived.stats` inside the container. ``` $ kubectl -n kube-system exec...
I tried to install the helm chart over a repository, but I can't found on artifacthub.io the right matching repository to the helm charts inside this git repository. Please provide...
It would be nice to deploy `kubelived` as a Cluster Add-on via an operator. See [here](https://github.com/kubernetes-sigs/cluster-addons).
This project should support `keepalived` load balancing too. It will permit all your master nodes to actively handle traffic coming from worker nodes.
helm chart installs a pod security policy manifest but such features has been deprecated in 1.21 and totally removed in 1.25. the chart can no longer be installed ``` Error:...