47 lines
1.9 KiB
HTML
47 lines
1.9 KiB
HTML
+++
|
|
title = "Redis Operator"
|
|
linkTitle = "Redis Operator"
|
|
|
|
+++
|
|
|
|
{{< blocks/cover title="" image_anchor="top" height="min" color="white" >}}
|
|
<div class="mx-auto">
|
|
<a class="btn btn-lg btn-secondary mr-3 mb-4" href="{{< relref "/docs" >}}">
|
|
Learn More <i class="fas fa-arrow-alt-circle-right ml-2"></i>
|
|
</a>
|
|
<a class="btn btn-lg btn-secondary mr-3 mb-4" href="https://github.com/ot-container-kit/redis-operator/releases">
|
|
Releases <i class="fab fa-github ml-2 "></i>
|
|
</a>
|
|
<p class="lead mt-4">Run Redis setup on any Kubernetes cluster</p>
|
|
<div class="mx-auto mt-5">
|
|
{{< blocks/link-down color="light-secondary" >}}
|
|
</div>
|
|
</div>
|
|
{{< /blocks/cover >}}
|
|
|
|
{{% blocks/lead color="secondary" %}}
|
|
<strong>What is Redis Operator?</strong>
|
|
|
|
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.
|
|
{{% /blocks/lead %}}
|
|
|
|
{{< blocks/section color="secondary" >}}
|
|
{{% blocks/feature icon="fab fa-slack" title="Join us on Slack" url="https://join.slack.com/t/opstree/shared_invite/zt-3o8jp35x-UGMU2Cy0WSBk3Lbzqa2wVw" url_text="Join us" %}}
|
|
Join the community on Slack
|
|
{{% /blocks/feature %}}
|
|
|
|
{{% blocks/feature icon="fab fa-github" title="Contributions welcome!" url="https://github.com/OT-CONTAINER-KIT/redis-operator" url_text="Contribute to Redis Operator" %}}
|
|
We do a [Pull Request](https://github.com/OT-CONTAINER-KIT/redis-operator/pulls) contributions workflow on **GitHub**.
|
|
|
|
New users are always welcome!
|
|
{{% /blocks/feature %}}
|
|
|
|
|
|
{{% blocks/feature icon="fab fa-twitter" title="Follow us on Twitter!" url="https://twitter.com/opstreedevops" url_text="Follow us" %}}
|
|
For announcement of the latest features etc.
|
|
{{% /blocks/feature %}}
|
|
|
|
{{< /blocks/section >}}
|