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
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

Running Docker Compose as a systemd Service: A Comprehensive Guide

Learn how to run Docker Compose as a systemd service to ensure automatic startup and seamless container management.
5 min read
Jul
05

How to Install Pip Packages Without Internet (Offline Pip Installation Guide)

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