Replies: 2 comments
-
|
Not that I'm aware of. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
To be fair, there is no web dashboard out of the box with Swarm, so there's nothing for the CLI to protect. The remote CLI should be TLS protected by the engine config. It's up to any 3rd party management tools like Docker EE, Portainer or Swarmpit to protect themselves (which they all do, with built-in web auth). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In k8s, kubectl provides
kubectl proxyfor accessing the k8s dashboard, andkubectl port-forwardfor accessing web UI's for services like databases, and this is considered a security best practice since the associated services won't be left exposed on public ports. Does docker swarm have something equivalent?Beta Was this translation helpful? Give feedback.
All reactions