hmandal / k8s-bot

IRC bot to interact with a Kubernetes cluster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

k8s-bot

License Apache 2

This IRC Bot could responde you:

  • !k8s :namespaces : available namespaces
  • !k8s :services : available services
  • !k8s :pods : available pods
  • !k8s :nodes : available nodes

Type /help to show the Bot commands.

Installation

You can download the binaries :

Usage

Launch the bot :

./k8s-bot -kubeconfig ~/.kube/config -irc-server irc.freenode.net -irc-nick k8s-bot -irc-channels "#k8s-bot"

Contributing

See CONTRIBUTING.

License

See LICENSE for the complete license.

Changelog

A changelog is available

Contact

Nicolas Lamirault nicolas.lamirault@gmail.com

About

IRC bot to interact with a Kubernetes cluster.

License:Apache License 2.0


Languages

Language:Go 84.9%Language:Makefile 15.1%