Frequently Asked Questions

Why did my deployment fail?

First step to to understand why a deployment is failing to understand config for your service that is getting deployed. Odin defaults many fields so that you do't need to specify them all the time. You can override them for specific use cases. You can view the configs used in your app by running.

odin describe env --name --service --component

This will give you exact config for that component that is getting deployed in the given environment.

Where do I check my app logs?

For deployments of type container, login to the pod and for aws_ec2 login to that EC2 instance and check the path configured in your logback settings file. When the EC2 machine starts, the log path mentioned here gets invoked.

Last updated