Featured Articles
How to Install CRI-O on Ubuntu For Kubernetes?
A step-by-step guide to installing cri-o container runtime on Ubuntu for kubeadm kubernetes setup. Here is what you should know...
How to Convert Helm Chart to Kubernetes YAML
In this blog, you will learn to convert existing Helm chart templates to Kubernetes YAML manifests. So, why would anyone...
How To Change Nginx index.html in Kubernetes With Configmap
In this guide, you will learn how to change the default index.html in Kubernetes Nginx deployment with an index....
Python Script to Execute SQL Statements on PostgreSQL
In this blog I have added the Python Script to connect and execute SQL statements on PostgreSQL databases. Here is...
[Solved] PostgreSQL ERROR: There is 1 other session using the database.
In PostgreSQL, if you have active connection to the database and if you try to DROP the database, you will...
How to Make API Call Using Python
In this guide you will learn to make API call using Python script using a bearer token and data. Make...