Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jseguillon/kubechat-poc
POC for a Kubernetes chat power by OpenAI's GPTs
https://github.com/jseguillon/kubechat-poc
Last synced: 2 months ago
JSON representation
POC for a Kubernetes chat power by OpenAI's GPTs
- Host: GitHub
- URL: https://github.com/jseguillon/kubechat-poc
- Owner: jseguillon
- Created: 2023-09-02T18:40:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-04T18:24:56.000Z (about 1 year ago)
- Last Synced: 2024-07-15T14:40:06.390Z (4 months ago)
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kubechat
Kubernetes bot powered by OpenAI GPTs.
Use `ALT+Enter` to validate messages.
Use arrows to navigate through messages (history is saved at ~/.kube-chat.history)
Use `/exit` to exit
## Prompts examples:
> create/delete Deployment/StatefullSet/Configmap...> add labels/probes/limits to all / StatefullSet and or Deployment(s)...
> add Service, Hpa, Ingress, etc...
> convert docker compose file into kubernetes resources:
## Run
```
pip install -r requirements.txt
export OPENAI_API_KEY=xxx-your-api-keypython3 kube_chat.py
```
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/jseguillon/kubechat-poc)