From b1303b77b3c993e437ae2eee6753d00faf11a990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lincoln=20J=C3=BAnior?= <99145408+lincolnjpg@users.noreply.github.com> Date: Sat, 7 Oct 2023 23:38:27 -0300 Subject: [PATCH] add kind (#5043) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4123d0f..5fb5b3f9 100644 --- a/README.md +++ b/README.md @@ -3154,6 +3154,7 @@ _Software written in Go._ - [k6](https://github.com/grafana/k6) - A modern load testing tool, using Go and JavaScript. - [kala](https://github.com/ajvb/kala) - Simplistic, modern, and performant job scheduler. - [kcli](https://github.com/cswank/kcli) - Command line tool for inspecting kafka topics/partitions/messages. +- [kind](https://github.com/kubernetes-sigs/kind) - Kubernetes IN Docker - local clusters for testing Kubernetes. - [ko](https://github.com/google/ko) - Command line tool for building and deploying Go applications on Kubernetes - [kool](https://github.com/kool-dev/kool) - Command line tool for managing Docker environments as an easy way. - [kubernetes](https://github.com/kubernetes/kubernetes) - Container Cluster Manager from Google.