/slackernetes

ChatOps bot for Devs to get info on their Kubernetes deployments

Primary LanguagePythonApache License 2.0Apache-2.0

Slackernetes

CircleCI

ChatOps bot for Devs to get info on their Kubernetes deployments.

Screen shot of what it looks like

Installation

Create a Slack App. Add a Bot User and install the app to your workspace.

Then install the bot into the cluster use Helm.

helm install --name slackernetes helm/slackernetes --set-string sbot_oauth_token=<Slack API Bot User Token>

Development Setup

To run Slackernetes in Minikube do the following.

eval $(minikube docker-env)
docker build --rm -f "Dockerfile" -t slackernetes:latest .
helm install --name slackernetes helm/slackernetes --set-string bot_oauth_token=<Slack API Bot User Token> --set-string log_level=DEBUG