{"id":21217644,"url":"https://github.com/nlamirault/k8s-bot","last_synced_at":"2026-04-11T20:32:49.523Z","repository":{"id":44999940,"uuid":"70796613","full_name":"nlamirault/k8s-bot","owner":"nlamirault","description":"IRC bot to interact with a Kubernetes cluster.","archived":false,"fork":false,"pushed_at":"2022-01-14T14:38:18.000Z","size":1877,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-21T16:45:52.910Z","etag":null,"topics":["bot","irc-bot","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nlamirault.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-13T10:42:54.000Z","updated_at":"2017-03-02T10:46:56.000Z","dependencies_parsed_at":"2022-09-03T10:21:11.538Z","dependency_job_id":null,"html_url":"https://github.com/nlamirault/k8s-bot","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fk8s-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fk8s-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fk8s-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fk8s-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nlamirault","download_url":"https://codeload.github.com/nlamirault/k8s-bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243667966,"owners_count":20328036,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot","irc-bot","kubernetes"],"created_at":"2024-11-20T21:59:29.961Z","updated_at":"2026-04-11T20:32:49.480Z","avatar_url":"https://github.com/nlamirault.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# k8s-bot\n\n[![License Apache 2][badge-license]](LICENSE)\n\nThis IRC Bot could responde you:\n\n* [x] *!k8s :namespaces* : available namespaces\n* [x] *!k8s :services* : available services\n* [x] *!k8s :pods* : available pods\n* [x] *!k8s :nodes* : available nodes\n\nType */help* to show the Bot commands.\n\n\n## Installation\n\nYou can download the binaries :\n\n* 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) ]\n* 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) ]\n* 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) ]\n\n\n## Usage\n\nLaunch the bot :\n\n    ./k8s-bot -kubeconfig ~/.kube/config -irc-server irc.freenode.net -irc-nick k8s-bot -irc-channels \"#k8s-bot\"\n\n\n## Contributing\n\nSee [CONTRIBUTING](CONTRIBUTING.md).\n\n\n## License\n\nSee [LICENSE](LICENSE) for the complete license.\n\n\n## Changelog\n\nA [changelog](ChangeLog.md) is available\n\n\n## Contact\n\nNicolas Lamirault \u003cnicolas.lamirault@gmail.com\u003e\n\n[badge-license]: https://img.shields.io/badge/license-Apache2-green.svg?style=flat\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlamirault%2Fk8s-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnlamirault%2Fk8s-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlamirault%2Fk8s-bot/lists"}