Capability
Kubernetes Api Discovery And Schema Resolution
3 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
via “kubernetes-openapi-schema-grounding”
Generate Kubernetes manifests with AI.
Unique: Implements schema grounding by fetching live Kubernetes OpenAPI specs and injecting them into LLM prompts, enabling generation of custom resources and cluster-specific API versions. Supports both cluster-native specs (via kubectl API access) and custom URLs (--k8s-openapi-url), enabling offline/air-gapped scenarios.
vs others: More accurate than generic LLM-based generators because it grounds generation in actual cluster schemas; enables CRD support that template-based tools (Helm, Kustomize) require explicit definitions for.