Skip to content
Andrei Dobre edited this page Jan 22, 2021 · 9 revisions

PayU Redis Operator

Kubernetes operator that manages a Redis cluster.


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

  • telepresence

    • AUR: telepresence
    • brew:
      brew cask install osxfuse
      brew install datawire/blackbird/telepresence
      

Giant's shoulders

Kudos to all the people that make this project possible

Clone this wiki locally