October 2018
Intermediate to advanced
248 pages
4h 46m
English
To configure agents, follow these steps:
$ cd /etc/mesos-slave $ sudo mkdir conf
$ cd conf $ sudo touch credential.json $ sudo vi credential.json
{
"principal": "agent",
"secret": "agents_secret"
}
This is the secret that the agents will use to get authenticated by the master. We added similar secrets for the master previously. The master will now know what secrets to use to get authenticated.
Repeat the preceding steps for all the agents.
The following steps will notify the master about ...
Read now
Unlock full access