DevOps

Mar
09

Jenkins minimal installation on Kubernetes

We can install Jenkins in different ways but sometimes we just need Jenkins with minimal resources and configuration.
3 min read
Dec
04

Mastering Bash: Unleashing the Power of Advanced Bash Scripting

Introduction: Bash scripting stands as a formidable skill, a gateway that transforms mundane command-line tasks into robust and efficient automation
3 min read
Dec
02

Bash Unveiled: Navigating the Power of the Bourne Again SHell

Introduction: In the vast landscape of command-line interfaces, Bash, or the "Bourne Again SHell," emerges as a powerful and versatile
2 min read
Oct
05

How to Assign storage for each user in JupyterHub on Kubernetes?

Running JupyterHub on Kubernetes is easy with Kubespawner, you can attach PV to each spawned user pod to persist data.
2 min read
Sep
28

CI/CD: Running Jenkins Pipelines on Kubernetes Made Simple

In containerization world we run Jenkins pipeline on Kubernetes platform as a pod instead of running it on legacy nodes.
4 min read
Sep
25

Mastering Jenkins Automation: Create, Update, Delete, and Trigger Jobs with API

Jenkins provides REST API to automate actions from external systems. We can create, update, delete and trigger Jenkins Jobs/Pipeline using API.
3 min read
Jul
19

Systemd and Docker Compose: A Dynamic Duo for Efficient Deployments

Docker-compose utility gives flexibility to deploy simple applications. You can make it robust by integrating it with systemd services.
3 min read
Jul
05

Offline PIP Package Downloads: Your Ultimate Guide

Python packages can be installed on Internet prohibited sites using offline installation, including dependencies
3 min read
Jun
29

Streamlining Postgres Performance: Read-Only App Configuration with Patroni

Discover the best practices for configuring read-only applications with Postgres-Patroni. Learn how to leverage passive PostgreSQL replicas to handle read-only requests, reducing the load on the master node in your High Availability (HA) cluster.
2 min read
Jun
28

Step-by-Step Guide: Configuring PostgreSQL HA with Patroni

Learn to configure PostgreSQL HA with Patroni, ETCD, and HAProxy - detailed step-by-step guide.
9 min read