Daily Archives: May 6, 2023

Introduction to Linux

Linux is a free and open-source operating system (OS) that is based on the Unix operating system. It was first developed in 1991 by Linus Torvalds and has since become one of the most popular and widely used operating systems in the world. One of the key features of...

Read More

Kubernetes Architecture and its Components

The architecture of a Kubernetes (K8s) system is composed of several components that work together to manage and orchestrate containerized applications. The main components of a K8s architecture include: etcd: A distributed key-value store that stores the configuration data of the cluster. It is used to store the configuration...

Read More

K8s Architecture

The worker nodes communicate with the master node to report the state of the node and the containers running on it, and they receive instructions from the master node on which containers to run and how to manage them. Together, the master and worker nodes work together to manage...

Read More
To Top