Deploying a Python App to an AKS Cluster Using Azure PipelinesIntroduction In today's rapidly evolving software development landscape, the ability to deploy applications efficiently and reliably is paramount. Azure Kubernetes Service (AKS) offers a managed Kubernetes solution that simplifies the deployment, man...Apr 7, 2024·4 min read
Host your Resume with Azure App ServicesHosting a resume on Azure App Services involves creating a web app and deploying your resume content. In this blog, I'll be hosting a web app with PHP runtime. Below are step-by-step instructions: Step 1: Create an Azure Account If you don't have an ...Feb 6, 2024·4 min read
Effortless Kubernetes Management: Creating and Scaling Workloads on Azure AKS with Azure CLIKubernetes, the open-source container orchestration platform, has become a cornerstone in modern application development and deployment. Leveraging cloud providers enhances the capabilities of Kubernetes, and Microsoft Azure simplifies this integrati...Jan 27, 2024·4 min read
Creating your Custom Docker Image on Azure Container Registry and Deploying with Container InstancesIn the world of modern application development, containerization has become a crucial part of the deployment process. Docker, a popular containerization platform, allows developers to encapsulate applications and their dependencies into portable cont...Jan 19, 2024·4 min read
Dive into Docker: A Hands-On Lab for Getting StartedContainerization has revolutionized the way software is developed, deployed, and managed. Docker, a leading containerization platform, has gained immense popularity for its simplicity and efficiency. In this hands-on lab, we will embark on a journey ...Jan 8, 2024·3 min read
Create Azure resources using TerraformIntroduction This article demonstrates the process of generating an Azure resource group using Terraform, a powerful tool for defining, previewing, and deploying cloud infrastructure. Terraform leverages HashiCorp Configuration Language (HCL) syntax ...Jan 4, 2024·5 min read
Essential Linux Commands for DevOpsLinux is the operating system of choice for many DevOps professionals due to its stability, security, and open-source nature. Mastering Linux commands is crucial for effective DevOps practices as it empowers engineers to streamline tasks, automate pr...Jan 3, 2024·5 min read