https://github.com/nlamirault/k8s-bot
IRC bot to interact with a Kubernetes cluster.
https://github.com/nlamirault/k8s-bot
bot irc-bot kubernetes
Last synced: 3 months ago
JSON representation
IRC bot to interact with a Kubernetes cluster.
- Host: GitHub
- URL: https://github.com/nlamirault/k8s-bot
- Owner: nlamirault
- License: apache-2.0
- Created: 2016-10-13T10:42:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-14T14:38:18.000Z (over 4 years ago)
- Last Synced: 2025-01-21T16:45:52.910Z (over 1 year ago)
- Topics: bot, irc-bot, kubernetes
- Language: Go
- Homepage:
- Size: 1.79 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# k8s-bot
[![License Apache 2][badge-license]](LICENSE)
This IRC Bot could responde you:
* [x] *!k8s :namespaces* : available namespaces
* [x] *!k8s :services* : available services
* [x] *!k8s :pods* : available pods
* [x] *!k8s :nodes* : available nodes
Type */help* to show the Bot commands.
## Installation
You can download the binaries :
* Architecture i386 [ [linux](https://bintray.com/artifact/download/nlamirault/oss/k8s_bot-0.1.0_linux_386) / [darwin](https://bintray.com/artifact/download/nlamirault/oss/k8s_bot-0.1.0_darwin_386) / [freebsd](https://bintray.com/artifact/download/nlamirault/oss/k8s_bot-0.1.0_freebsd_386) / [netbsd](https://bintray.com/artifact/download/nlamirault/oss/k8s_bot-0.1.0_netbsd_386) / [openbsd](https://bintray.com/artifact/download/nlamirault/oss/k8s_bot-0.1.0_openbsd_386) / [windows](https://bintray.com/artifact/download/nlamirault/oss/k8s_bot-0.1.0_windows_386.exe) ]
* Architecture amd64 [ [linux](https://bintray.com/artifact/download/nlamirault/oss/k8s_bot-0.1.0_linux_amd64) / [darwin](https://bintray.com/artifact/download/nlamirault/oss/k8s_bot-0.1.0_darwin_amd64) / [freebsd](https://bintray.com/artifact/download/nlamirault/oss/k8s_bot-0.1.0_freebsd_amd64) / [netbsd](https://bintray.com/artifact/download/nlamirault/oss/k8s_bot-0.1.0_netbsd_amd64) / [openbsd](https://bintray.com/artifact/download/nlamirault/oss/k8s_bot-0.1.0_openbsd_amd64) / [windows](https://bintray.com/artifact/download/nlamirault/oss/k8s_bot-0.1.0_windows_amd64.exe) ]
* Architecture arm [ [linux](https://bintray.com/artifact/download/nlamirault/oss/k8s_bot-0.1.0_linux_arm) / [freebsd](https://bintray.com/artifact/download/nlamirault/oss/k8s_bot-0.1.0_freebsd_arm) / [netbsd](https://bintray.com/artifact/download/nlamirault/oss/k8s_bot-0.1.0_netbsd_arm) ]
## 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](CONTRIBUTING.md).
## License
See [LICENSE](LICENSE) for the complete license.
## Changelog
A [changelog](ChangeLog.md) is available
## Contact
Nicolas Lamirault
[badge-license]: https://img.shields.io/badge/license-Apache2-green.svg?style=flat