DevOps

Explore expert DevOps guides and actionable strategies on CI/CD, Kubernetes automation, and monitoring—unlock best practices to streamline your development and operations workflow.
Feb
06

Optimize Your Azure Costs with Python Automation

Cloud infrastructure expenses can quickly consume your budget without providing any additional benefits. To ensure optimal return on investment, you can aim to utilize available resources effectively and minimize waste and unnecessary spending on cloud costs
4 min read
Jan
13

Securing Your PostgreSQL Database with SSL: A Step-by-Step Guide

SSL is required for a secure connection between the client and the server so confidential data cannot be intercepted by any middle-man
3 min read
Aug
15

How I auto-start my dev environment on Windows 10

Starting all components for development is hectic whenever you restart your machine, this thing can be automated using batch script.
4 min read
Mar
10

How I converted my bash scripts into Python?

Python has number of packages which can be used to enhance shell scripts. It is easier to convert Shell scripts to Python.
5 min read
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
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