Skip to content
Andrei Dobre edited this page Oct 2, 2020 · 9 revisions

PayU Redis Operator

In-house made operator used to manage the Redis clusters built using kubebuilder.


Development prerequisites

  • kubebuilder

    • AUR: kubebuilder
    • OSX: the brew package only comes with the kubebuilder binary, but for running the project you also need etcd, kube-apiserver and kubectl binaries; download an official release then use KUBEBUILDER_ASSETS env variable to point to the bin directory
  • kind

Clone this wiki locally