Skip to main content

Repository: govuk-synthetic-test-app

Test app to help GOV.UK developers familiarise themselves with Kubernetes release process

Ownership
#govuk-platform-engineering owns the repo. #govuk-platform-support receives automated alerts for this repo.
Category
Utilities

README

This is a simple synthetic test app used to test that the GOV.UK CI/CD pipeline is working.

Run the app locally

The app is intended to run on the GOV.UK Kubernetes clusters, but it is also possible to run it locally.

docker build -t govuk-synthetic-test-app .
docker run --rm -p3000:3000 govuk-synthetic-test-app

You should then be able to browse the web app on http://localhost:3000/.