cscontents

Components of Kubernetes cluster

Kubernetes Series: Part 2 – Components of Kubernetes cluster | Kubernetes cluster in detail

Introduction to Kubernetes cluster We know Kubernetes is basically a container orchestrator tool and this tool exist in form of a cluster. That means when we install this Kubernetes tool, we will get a Kubernetes cluster. And Kubernetes cluster is nothing but a group of VMs/physical machines/nodes where some are master node and some are …

Kubernetes Series: Part 2 – Components of Kubernetes cluster | Kubernetes cluster in detail Read More »

Hypervisor vs Container technology

Hypervisor vs Container technology – Let’s discuss

Introduction Hypervisor is a kind of software which allows us to have multiple virtual machines within one physical machine. Basically, hypervisor will allocate the resources of the host physical machine (like RAM, CPU etc.) in between the virtual machines. This hypervisor provides portioning and isolation of the hardware and creates virtual machines, so it is …

Hypervisor vs Container technology – Let’s discuss Read More »

Introduction To Kubernetes

Kubernetes Series: Part 1 – Introduction to Kubernetes | Background of Kubernetes

Introduction to Kubernetes In simple words, Kubernetes is an open-source container orchestrator tool or system, which manages the containers. In other words, we can say Kubernetes is a tool or orchestration engine for automating the deployment, scaling and management of containerized application. Kubernetes was designed by Google, but currently it is maintained by Cloud Native …

Kubernetes Series: Part 1 – Introduction to Kubernetes | Background of Kubernetes Read More »

proxy server and reverse proxy server

Proxy Server and Reverse Proxy Server and their differences? How they are different from load balancer?

Introduction In this blog we will discuss proxy server, reverse proxy server and their differences. And we will see how load balancer is different from them. Let’s define them one by one. Proxy Server Proxy server or proxy is that server which sits before any server (e.g. application server) and provide an extra layer of …

Proxy Server and Reverse Proxy Server and their differences? How they are different from load balancer? Read More »