Deploy Service on Production - Dream11
Last updated
Last updated
Odin is an uniform tool across the environments i.e the commands and processes are standard throughout. However, deploying in production comes with its own challenges. Hence, the following pointers to be remembered:
In production a service can only be deployed once. Post the successful deployment, any change in the service should go via odin operate
command. List of operations and their parameters can be found in .
To deploy a new service in production or operate on an existing one, the user has to be part of the team that the service belongs to. The name of the service owning team can be found by using the command odin describe service --name YourServiceName
.
If the user is not part of the team, the user needs to reach out to Odin team in #dss_odin_feedback slack channel to be added to the respective team.
To understand more about how production deployment, migration of a new service to production, please refer to the document here - .