Suhas Adhav

Suhas Adhav

The Internet
In love with web3, DApps and Blockchain Technology | DevOps Expert | Kubernetes | Docker | Jenkins | Cloud | Hadoop
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
11

Auto RT (retweet) bot using Python tweepy

Tweepy is a simple yet powerful python package used to interact with twitter API. You can write your own twitter bots using tweepy.
2 min read
Jul
08

5 Essential PIP Commands for Python Package Management

Python comes with it's own package manager PIP, if you are a Python developer get used to these 5 pip commands.
4 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
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 how to configure PostgreSQL high availability (HA) using Patroni. This step-by-step guide covers setup, failover, and cluster management for a reliable PostgreSQL deployment.
12 min read