mock-fleet routes HTTP requests to on-demand WireMock pods in Kubernetes and provides a small dashboard for operating those mocks.
It is deployed as three services:
fleet-proxy: routes incoming mock traffic.fleet-api: manages WireMock pods, configuration, state, and persisted mappings.fleet-dash: dashboard served under/__fleet/.
Inspect currently active mocks.
Edit per-mock startup options.
Inspect persisted mock mapping files.
Install the published chart from GHCR:
helm upgrade --install mock-fleet oci://ghcr.io/letsrokk/charts/mock-fleet \
--version <version> \
--namespace mock-fleet \
--create-namespace \
--set fleet.proxy.image.tag=<version> \
--set fleet.api.image.tag=<version> \
--set fleet.dash.image.tag=<version>Install from this repository:
helm dependency build deploy/helm/mock-fleet
helm upgrade --install mock-fleet deploy/helm/mock-fleet \
--namespace mock-fleet \
--create-namespaceFor all chart values and deployment options, see the Helm chart README.
For local Minikube development:
bin/local/deploy.shFor an example Minikube cluster setup for local deployment and development, see letsrokk/minikube.
Copyright 2026 letsrokk.
Licensed under the Apache License, Version 2.0. See LICENSE.


