Axon Server Docker Image for Production?

I am currently trying to setup Axon Server to run in Kubernetes within GCP. The axon server dockers image that is part of the axon tutorial is not for production use, so I’m am unsure of where to find or create a docker image that can be used in production. Any help is greatly appreciated! Thank you!

Hi Sam,

the Docker image might work perfectly in production. It is, however, not something we have thoroughly tested and will therefore not endorse publicly. Also note that the standard edition does not support clustering, meaning that high-availability setup isn’t supported.

One of my colleagues recently wrote a blog about running AxonServer on Kubernetes that may be worth a read. In short: we recommend running AxonServer outside of Kubernetes, and provide it as a service to your application nodes (running on K8s).

Hope this makes sense.
Cheers,