Author name: cscontents

Spinnaker, How to install Spinnaker in Kubernetes

How to deploy Spinnaker in 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 we can increase the speed of software delivery. For this, we will be using Minikube, a lightweight Kubernetes distribution using which we can create a one-node Kubernetes cluster (for development and testing purposes). In […]

How to deploy Spinnaker in Kubernetes – Step by Step Guide Read More »

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 lightweight architecture, distributed design, and compatibility with the Amazon S3 API, MinIO offers a powerful solution for building cloud-native storage environments. MinIO is a freely available and easy-to-install storage solution. So, we can leverage it

How to install MinIO on Linux – Step by Step Practical Guide Read More »

Istio Installation in Kubernetes

Istio Installation in Kubernetes – A Simple Practical Guide

Introduction Istio is an open-source service mesh platform or tool that helps manage, connect, and secure microservices. Istio is an implementation of the service mesh concept. It was developed by Google, IBM, and Lyft and is now part of the Cloud Native Computing Foundation (CNCF). Istio provides a uniform way to connect, manage, and secure

Istio Installation in Kubernetes – A Simple Practical Guide Read More »

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. HA functionality is such a crucial functionality without which modern-day business applications/systems can’t think of going live. To show the use of HAProxy as a High Availability provider we will do a demo project or

High Availability using HAProxy – Practical Guide with Sample Project Read More »

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 with precision and ease. From multimedia assets to datasets and beyond, Git LFS provides a scalable solution for storing, versioning, and collaborating on files of any size. As the size of files within repositories continues

Git LFS Installation and Git LFS Push, Pull – Simple Guide Read More »

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 Jenkins is majorly used for the Continuous Integration (CI) process (automation of the build & testing). But coming to Spinnaker, it is specially used for the CD process. Also, Spinnaker is a cloud-agnostic tool, which

How to install Spinnaker on VM – Step by Step Practical Guide Read More »

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 traffic across multiple servers, a process known as load balancing. With its lightweight and high-performance architecture, NGINX emerges as an ideal choice to be used as a load balancer. The benefits of using NGINX as

NGINX as Load Balancer – Configuration with Practical guide Read More »

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. Not only that NGINX is a high-performance web server that excels at serving static content and handling concurrent connections efficiently. Besides working as a Webserver (HTTP server), NGINX can used as a Reverse Proxy, Load

Deploying Web App (Static) in NGINX – Practical Guide Read More »

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 – as a load balancer it distributes the incoming traffic to various servers. High Availability – HAProxy or High Availability Proxy can provide high availability by providing a single user interface where multiple servers are serving

How to Install HAProxy – a Step by Step Practical Guide Read More »

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, however, demands a clear understanding of their distinct strengths and limitations. This guide explains each of these tools and dissects each tool’s suitability for various use cases. Docker Docker is one of the products of

Docker vs Docker Compose vs Docker Swarm – Let’s Compare Read More »