Suhas Adhav

Suhas Adhav

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

What is a Crypto Wallet?

Crypto wallets are similar to one in your pocket. It consists of public and private key which are used in transaction signing and transfer.
3 min read
Jan
26

How to transfer crypto in your own wallet?

You should hold your crypto assets in your custody wallet(Software, hardware or Paper), remember not your keys not your crypto
3 min read
Jan
19

8 Patroni commands every DBA should Know

Patroni has command line utility patronictl which can be used to interact with the Patroni postgres cluster. Let's see patroni commands every DBA should know.
4 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
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.
3 min read