Categorygithub.com/CirillaQL/kubectl-openai
repositorypackage
0.0.2
Repository: https://github.com/cirillaql/kubectl-openai.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

kubectl-openai

Solve Kubernetes problems using OpenAI

demo

Quick Start

  1. Download the binary from Github Releases
  2. If you want to use this as a kubectl plugin, then copy kubectl-openai binary to your $PATH. If not, you can also use the binary standalone.

Usage

Set your ChatGPT API with token command

kubectl openai token $(Your Key)

Try to analyze pod or pods

kubectl openai pod <pod-name> -n <pod-namespace>

kubectl openai pods <pods-namespace>