radius-project/resource-types-contrib
View on GitHubAdd Kubernetes search Recipe - Bicep
Open
#248 opened on Jul 20, 2026
good first issuetriaged
Repository metrics
- Stars
- (7 stars)
- PR merge metrics
- (Avg merge 8d 5h) (16 merged PRs in 30d)
Description
Overview of the Resource type and Recipe
Radius.AI/search only has an Azure recipe today (Azure AI Search, via the AKS recipe pack). Explore a Kubernetes Recipe in Bicep.
Design consideration (please weigh in before implementing)
Azure AI Search has a proprietary REST API. In-cluster engines (OpenSearch, Elasticsearch, Meilisearch, Weaviate) speak different APIs, so apps written against Azure AI Search won't transparently work against an in-cluster backend. Decide whether this recipe is worthwhile and which engine to use.
Acceptance criteria (if we proceed)
- A Kubernetes Bicep recipe at
AI/search/recipes/kubernetes/bicep/provisioning the chosen engine (Deployment/StatefulSet + Service + PVC). - Emits the Radius
resultobject with the resource type's outputs. - Recipe entry added to the default Kubernetes recipe pack (
recipepack/kubernetes/default-recipepack.bicep) and wired into thepublish-bicep-recipesworkflow matrix. - README; manual testing with
make test-recipe.
Additional context
Example: Data/postgreSqlDatabases/recipes/kubernetes/bicep/; contribution guide docs/contributing/contributing-resource-types-recipes.md.