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.
- Host: GitHub
- URL: https://github.com/marcusbooyah/garnet-operator
- Owner: marcusbooyah
- License: mit
- Created: 2024-03-27T22:30:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-08T18:23:37.000Z (about 1 year ago)
- Last Synced: 2025-01-21T10:15:59.399Z (4 months ago)
- Topics: cache, cache-storage, garnet, garnet-cache, kubernetes, kubernetes-operator, operator
- Language: C#
- Homepage:
- Size: 291 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```