DEV Community

Cover image for CKA & CKAD Series (Part 5): Networking
Shahriyar Al Mustakim Mitul
Shahriyar Al Mustakim Mitul

Posted on

2 1

CKA & CKAD Series (Part 5): Networking

Every node in a cluster, is appointed an IP Address
Image description

and under the node, a private IP address is set to communicate between pods.

Image description
Here 10.244.0.0 is a private network which pods use.
Image description

If there are multiple nodes in a cluster, surely the nodes have different IP addresses.
Image description
But the problem is with the private network created to connect the nodes.

That is same to all the nodes.

Image description
So, you can see the internal network address is same for all. This makes a conflict if we want to contact with pods outside of a node.
Image description

Thus there are some external third party tools, we have to use.
Image description
After using the third party tools, they appoint a different internal network for different node's pods. Thus it is now easy to communicate to different pods.
Image description

That was it for the basics. We made it simple for you boss!

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

Top comments (1)

Collapse
 
jhawithu profile image
Alok Kumar

Very nice collection of information for CKA preparation. I also created a dedicated course on Udemy for CKA exam and more than 1k+ people get benefited

My CKA Course

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay