https://github.com/supernova106/kubechat
Kubernetes Chat Ops
https://github.com/supernova106/kubechat
chatops kubernetes slack
Last synced: about 2 months ago
JSON representation
Kubernetes Chat Ops
- Host: GitHub
- URL: https://github.com/supernova106/kubechat
- Owner: supernova106
- License: apache-2.0
- Created: 2020-05-09T21:12:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T21:46:46.000Z (over 3 years ago)
- Last Synced: 2025-11-22T13:11:11.064Z (7 months ago)
- Topics: chatops, kubernetes, slack
- Language: Go
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


# kubechat
Kubernetes Chat Ops
## Getting started
- required Go `>= 1.14`
- the project is generated with [OpenAPI Generator](https://openapi-generator.tech/) :)
Deploy with helm
```sh
helm repo add supernova106 https://supernova106.github.io/charts
kubectl create ns kubechat
helm install kubechat supernova106/kubechat --namespace kubechat
```
Build from source code
```sh
git clone https://github.com/supernova106/kubechat.git
cd kubechat/
go build ./...
go run main.go
```
## Usage
Using swagger
- [http://localhost:8080/swagger/index.html](http://localhost:8080/swagger/index.html)
Using curl
```sh
curl -G localhost:8080/v1/kubectl --data-urlencode "cmd=get nodes"
```
## Contact
Binh Nguyen