Creating a Microservice

  1. Once you log in to Ozone, select microservices on the left-side bar.

  1. After clicking on microservices a modal window appears. Click on +New Microservice at the top-right corner.

  1. If you already have a git repository linked, you can choose that from the dropdown, otherwise, you can click on the link shown below to link a git repository

  1. If you already have a registry integration linked, you can choose that from the dropdown, otherwise, you can click on the link shown below to link the registry provider of your choice. This registry will be used to push and/or pull the required images

  1. A microservice can run in different environments. There are three environments by default - Development, Staging, and Production.

  2. But you can easily add more custom environments to fit your needs by clicking on the option that is shown below

  3. Ozone relies on a Dockerfile to build and package your microservice. This file lists instructions for the Docker daemon to follow when building a container image. By specifying the Dockerfile location, Ozone understands how to construct the container image that will ultimately house your deployed microservice.

Last updated