Get support for sagikazarmark/kustomize-spotahome-redis-operator

If you're new to LTH, please see our FAQ for more information on what it is we do.

Support Options

Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:

View Open Issues

Take a look to see if anyone else has experienced the same issue as you and if they managed to solve it.

Open an Issue

Make sure to read any relevant guidelines for opening issues on this repo before posting a new issue.

Sponsor directly

Check out the page and see if there are any options to sponsor this project or it's developers directly.

sagikazarmark/kustomize-spotahome-redis-operator

⚠️ Deprecation notice

As of 1.2.0 the Redis operator comes with a Kustomize setup based on this one. Therefore, there is no need to maintain this repository anymore.

Kustomize deployment manifests for spotahome/redis-operator

This repo contains manifests to install spotahome/redis-operator using Kustomize.

Installation

To install the latest version of the operator, run the following command:

kustomize build github.com/sagikazarmark/kustomize-spotahome-redis-operator/overlays/default | kubectl apply -f -

The default version installs the operator and every other manifest it needs for running (roles, service account, etc).

There are two additional versions (overlays) bundled with this repository:

  • minimal only installs the operator itself without components like RBAC or Service Account
  • full installs additional components, like a Prometheus ServiceMonitor

Repo structure

The repository uses kustomize components to provide a flexible way to install the operator.

  • base: Base manifests for the operator.
  • components: Additional components to improve the installation of redis-operator.
  • overlays: Final, installable manifests. (See the list of "versions" above)
├── base
├── components
│   ├── monitoring
│   ├── rbac
│   ├── rbac-full
│   ├── resources
│   └── version
└── overlays
    ├── minimal
    ├── default
    └── full

Create your own version

You can easily create your own overlay by reusing the components in this repository. All you need is your own kustomization.yaml file referencing components and/or overlays in this repository:

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: redis-operator

commonLabels:
    foo: bar

resources:
  - github.com/sagikazarmark/kustomize-spotahome-redis-operator/overlays/full

Attributions

Some of the manifests in this repository are based on the original project's examples.

License

The project is licensed under the MIT License.

Our Mission

We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.

Interesting Articles

Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated

p-e622a1a2