Quickstart
Quickstart
Build Kubernetes manifests from an OAM Application and a platform ClusterProfile.
1. An application
app.yaml — a single webservice component:
2. A cluster profile
profile.yaml — minimal platform choices:
3. Build
kurel resolves the application against the profile and emits ready-to-apply
Kubernetes manifests (here a Deployment, Service, and ServiceAccount).
Next steps
- Add traits (ingress, certificate, scaler) — see the Trait Handlers.
- Explore component types — see the Component Handlers.
- Parameterize a reusable package (
kurel.yaml,--values,--set) — see the full kurel CLI reference. - Browse runnable Examples.