How to handle a docker swarm in secure way(when communication is using a public NIC)?

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I would connect 3 machines in a docker swarm using my unique and public NIC eth0.
Is the communication among the machines secure?
For joining to a swarm i need a token , so i suppose at least there is a authentication control. But the channel for communication is encrypted?
In addition i read i can add ecryption when i add a docker network.
I suppose these channels are completely separated by control stream so they are 2 concept completely different.
I d like to receive a little clarification about how to secure swarm data&control streams
security docker
add a comment |Â
up vote
0
down vote
favorite
I would connect 3 machines in a docker swarm using my unique and public NIC eth0.
Is the communication among the machines secure?
For joining to a swarm i need a token , so i suppose at least there is a authentication control. But the channel for communication is encrypted?
In addition i read i can add ecryption when i add a docker network.
I suppose these channels are completely separated by control stream so they are 2 concept completely different.
I d like to receive a little clarification about how to secure swarm data&control streams
security docker
you should not be using an Internet facing NIC.
â Rui F Ribeiro
Jun 16 at 6:51
This is a trial answer sorry. In my case i cant
â Mark Lender
Jun 16 at 10:19
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I would connect 3 machines in a docker swarm using my unique and public NIC eth0.
Is the communication among the machines secure?
For joining to a swarm i need a token , so i suppose at least there is a authentication control. But the channel for communication is encrypted?
In addition i read i can add ecryption when i add a docker network.
I suppose these channels are completely separated by control stream so they are 2 concept completely different.
I d like to receive a little clarification about how to secure swarm data&control streams
security docker
I would connect 3 machines in a docker swarm using my unique and public NIC eth0.
Is the communication among the machines secure?
For joining to a swarm i need a token , so i suppose at least there is a authentication control. But the channel for communication is encrypted?
In addition i read i can add ecryption when i add a docker network.
I suppose these channels are completely separated by control stream so they are 2 concept completely different.
I d like to receive a little clarification about how to secure swarm data&control streams
security docker
asked Jun 15 at 12:23
Mark Lender
1
1
you should not be using an Internet facing NIC.
â Rui F Ribeiro
Jun 16 at 6:51
This is a trial answer sorry. In my case i cant
â Mark Lender
Jun 16 at 10:19
add a comment |Â
you should not be using an Internet facing NIC.
â Rui F Ribeiro
Jun 16 at 6:51
This is a trial answer sorry. In my case i cant
â Mark Lender
Jun 16 at 10:19
you should not be using an Internet facing NIC.
â Rui F Ribeiro
Jun 16 at 6:51
you should not be using an Internet facing NIC.
â Rui F Ribeiro
Jun 16 at 6:51
This is a trial answer sorry. In my case i cant
â Mark Lender
Jun 16 at 10:19
This is a trial answer sorry. In my case i cant
â Mark Lender
Jun 16 at 10:19
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
Docker swarm controls streams encrypted by default. You can encrypt also data using network encryption.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Docker swarm controls streams encrypted by default. You can encrypt also data using network encryption.
add a comment |Â
up vote
0
down vote
Docker swarm controls streams encrypted by default. You can encrypt also data using network encryption.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Docker swarm controls streams encrypted by default. You can encrypt also data using network encryption.
Docker swarm controls streams encrypted by default. You can encrypt also data using network encryption.
answered Jun 16 at 10:52
Mark Lender
1
1
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f449984%2fhow-to-handle-a-docker-swarm-in-secure-waywhen-communication-is-using-a-public%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
you should not be using an Internet facing NIC.
â Rui F Ribeiro
Jun 16 at 6:51
This is a trial answer sorry. In my case i cant
â Mark Lender
Jun 16 at 10:19