docs: add Kagenti Operator usage docs#275
Open
typhoonzero wants to merge 2 commits into
Open
Conversation
Add a new component doc set under docs/en/kagenti (intro, OLM install, and a How-To for deploying an A2A agent + MCP tool with AgentRuntime). The How-To is adapted from the upstream kagenti-operator GETTING_STARTED guide and validated end-to-end on a dev cluster: the weather agent is driven by an Alauda AI InferenceService (OpenAI-compatible) instead of a local Ollama, and the example images are referenced from docker.io/alaudadockerhub. It documents the core profile (no identity sidecars, MTLSReady=False) and that the MCP Service must be created explicitly since the operator does not generate it. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Deploying alauda-ai with
|
| Latest commit: |
542dbad
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://1e9a5821.alauda-ai.pages.dev |
| Branch Preview URL: | https://docs-kagenti-operator-usage.alauda-ai.pages.dev |
Explain the opt-in secure profile: SPIFFE/SPIRE workload identity, Istio ambient transport mTLS, and OPA/AuthBridge + Keycloak authorization (the operator does not use Authorino/Kuadrant AuthPolicy). Documents the AgentRuntime security fields (authBridgeMode, mtlsMode, tlsBridgeMode), the AuthorizationPolicy Rego model, use cases, and how to enable the secure profile relative to the default core profile. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a new product-doc component Kagenti Operator under
docs/en/kagenti/:intro.mdx— what the operator is (CRDsAgentRuntime/AgentCard/AuthorizationPolicy, core profile).install.mdx— OLM/OperatorHub install + creating theKagentioperand CR.how_to/deploy_agent_with_agentruntime.mdx— deploy an A2A agent + MCP tool and run an end-to-end query.Notes
The How-To is adapted from the upstream
kagenti-operatorGETTING_STARTED.mdand validated end-to-end on a dev cluster (g1-c1-x86):qwen36-27b-gguf) instead of a local Ollama.docker.io/alaudadockerhub(mirrored from the upstream ghcr images).MTLSReady=Falsewith reasonSPIREUnavailable).Servicemust be created explicitly, since the operator resolves an existing Service rather than generating the-mcpService.Validated result: both
AgentRuntimesReady=True,AgentCardauto-created andSYNCED=True, and the weather query returned a completed A2A task with live tool data.doom lint docs/en/kagenti→ 0 errors, 0 warnings.