Deployment

Deployment

  • Standalone deployment: run it as a simple JVM application, great for local testing runs and baremetal installs.

  • Docker: run as a docker container

  • Kubernetes: production-ready deployment in Kubernetes

Monitoring

Last updated