1 Deploy a service
There are three ways ways to deploy a service on Axebow
- When the logic is contained entirely in a Docker image, run it directly as a service using Axebow’s dashboard
- If it has been made available in the Axebow Marketplace, or in a tenant’s own marketplace, run it from the Marketplace, also using Axebow’s dashboard.
- If the service needs more than two microservices to be composed and deployed toghether, upload a deployment bundle through Aebow’s dashboard, or, alternatively, do so directly via the API
In the next section we present how to deploy the employee management app example application.
The service itself consists of a backend, connected to a Mongo database. Access to the backend is carried out via a frontend client app that is also deployed within its own microservice.
We assume you already have configured your first infrastructure, or, alternatively, you should use the playground to actually carry out the deployment.