Kubernetes Chat Ops
- required Go
>= 1.14
- the project is generated with OpenAPI Generator :)
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
Using swagger
Using curl
curl -G localhost:8080/v1/kubectl --data-urlencode "cmd=get nodes"
Binh Nguyen