Skip to main content
Every Flokoa resource — Agents, Models, ModelProviders, and AgentTools — is a standard Kubernetes object, which means the full power of kubectl is available to you out of the box. This page collects the most useful commands in one place so you can quickly find what you need without digging through kubectl --help. Commands are grouped by resource type, with a dedicated section for day-to-day debugging workflows.

Agents

Agents are the primary resource in Flokoa. Use the following commands to manage their full lifecycle.

Models and ModelProviders

Models and ModelProviders define how agents connect to large language models. Check their readiness before troubleshooting agent behaviour.
After rotating a secret, the operator automatically detects the change and marks the ModelProvider ready (or not ready) based on the new value. You do not need to restart any pods manually.

AgentTools

AgentTools are reusable, OpenAPI-backed integrations that agents call at runtime. Use these commands to inspect and update them.

Debugging

When something goes wrong with an agent, work through these commands to locate the problem quickly.

Resource status quick reference

The table below lists the most commonly queried status fields and the jsonpath expressions to retrieve them with kubectl get ... -o jsonpath. Use these expressions by appending them to a kubectl get command, for example: