forked from collabnix/kubetools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
264 lines (232 loc) · 8.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
---
# Feel free to add content and custom Front Matter to this file.
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
layout: default
---
<h1>{{site.description}}</h1>
<p>
<img
src="https://img.shields.io/github/stars/collabnix/kubetools"
alt="stars"
/>
<img
src="https://img.shields.io/github/forks/collabnix/kubetools"
alt="forks"
/>
<img
src="https://img.shields.io/github/issues/collabnix/kubetools"
alt="issues"
/>
<img
src="https://img.shields.io/twitter/follow/kubetools?style=social"
alt="twitter"
/>
</p>
<p>
<img
src="https://raw.githubusercontent.com/collabnix/kubetools/master/img/kubetool.jpg"
alt="{{site.title}}"
/>
</p>
<p>
There are more than 200+ Kubernetes Certified Service Providers and tons of Kubernetes Certified distributions.
Choosing a right distribution can be a daunting task.
Kubetools is built with a purpose to build a curated list of popular Kubernetes tools.
It is actively maintained by Collabnix Community
Follow the Kubetools Twitter account for the latest entries.
</p>
<p>
Have Questions? Join us over
<a href="https://launchpass.com/collabnix">Slack</a> and get chance to be a part of 6400+ DevOps enthusiasts.
</p>
<p>
Want to contribute? Click
<a href="https://github.com/collabnix/kubetools/pulls">here</a> and get your favorite tool added.
</p>
<h2>Cluster Management</h2>
{% for item in site.data.cluster-management %}
{% assign topic = item.topic %}
{% assign title = item.title %}
{% assign url = item.url %}
{% assign lab = item.lab %}
{% include link.html topic=topic title=title url=url lab=lab %}
{% endfor %}
{% include edit.html url="cluster-management" %}
<h2>Cluster with Core CLI tools</h2>
{% for item in site.data.cluster-with-cli-tools %}
{% assign topic = item.topic %}
{% assign title = item.title %}
{% assign url = item.url %}
{% assign lab = item.lab %}
{% include link.html topic=topic title=title url=url lab=lab %}
{% endfor %}
{% include edit.html url="cluster-with-cli-tools" %}
<h2>Alert and Monitoring</h2>
{% for item in site.data.alert-and-monitoring %}
{% assign topic = item.topic %}
{% assign title = item.title %}
{% assign url = item.url %}
{% assign lab = item.lab %}
{% include link.html topic=topic title=title url=url lab=lab %}
{% endfor %}
{% include edit.html url="alert-and-monitoring" %}
<h2>Logging and Tracing</h2>
{% for item in site.data.logging-and-tracing %}
{% assign topic = item.topic %}
{% assign title = item.title %}
{% assign url = item.url %}
{% assign lab = item.lab %}
{% include link.html topic=topic title=title url=url lab=lab %}
{% endfor %}
{% include edit.html url="logging-and-tracing" %}
<h2>Troubleshooting</h2>
{% for item in site.data.troubleshooting %}
{% assign topic = item.topic %}
{% assign title = item.title %}
{% assign url = item.url %}
{% assign lab = item.lab %}
{% include link.html topic=topic title=title url=url lab=lab %}
{% endfor %}
{% include edit.html url="troubleshooting" %}
<h2>Developement Tools/Kit</h2>
{% for item in site.data.development-tools-kit %}
{% assign topic = item.topic %}
{% assign title = item.title %}
{% assign url = item.url %}
{% assign lab = item.lab %}
{% include link.html topic=topic title=title url=url lab=lab %}
{% endfor %}
{% include edit.html url="development-tools-kit" %}
<h2>Alternative Tools for Developement</h2>
{% for item in site.data.alternative-tools-for-development %}
{% assign topic = item.topic %}
{% assign title = item.title %}
{% assign url = item.url %}
{% assign lab = item.lab %}
{% include link.html topic=topic title=title url=url lab=lab %}
{% endfor %}
{% include edit.html url="alternative-tools-for-development" %}
<h2>CI/CD integration Tools</h2>
{% for item in site.data.ci-cd-integration-tools %}
{% assign topic = item.topic %}
{% assign title = item.title %}
{% assign url = item.url %}
{% assign lab = item.lab %}
{% include link.html topic=topic title=title url=url lab=lab %}
{% endfor %}
{% include edit.html url="ci-cd-integration-tools" %}
<h2>Security Tools</h2>
{% for item in site.data.security-tools %}
{% assign topic = item.topic %}
{% assign title = item.title %}
{% assign url = item.url %}
{% assign lab = item.lab %}
{% include link.html topic=topic title=title url=url lab=lab %}
{% endfor %}
{% include edit.html url="security-tools" %}
<h2>Network Policies</h2>
{% for item in site.data.network-policies %}
{% assign topic = item.topic %}
{% assign title = item.title %}
{% assign url = item.url %}
{% assign lab = item.lab %}
{% include link.html topic=topic title=title url=url lab=lab %}
{% endfor %}
{% include edit.html url="network-policies" %}
<h2>Testing Tools</h2>
{% for item in site.data.testing-tools %}
{% assign topic = item.topic %}
{% assign title = item.title %}
{% assign url = item.url %}
{% assign lab = item.lab %}
{% include link.html topic=topic title=title url=url lab=lab %}
{% endfor %}
{% include edit.html url="testing-tools" %}
<h2>Service Mesh</h2>
{% for item in site.data.service-mesh %}
{% assign topic = item.topic %}
{% assign title = item.title %}
{% assign url = item.url %}
{% assign lab = item.lab %}
{% include link.html topic=topic title=title url=url lab=lab %}
{% endfor %}
{% include edit.html url="service-mesh" %}
<h2>Observability</h2>
{% for item in site.data.observability-kubespy %}
{% assign topic = item.topic %}
{% assign title = item.title %}
{% assign url = item.url %}
{% assign lab = item.lab %}
{% include link.html topic=topic title=title url=url lab=lab %}
{% endfor %}
{% include edit.html url="observability-kubespy" %}
<h2>Machine Learning/Deep Learning</h2>
{% for item in site.data.machine-deep-learning %}
{% assign topic = item.topic %}
{% assign title = item.title %}
{% assign url = item.url %}
{% assign lab = item.lab %}
{% include link.html topic=topic title=title url=url lab=lab %}
{% endfor %}
{% include edit.html url="machine-deep-learning" %}
<h2>Compute Edge Tools</h2>
{% for item in site.data.compute-edge-tools %}
{% assign topic = item.topic %}
{% assign title = item.title %}
{% assign url = item.url %}
{% assign lab = item.lab %}
{% include link.html topic=topic title=title url=url lab=lab %}
{% endfor %}
{% include edit.html url="compute-edge-tools" %}
<h2>Kubernetes Tools for Specific Cloud</h2>
{% for item in site.data.kubernetes-tools-for-specific-cloud %}
{% assign topic = item.topic %}
{% assign title = item.title %}
{% assign url = item.url %}
{% assign lab = item.lab %}
{% include link.html topic=topic title=title url=url lab=lab %}
{% endfor %}
{% include edit.html url="kubernetes-tools-for-specific-cloud" %}
<h2>Storage Providers</h2>
{% for item in site.data.storage-providers %}
{% assign topic = item.topic %}
{% assign title = item.title %}
{% assign url = item.url %}
{% assign lab = item.lab %}
{% include link.html topic=topic title=title url=url lab=lab %}
{% endfor %}
{% include edit.html url="storage-providers" %}
<h2>Multiple Tools Repo</h2>
{% for item in site.data.multiple-tools-repo %}
{% assign topic = item.topic %}
{% assign title = item.title %}
{% assign url = item.url %}
{% assign lab = item.lab %}
{% include link.html topic=topic title=title url=url lab=lab %}
{% endfor %}
{% include edit.html url="multiple-tools-repo" %}
<h2>Non-Categorize</h2>
{% for item in site.data.non-categorize %}
{% assign topic = item.topic %}
{% assign title = item.title %}
{% assign url = item.url %}
{% assign lab = item.lab %}
{% include link.html topic=topic title=title url=url lab=lab %}
{% endfor %}
{% include edit.html url="non-categorize" %}
<h2>Maintainers</h2>
<ul>
<li>
<a href="https://www.linkedin.com/in/apurvabhandari-linux/"
>Apurva Bhandari</a
>
</li>
<li>
<a href="https://www.linkedin.com/in/ajeetsraina">Ajeet Singh Raina</a>
</li>
</ul>
<p>Last Updated: 2 Mar, 2022</p>
<h2>LICENSE</h2>
<p>
<a href="./LICENSE">Apache License 2.0</a>
</p>