Can we run Nomad in a 3 node server and 6 node client cluster without Consull ? Most jobs will be batch jobs and maybe a couple of services . I heard that later versions of Nomad in the last year or so do not have dependency on Consul and can be installed without Consul . Is this possible ? Can I just use the following method to create CA and client and use it directly ?
Hi @sammy676776 you can run Nomad without Consul at any version, but the most recent versions of Nomad provide some very useful builtin features like
- Support for built in service discovery
- Support for storing config values as Nomad Variables
- Support for generating CA certificates (as you linked already)