In this hands-on lab, you will be provided a Nomad job file to use with the supplied Nomad server. This job file has an error that will cause it to fail. You will need to utilize the logs from the Nomad service, to troubleshoot, and resolve the issue.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Log in to the Provided Nomad Server
- Log in to the server using the credentials provided.
Note: The Nomad server has been configured with one server agent and one client agent. Docker has been installed so Nomad is ready to run jobs.
- Log in to the server using the credentials provided.
- Run the `main-application.nomad` Job File
- In the
cloud_user
home folder, run themain-application.nomad
job file.
- In the
- Use the Nomad Logs to Troubleshoot the Issue
- Using the logs from Nomad for the failed allocation, work out the problem that caused the failure.
- Fix the problem and resubmit the job.