Pod Doctor will allow you to interact with your Kubernetes pods, retrieve information about pods, and receive expert insights and recommendations from the GPT-4 model.
https://www.codereliant.io/pod-doctor/
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
export OPENAI_API_KEY=your_api_key
python app.py