From c467243efaa1816d29166889afa95550fbff404c Mon Sep 17 00:00:00 2001 From: Afzal Ansari Date: Thu, 31 Mar 2022 16:19:24 +0530 Subject: [PATCH] add `ko` CLI tool for Devops (#4155) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 048602f4..8e1c83b1 100644 --- a/README.md +++ b/README.md @@ -2915,6 +2915,7 @@ _Software written in Go._ - [jcli](https://github.com/jenkins-zh/jenkins-cli) - Jenkins CLI allows you manage your Jenkins as an easy way. - [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. +- [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. - [kwatch](https://github.com/abahmed/kwatch) - Monitor & detect crashes in your Kubernetes(K8s) cluster instantly.