Onboard a new Application
Onboard a sample application to Konflux using the UI or Kubernetes manifests, observe a build, and pull the resulting image.
This tutorial walks you through the full lifecycle of onboarding a containerized application to Konflux: from creating a build pipeline, through running integration tests, to publishing a release to a container registry.
| Step | Description |
|---|---|
| Onboarding | Fork an example repository, onboard it to Konflux via the UI or Kubernetes manifests, observe the build pipeline, and pull the resulting image. |
| Integration Tests | Configure Enterprise Contract integration tests to automatically validate your builds after each pipeline run. |
| Configure Releases | Set up ReleasePlan and ReleasePlanAdmission resources to publish your application to a container registry. |
Before starting, make sure you have:
Onboard a sample application to Konflux using the UI or Kubernetes manifests, observe a build, and pull the resulting image.
Configure and run integration tests for your application after each build pipeline completes.
Configure ReleasePlan and ReleasePlanAdmission resources to release your application to a container registry.