Join our Discord Server
Ajeet Raina Ajeet Singh Raina is a former Docker Captain, Community Leader and Distinguished Arm Ambassador. He is a founder of Collabnix blogging site and has authored more than 700+ blogs on Docker, Kubernetes and Cloud-Native Technology. He runs a community Slack of 9800+ members and discord server close to 2600+ members. You can follow him on Twitter(@ajeetsraina).

Adding new Host to Docker Swarm & Universal Control Plane through Docker Machine

37 sec read

In our previous post, we spent considerable time in understanding what is Universal Control Plane(UCP) and how to add hosts to UCP.  For UCP to work, swarm cluster is a per-requisite, hence let’s understand how to quickly setup Swarm agent node through Docker Machine.

Swarm_1

By this time, you will be able to see a new Docker-8 instance gets created.

Swarm_2

Let’s open up Docker-8 instance which we created by clicking on SSH at the right end. Though you can also use Docker-Machine to login to run commands.

Swarm-3

Finally, I am going to add this new machine to existing swarm cluster as shown below:

Swarm_4

Ensure that the right token is added as shown above.

You will be able to see the new node added to the swarm cluster as shown below:

Swarm_5

Finally, add this new node to UCP as shown below:

Swarm_6

Let’s verify that UCP has detected the 3rd Node in the swarm cluster.

Swarm_7

Hurray !! We have added a new node to the swarm cluster and then got it reflected under Universal Control Plane.

Have Queries? Join https://launchpass.com/collabnix

Ajeet Raina Ajeet Singh Raina is a former Docker Captain, Community Leader and Distinguished Arm Ambassador. He is a founder of Collabnix blogging site and has authored more than 700+ blogs on Docker, Kubernetes and Cloud-Native Technology. He runs a community Slack of 9800+ members and discord server close to 2600+ members. You can follow him on Twitter(@ajeetsraina).

Comparing the Best Open Source LLMs in 2025: Llama…

Explore the best open-source large language models of 2025, including Llama 3, Mistral, and Gemma, examining their architecture, deployment, and practicality.
Collabnix Team
7 min read

OpenClaw Security Best Practices: Guardrails and Safe Agent Design

Discover how to secure AI agents using OpenClaw with best practices in access control, encryption, and safe agent design.
Collabnix Team
7 min read

Building a Customer Service Bot with OpenClaw: A Deep…

Learn how to build a customer service bot using OpenClaw AI framework, exploring AI agent development, setup, and API interactions.
Collabnix Team
9 min read

Comments are closed.

Join our Discord Server