|
3 | 3 | </p> |
4 | 4 |
|
5 | 5 | <p align="center"> |
6 | | - <a href="https://dev.azure.com/opstreedevops/DevOps/_apis/build/status/redis-operator/redis-operator?repoName=OT-CONTAINER-KIT%2Fredis-operator&branchName=main"> |
7 | | - <img src="https://dev.azure.com/opstreedevops/DevOps/_apis/build/status/redis-operator/redis-operator?repoName=OT-CONTAINER-KIT%2Fredis-operator&branchName=main" alt="Azure Pipelines"> |
| 6 | + <a href="https://github.com/OT-CONTAINER-KIT/redis-operator/actions/workflows/ci.yaml"> |
| 7 | + <img src="https://github.com/OT-CONTAINER-KIT/redis-operator/actions/workflows/ci.yaml/badge.svg" alt="CI Pipeline"> |
8 | 8 | </a> |
9 | 9 | <a href="https://goreportcard.com/report/github.com/OT-CONTAINER-KIT/redis-operator"> |
10 | 10 | <img src="https://goreportcard.com/badge/github.com/OT-CONTAINER-KIT/redis-operator" alt="GoReportCard"> |
|
25 | 25 |
|
26 | 26 | A Golang based redis operator that will make/oversee Redis standalone and cluster mode setup on top of the Kubernetes. It can create a redis cluster setup with best practices on Cloud as well as the Bare metal environment. Also, it provides an in-built monitoring capability using redis-exporter. |
27 | 27 |
|
28 | | -For documentation, please refer to <https://ot-redis-operator.netlify.app/> |
| 28 | +For documentation, please refer to <https://redis-operator.opstree.dev/> |
29 | 29 |
|
30 | 30 | Organizations that are using Redis Operator to manage their redis workload can be found [here](./USED_BY_ORGANIZATIONS.md). If your organization is also using Redis Operator, please free to add by creating a [pull request](https://github.com/OT-CONTAINER-KIT/redis-operator/pulls) |
31 | 31 |
|
@@ -53,12 +53,6 @@ Here the features which are supported by this operator:- |
53 | 53 | - Ipv4 and Ipv6 support for redis setup |
54 | 54 | - Detailed monitoring grafana dashboard |
55 | 55 |
|
56 | | -## Getting Started |
57 | | - |
58 | | -If you want to deploy redis-operator from scratch to a local Minikube cluster, begin with the [Getting started](https://ot-container-kit.github.io/redis-operator/#/quickstart/quickstart) document. It will guide your through the setup step-by-step. |
59 | | - |
60 | | -The configuration of Redis setup should be described in [CRD definitions](config/crd/bases). All the examples related to redis standalone and cluster setup can be found inside [example](./example) folder. |
61 | | - |
62 | 56 | ## Prerequisites |
63 | 57 |
|
64 | 58 | Redis operator requires a Kubernetes cluster of version `>=1.18.0`. If you have just started with Operators, it's highly recommended using the latest version of Kubernetes. |
|
0 commit comments