Author name: cscontents

End To End Monitoring of Web application

What is End-to-End Monitoring of any web application and Why do we need it?

Introduction If you are want to know what is basically end-to-end monitoring? Then you are in the right place. But before that you need to know what is monitoring basically? If are not aware of monitoring, then I will suggest please go through the below post. What is “Monitoring” in DevOps? Before starting our discussion, […]

What is End-to-End Monitoring of any web application and Why do we need it? Read More »

Monitoring in DevOps

What is “Monitoring” in DevOps? Why do we need to Monitor App/DB servers, Transactions etc.?

Introduction In the DevOps world, monitoring is a very important part. Here by monitoring I mean monitoring of application server, database server, system resource usage etc. Let’s discuss the below question. What is Monitoring? Generally IT Engineer check logs when there is some issue or something not working as expected. Below are some built-in tool

What is “Monitoring” in DevOps? Why do we need to Monitor App/DB servers, Transactions etc.? Read More »

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: Forward Proxy vs Reverse Proxy vs Load Balancer

Introduction Proxy servers are server applications that work as intermediaries between clients and servers which improves privacy, security, and performance. In the ever-evolving landscape of network architecture, the role of proxy servers has become increasingly critical in ensuring seamless and secure communication between clients and servers. Among the diverse array of proxy servers, forward proxy

Proxy Server: Forward Proxy vs Reverse Proxy vs Load Balancer Read More »