Skip to content

simple python script to chat with kubernetes using openai function calling

Notifications You must be signed in to change notification settings

codereliant/k8s-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

k8s-chatbot

A chatbot that can chat with your Kubernetes cluster. It uses OpenAI's GPT-3 to generate responses, and OpenAI's function calling to interact with the Kubernetes cluster.

https://www.codereliant.io/chat-with-your-kubernetes-cluster/

Set up

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Run

export OPENAI_API_KEY=your_api_key
python chat_with_k8s.py

About

simple python script to chat with kubernetes using openai function calling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages