You can inspect the agent logs and events using beeai logs <agent-name> or you can access the kubernetes
cluster directly using beeai platform exec, for example:
Copy
Ask AI
# List running podsbeeai platform exec kubectl get pod# Get server logsbeeai platform exec kubectl logs svc/beeai-platform-svc# Inspect cluster using GUIexport KUBECONFIG=~/.beeai/lima/beeai-platform/copied-from-guest/kubeconfig.yamlk9s