This repository contains the source code, deployment manifests and CI/CD pipelines for the taxi application.
The application source code resides in the src
directory.
The pipelines that power the CI and CD jobs for this repository have been defined as Tekton Tasks & Tekton Pipeline definitions.
The CI pipeline does the following:
- Validates any changes made to deployment manifests.
- Builds an image and pushes it to the registry.
The CD pipeline deploys the kubernetes manifests of the taxi
app to the dev
environment.