Argocd-AI-Assistant
argocd-ai-assistant An Argo CD UI extension that adds an Assistant tab to the resource view. Open any Kubernetes resource, ask questions about it in natural language, and the extension enriches each query with context: Resource manifest - the live object, provided by Argo CD. Events - fetched from the Argo CD API and attached automatically.
- ▪argocd-ai-assistant An Argo CD UI extension that adds an Assistant tab to the resource view.
- ▪Open any Kubernetes resource, ask questions about it in natural language, and the extension enriches each query with context: Resource manifest - the live object, provided by Argo CD.
- ▪Events - fetched from the Argo CD API and attached automatically.
Opening excerpt (first ~120 words) tap to expand
argocd-ai-assistant An Argo CD UI extension that adds an Assistant tab to the resource view. Open any Kubernetes resource, ask questions about it in natural language, and the extension enriches each query with context: Resource manifest - the live object, provided by Argo CD. Events - fetched from the Argo CD API and attached automatically. Logs (optional) - from a single container, via a guided flow (Pod, Deployment, StatefulSet, Job, Rollout). Supported Backends A single generic provider speaks the OpenAI-compatible chat completions API, so it works with any backend that does: a local inference server (e.g. Ollama), vLLM, OpenAI, Azure OpenAI, or any other OpenAI-compatible endpoint. Traffic is routed through the Argo CD Proxy Extension to avoid CORS.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.