ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 66 - DCA discussion

Report
Export

Will this command ensure that overlay traffic between service tasks is encrypted?

Solution: docker network create -d overlay -o encrypted=true <network-name>

A.

Yes

Answers
A.

Yes

B.

No

Answers
B.

No

Suggested answer: A

Explanation:

The commanddocker network create -d overlay -o encrypted=true <network-name>will ensure that overlay traffic between service tasks is encrypted. This command creates an overlay network with the encryption option enabled, which means that Docker will create IPSEC tunnels between all the nodes where tasks are scheduled for services attached to the overlay network.These tunnels use the AES algorithm in GCM mode and manager nodes automatically rotate the keys every 12 hours1. This way, the data exchanged between containers on different nodes on the overlay network is secured.Reference:

Overlay network driver

asked 08/11/2024
Nito Nobel
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first