Deployment
There are a couple of ways to deploy our services:
-
You can start them all up on a single machine for a lightweight workload or development testing by building from the code and using our
CLI
script (Guide) -
If you don't want to build it from source you can use pre-built docker images to start everything up at once (Guide)
-
You can use our Kubernetes guide to set up our application in an existing Kubernetes environment for production
Or you can check out our Services guide to get familiar with our application services and dependencies and deploy everything the way you want.
Updated 8 months ago