DEV Community

Cover image for Life in KubeCity- How it all began
Endah Bongo-Awah
Endah Bongo-Awah

Posted on

Life in KubeCity- How it all began

I don’t know about you, but whenever someone starts a story with the words..Imagine that….They got my undivided attention. I am a sucker for storytelling teaching methodology.
I struggled to understand the fundamentals of kubernetes and once I did, I thought that I would have understood it faster if it were told to me as a story.

So if you are new to the concept of kubernetes (which by the way is 10 years old, so no pressure!), this story might just polish up some concepts you needed help understanding (as i did) or ease your understanding of the fundamentals of kubernetes.

At the end of this story;

  • You should have a better understanding overview of kubernetes object in a fun way.
  • Understand the functions of the common objects of kubernetes.
  • Understand the essential objects that come together to create a stable secure Kubernetes cluster.

Let us start with a classical introduction.....
Me: Arabian nights…. You: Entertainments
Me: Boys and girls are you ready to hear my story…. You: Yes we are, what is the story about.....

10 years ago, in the vibrant and bustling city of Kubernetes, where microservices and containers thrived, there lived many remarkable residents, each with a unique role to play. Admired all across the universe, tasked with control and orchestration, ensuring everything moved like a well-choreographed cosmic ballet, kubernetes was the talk of the town.
Before the city Kubernetes became too famous and organized, Kubernetes lived only with its containers and wished for companionship and help in orchestrating its vast responsibility of managing its containers.

From the wish sprang forth Pods, the smallest, most elemental creators in the universe. Kubernetes found companionship in these Pods, who were always ready to host containers, acting as individual performers in the orchestrated ballet, dancing gracefully to Kubernetes' tune.

Next, came Services. In the grand cosmos, they acted like the messengers between Pods and the outside universe—charming, consistent, and buoyantly helpful. Services held hands with Pods, helping them communicate, and won Kubernetes' affection

It was realized that, information from the activities needed storage, so Volumes was hired. These were the loyal librarians, remembering and storing every important detail. Their persistence and memory were like a warm blanket on a cold night for Kubernetes, providing comfort and a level of security.

Kubernetes was in need of some order in its kingdom, the pods needed to be managed and who else than our powerful and flexible manager deployments. Kubernetes then met Deployments and ReplicaSets who were twins. Deployments were like the caring managers, ensuring the desired state of applications, whereas ReplicaSets were like the diligent generals, securing the required number of Pods. Together, they added balance and stability, making Kubernetes’ heart flutter. However deployments always left things in a temporal state, causing chaos and instability

One day, Deployment wandered into a Kubernetes meetup and met StatefulSet. Deployment was immediately captivated by StatefulSet's grace and stability. They began to spend more time together, and Deployment quickly realized how much they complemented each other. Here are some of the qualities that made StatefulSet irresistible:

  • Its reliable Identity. This was like having a partner who never changed their phone number or email address – always reachable and reliable.
  • Persistent Storage: it was like being with someone who never lost their keys or forgot important dates.
  • Graceful Updates: Pods were updated one at a time ensuring stability and minimal disruption
  • Ordered Deployment: Methodical approach to deploying and scaling pods

As the Deployment and StatefulSet’s relationship blossomed, they were often joined by their steadfast friend, DaemonSet. DaemonSet ensured that essential services, like logging agents and monitoring tools, ran on every node in the cluster. DaemonSet’s thoroughness and dedication was admired by all.

Deployment hired Job, a diligent servant, responsible for running specific tasks to completion. They ensured that batch processing and other time-bound tasks were executed successfully.

Secrets was a confidant, keeping sensitive information, such as passwords and API keys, secure. They ensured that this data was stored securely and accessed only by those who needed it.

ConfigMaps became Deployment’s organizational friends, providing configuration data to Pods. They ensured that applications could be configured dynamically without the need to rebuild images.

With the city of Kubernetes growing, order needed to be maintained. Namespaces were hired to create multitudes of realities within the city. They isolated applications in their own virtual realms.

With this attained achievement, kubernetes organized a housewarming party. Invited guests came from far and wide. Kubernetes needed to prepare for them. So security officers called Networkpolicy, which ensure that only selected, authorized guests talked with the pods, fostering a secure environment for all in the city.

A gatekeeper called Ingress was also hired, a devoted traffic manager, effectively controlling in and outbound traffic. Ingress mapped guests to their respective services, ensuring a smooth and efficient flow of traffic.

As the party grew and the communication between guest increased, services needed assistance, so Endpoints were hired! They acted like dynamic telephone operators. They facilitated communication by routing calls from services to the relevant pods.

To ensure the no one at the party was overwhelmed, needs are met and no wastage of resources, the twin brothers Limits and requests were hired. While requests kept a check on how much each quest could consume to remain entertained, limits made sure the overall consumption stayed within the agreed upon amount.

There were invited guests referred to as service accounts with designated tasks. Roles and rolebinding were hired to manage access control and permissions into various party locations in an organized and secure manner.
Clusterrole and clusterrolebinding assumed the same governing principle and expanded it citywide

In the ever-evolving city of Kubernetes, the residents were content with the structures and systems in place. But as time passed, the citizens dreamed of new and unique buildings that could serve purposes beyond what was currently possible.

From this desire, the Custom Resource Definitions (CRDs) emerged, the visionary architects of Kubernetes City. They brought with them the ability to design new types of buildings—structures that were not originally part of the city’s blueprints but were now essential for its growth and diversity.

These CRDs allowed the inhabitants to define their own types of Pods, Services, and Controllers—each with its own special features and behaviors. They were like custom-made homes and offices, tailored to the specific needs of their owners, yet seamlessly integrated into the city’s landscape.

As the sun sets on Kubernetes City, all the objects gather to enjoy the power of collaboration and innovation.

But this is not just the end of our tale; it’s the beginning of your journey in Kubernetes City. As you wander through its streets, you’ll discover more secrets, encounter new challenges, and perhaps, contribute to its legacy.

Now, dear reader, it’s your turn to share your thoughts. Did you find a favorite character in our story? Is there a concept that you’d like to explore further? Your insights and questions are the bricks and mortar that will help build the next chapter of Kubernetes City.

Please, step into the town square and voice your ideas:

What did you enjoy the most about our Kubernetes narrative?

Which Kubernetes object would you like to hear more about?

Do you have suggestions for new characters or features to add to the story?

Your feedback is invaluable, and together, we can continue to demystify the world of Kubernetes, making it accessible and enjoyable for all.

Thank you for joining me on this adventure. I look forward to hearing your tales and experiences in Kubernetes City. Until next time, keep exploring and innovating!

Image description

Top comments (0)