About Nomad Consul Connect dev mode

Going through this guide Consul Service Mesh | Nomad by HashiCorp
Big question on sudo nomad agent -dev-connect Does this mean I have to start nomad in dev connect mode even in prod?

Hi @jaiganeshvazhkudai,

The Nomad “dev” mode should not be used in a production or pre-production environment as it configures Nomad in a useful and specific way for local development and testing. This includes using only an in-memory state store which will be lost if the agent fails or is stopped.

I would suggest the Nomad production website page as a good place to start and understand more about running Nomad in production.

Thanks,
jrasell and the Nomad team

Thanks jrasell!
Will do that!