Docker Swarm
Docker Swarm
Docker Swarm
No
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Questions
Which of the following is not a node type in Docker Swarm
Per Raft algorithm, system can tolerate ___ failures
Per Raft algorithm, system requires majority of ____ members to agree on values proposed to the cluster
Command to list the services running
Which of the following is a valid command to create a service
Command to list the nodes currently available as a part of Swarm
Docker swarm command to apply rolling update on a tomcat service image version
Technique used by Docker Swarm mode to enable multi- host networking
Docker assigns service a ______ for the clients to identify the service
Swarm mode has an inbuilt load balancer
Swarm task status when the task is initialized
Worker Node is responsible for container Orchestration
Manager node can also act as a worker node
Which is not a valid way to create a docker service
When a task stops, it isn’t executed again, but a new task may take its place.
Docker swarm command to list the task running on the manager node
Docker swarm command to autolock swarm when initialized
In Docker Swarm , all communication between nodes happens through Transport Layer Security
Swarm task is