kopilot
kopilot copied to clipboard
Your AI Kubernetes Expert
trafficstars
Kopilot 🧑✈️: Your AI Kubernetes Expert
Highlight
- Diagnose any unhealthy workload in your cluster and tell you what might be the cause
- Audit Kubernetes resource and find the security misconfigurations
Installation
| Distribution | Command / Link |
|---|---|
| macOS | brew install knight42/tap/kopilot |
| Krew | kubectl krew install kopilot |
| Pre-built binaries for Linux | GitHub releases |
Usage
Currently, you need to set two ENVs to run Kopilot:
- Set
KOPILOT_TOKENto specify your token. - Set
KOPILOT_LANGto specify the language, defaults toEnglish. Valid options areChinese,French,Spain, etc. KOPILOT_TOKEN_TYPEwill be available soon to let you specify AI services other than ChatGPT. Please stay tuned.
Diagnose
# Diagnose a CrashLoopBackOff pod
kopilot diagnose pod my-pod
Audit
# Audit a deployment named nginx
kopilot audit deploy nginx

