An open API service indexing awesome lists of open source software.

https://github.com/marcusbooyah/garnet-operator

An Operator for managing Garnet Clusters in a Kubernetes.
https://github.com/marcusbooyah/garnet-operator

cache cache-storage garnet garnet-cache kubernetes kubernetes-operator operator

Last synced: about 2 months ago
JSON representation

An Operator for managing Garnet Clusters in a Kubernetes.

Awesome Lists containing this project

README

        



⚠️ UNDER ACTIVE DEVELOPMENT

# Garnet Operator for Kubernetes

## Introduction
The Garnet Operator for Kubernetes is an operator for managing Garnet Clusters in a Kubernetes Cluster.

## Installation
The included helm chart contains the necessary permissions and configuration to run the operator in a Kubernetes cluster.

To install the operator, run the following command:
```sh
$> helm install garnet-operator ./charts/garnet-operator
```

Then deploy a GarnetCluster resource:
```yaml
apiVersion: garnet.k8soperator.io/v1alpha1
kind: GarnetCluster
metadata:
name: test-cluster
namespace: garnet
spec:
numberOfPrimaries: 1
replicationFactor: 1
```