Skip to content

supernova106/kubechat

Repository files navigation

Publish Docker goreleaser

kubechat

Kubernetes Chat Ops

Getting started

Deploy with helm

helm repo add supernova106 https://supernova106.github.io/charts
kubectl create ns kubechat
helm install kubechat supernova106/kubechat --namespace kubechat

Build from source code

git clone https://github.com/supernova106/kubechat.git
cd kubechat/

go build ./...
go run main.go

Usage

Using swagger

Using curl

curl -G localhost:8080/v1/kubectl --data-urlencode "cmd=get nodes"

Contact

Binh Nguyen