Hello and Welcome to CSContents! 

Hey there! I’m Koushik Saha. I love exploring technology and sharing what I learn — especially around IT and DevOps. If you’re looking to learn DevOps, feel free to explore the articles I’ve shared here — hope they help you in your journey!

What happens when you type a URL - Behind the scene
What happens when you type a URL? – Behind the scene
Introduction In this digital era accessing websites for various purposes has become an integrated part of our lives. We are ...
/ Networking
Spinnaker, How to install Spinnaker in Kubernetes
How to Install Spinnaker on Kubernetes – Step by Step Guide
Introduction Spinnaker is an open-source Continuous Delivery (CD) platform or tool that helps us orchestrate multi-cloud deployments with ease. Using ...
/ Spinnaker
How to install MinIO on Linux
How to install MinIO on Linux – Step by Step Practical Guide
Introduction MinIO is an open-source, high-performance object storage solution and it is designed for modern data infrastructure needs. With its ...
/ Miscellaneous
Istio Installation in Kubernetes
Istio Installation in Kubernetes – A Simple Practical Guide
Introduction Istio is an open-source service mesh tool that helps in managing, connecting, and securing microservices. Istio is an implementation ...
/ Kubernetes
haproxy - High Availability using HAProxy
High Availability using HAProxy – Practical Guide with Sample Project
Introduction HAProxy or High Availability Proxy is an open-source software that is widely used as a High Availability functionality provider ...
/ Linux
git lfs installation and push, pull large files into GitHub
Git LFS Installation and Git LFS Push, Pull – Simple Guide
Introduction Git LFS (Large File Storage) – a revolutionary extension to Git that empowers developers to seamlessly manage large files ...
/ Git
How to install Spinnaker on VM – Step by Step Practical Guide
Introduction Spinnaker is an open-source continuous delivery platform offering a powerful solution for the Continuous Delivery (CD) process. Tools like ...
/ Spinnaker
nginx as load balancer
NGINX as Load Balancer – Configuration with Practical guide
Introduction NGINX, beyond its well-known capabilities as a robust web server, shines as a versatile tool for distributing incoming web ...
/ Linux, Miscellaneous, Networking
nginx, Serving Static webpage using nginx
Deploying Web App (Static) in NGINX – Practical Guide
Introduction NGINX is one of the most popular and widely used open-source web servers, renowned for its speed and versatility ...
/ Linux, Miscellaneous
haproxy installation guide
How to Install HAProxy – a Step by Step Practical Guide
Introduction HAProxy is one of the most popular open-source software that is used for functionalities like, Software load balancer – ...
/ Linux
Docker vs Docker Compose vs Docker Swarm – Let’s Compare
Docker vs Docker Compose vs Docker Swarm – Let’s Compare
Introduction Docker, Docker Compose, and Docker Swarm: three products come under the umbrella of Docker, Inc. Selecting the right one, ...
/ Docker
Kubernetes service, container orchestration tools ECS vs EKS
Container Orchestration Platforms – AWS ECS vs AWS EKS
Introduction In the cloud-native landscape, containers and container orchestration platforms play a crucial role. Container Orchestration platforms manage containerized applications ...
/ Kubernetes