SPSaiRupa Paladuguinpaladugusairupa.hashnode.dev·Jul 16, 2025 · 6 min readWhat are containers?Complete Guide to Containers in DevOps: Architecture, Benefits, and Best Practices Containers have dramatically changed how we develop, test, and run applications. They are lightweight, portable, and quick to start, making them perfect for modern Dev...00
SPSaiRupa Paladuguinpaladugusairupa.hashnode.dev·May 13, 2025 · 2 min readAccessing NGINX (Azure networking Demo)This is a reference from Abhishek’s YouTube playlist. Here is the official link: Azure Networking Demo | Azure VNet, Firewall, NSG, and Bastion Demo Description:- We will host NGINX inside a VM that is present in an Azure VNet by utilizing a Bastion ...00
SPSaiRupa Paladuguinpaladugusairupa.hashnode.dev·Feb 6, 2025 · 2 min readDeploy and Access ngnix on AKS ClusterStep1: Store your resource group in a variable & create and verify AKS cluster Step2: Configure kubectl to run against cluster Step3: Create deployment.yaml file and apply the changes apiVersion: apps/v1 # The type of workload we are creating k...00
SPSaiRupa Paladuguinpaladugusairupa.hashnode.dev·Nov 8, 2023 · 2 min readUsing multistage docker builds with distroless base image for Simple Java and Python Apps!If you are creating containerized applications with huge image sizes then there will be a high chance that you will be having issues with resource consumption. It is always best practice to keep an eye on the size of the images we are producing! We c...00