Skip to content

Commit f85ac12

Browse files
zuiderkwastbjosvitamarhaber
authored
Add tools category 'Other' with K8s related tools (#2300)
Add tools: * IBM/operator-for-redis-cluster * spotahome/redis-operator * oliver006/redis_exporter. Co-authored-by: Bjorn Svensson <[email protected]> Co-authored-by: Itamar Haber <[email protected]>
1 parent 70c2262 commit f85ac12

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

tool_types.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"cli": "CLI",
33
"gui": "GUI",
4-
"proxy": "Proxy"
4+
"proxy": "Proxy",
5+
"other": "Other"
56
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "IBM Operator for Redis Cluster",
3+
"description": "The goal of this project is to simplify the deployment and management of a Redis cluster in a Kubernetes environment. It started internally at Amadeus in 2016, where it was initially designed to run on Openshift. This is the third version of the Redis operator, which leverages the Operator SDK framework for operators.",
4+
"homepage": "https://ibm.github.io/operator-for-redis-cluster"
5+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "Prometheus Redis Metrics Exporter",
3+
"description": "Prometheus exporter for Redis metrics."
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "Redis Operator",
3+
"description": "Redis Operator creates/configures/manages high availability Redis with Sentinel automatic failover atop Kubernetes."
4+
}

0 commit comments

Comments
 (0)