Your AI Kubernetes Expert
Distribution | Command / Link |
---|---|
macOS | brew install knight42/tap/kopilot |
Krew | kubectl krew install kopilot |
Pre-built binaries for Linux | GitHub releases |
Currently, you need to set two ENVs to run Kopilot:
KOPILOT_TOKEN
to specify your token.KOPILOT_LANG
to specify the language, defaults to English
. Valid options are Chinese
, French
, Spain
, etc.KOPILOT_TOKEN_TYPE
will be available soon to let you specify AI services other than ChatGPT. Please stay tuned.# Diagnose a CrashLoopBackOff pod
kopilot diagnose pod my-pod
# Audit a deployment named nginx
kopilot audit deploy nginx