Podman series: Deploying a MariaDB Database in a Podman Containeruse environment variablesMay 3, 2024·3 min read
Terraform script to build an Ubuntu VM in AzureThis is a write-up for creating a linux virtual machine in Azure Cloud using Terraform. Pre-requisites: Azure cloud account, Azure CLI installed on local machine, Azure configure with required access to build and manage vm in Azure cloud, Azure provi...Feb 24, 2024·2 min read
Terraform Math fundamentalsTerraform, an infrastructure-as-code tool, provides several built-in functions for performing various mathematical operations. These functions are handy for manipulating numerical values within your Terraform code. Here are some of the common math fu...Feb 21, 2024·2 min read
Python Advance Module Reference - JSON,requests and logging(python interview question )Feb 14, 2024·3 min read
Learning Path: Introduction to GIT BasicsIn this learning path, you will grasp the fundamental concepts of GIT, covering the creation of repositories, addition of new files, committing changes, reviewing logs, and utilizing branch and merge functions effectively. Initializing a GIT Reposito...Jan 30, 2024·3 min read
Deploying WordPress on GKE Cluster with Persistent Disk and Cloud SQLIn this tutorial, we will walk through the process of deploying a WordPress web application on Google Kubernetes Engine (GKE) using a Persistent Volume for storing web data and Google Cloud SQL for database management. Assuming that the GKE cluster i...Jan 21, 2024·3 min read