Sim is straight-forward API simulation tool that's tiny, fast, secure and scalable.
tasks:
"":
image: ghcr.io/kitproj/sim
ports: "8080"
readinessProbe: http://:8080/hello?failureThreshold=20&initialDelay=5s&period=5s&successThreshold=1
volumes:
- hostPath:
path: volumes/sim/apis
name: sim.apis
Licence(s): MIT