Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valentin2105/k8s-bot
A bot to interact with Kubernetes on Hipchat
https://github.com/valentin2105/k8s-bot
bot hipchat kubernetes
Last synced: 19 days ago
JSON representation
A bot to interact with Kubernetes on Hipchat
- Host: GitHub
- URL: https://github.com/valentin2105/k8s-bot
- Owner: valentin2105
- License: mit
- Created: 2018-02-23T04:05:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T03:04:12.000Z (over 6 years ago)
- Last Synced: 2024-10-11T19:46:52.728Z (about 1 month ago)
- Topics: bot, hipchat, kubernetes
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# k8s-bot
[![Go Report Card](https://goreportcard.com/badge/github.com/valentin2105/k8s-bot)](https://goreportcard.com/report/github.com/valentin2105/k8s-bot)
[![Build Status](https://travis-ci.org/valentin2105/k8s-bot.svg?branch=master)](https://travis-ci.org/valentin2105/k8s-bot)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/dwyl/esta/issues)`k8s-bot` is a small Golang Bot that allows you to interact with your Kubernetes cluster via Hipchat channel.
## How install it ?
You can install it in your cluster using `Helm` and your Chat Application credentials:```
git clone https://github.com/valentin2105/k8s-bot.git && cd k8s-bot/helm# Edit values.yaml
pod: k8s-bot
image: valentinnc/k8s-bot:latest
serviceAccount: k8s-bot
provider: Hipchat
room: "3999999" # Change Room ID
token: "thenah7oCaishei7een2it7iu9jucie5uphoa1ohg2ain2iengooShoo8Ee7eeNa" # Change Tokenhelm install -n k8s-bot --namespace k8s-bot .
```You should generate a Hipchat User's token (`Account Settings -> API Access -> Generate token`)
## How to use it ?
```
!k - get cs!k kube-system get deploy
!k all get pod
````!k [ns] [verb] [resource]`
## How to build ?
```
go get github.com/tbruyelle/hipchat-go/hipchat
cd $GOPATH/src
git clone https://github.com/valentin2105/k8s-bot.git
go build
./k8s-bot -h
```k8s-bot requires `kubectl` and these environment variables:
```
KUBERNETES_SERVICE_HOST=10.32.0.1 # By default on Kubernetes
KUBERNETES_SERVICE_PORT=443 # By default on Kubernetes
PROVIDER=Hipchat
TOKEN=
ROOM=
```
All of the above are included in the Helm chart and Dockerfile.## Support on Beerpay
Hey dude! Help me out for a couple of :beers:![![Beerpay](https://beerpay.io/valentin2105/k8s-bot/badge.svg?style=beer-square)](https://beerpay.io/valentin2105/k8s-bot) [![Beerpay](https://beerpay.io/valentin2105/k8s-bot/make-wish.svg?style=flat-square)](https://beerpay.io/valentin2105/k8s-bot?focus=wish)