Recipes
Recipes are task-oriented guides for common deployment and configuration scenarios on wasmCloud. Each recipe focuses on a single goal, provides a complete working example, and explains the key decisions along the way.
Recipes assume familiarity with the Quickstart, the Developer Guide, and the basics of the Kubernetes Operator.
| Recipe | Description |
|---|---|
| TLS with Bring-Your-Own Certificates | Serve HTTPS from a wasmCloud host group using your own TLS certificates |
| Expose a Workload via Kubernetes Service | Route cluster traffic to a workload through a Kubernetes Service and EndpointSlice |
| Inject Configuration from ConfigMaps and Secrets | Provide runtime configuration to a component from inline values, ConfigMaps, and Secrets |