End to end CI/CD implementation of voting-app using Azure DevOps, AKS and ArgoCDPrerequisites: Create an Azure account Create an Azure DevOps service account Install kubectl Install the Azure CLI Run this command directly in PowerShell (as Administrator): msiexec.exe /i https://aka.ms/installazurecliwindows Log in to ...Nov 12, 2025·10 min read
End-to-End DevOps for a Go Web App: CI/CD with GitHub Actions, Kubernetes & ArgoCDFeb 14, 2025·9 min read
Jenkins Pipeline for Java based application using Maven, SonarQube, Argo CD and KubernetesJan 29, 2025·6 min read
Ansible Real time ProjectTask 1 : Create three EC2 instances on AWS using Ansible loops. 2 instances with Ubuntu distribution 1 instance with Amazon Linux distribution Solution: We will use our local machine as the control node. In this task, Ansible is used for provisio...Aug 1, 2024·3 min read
Kubernetes Troubleshooting-EP-3In Kubernetes, the scheduler is responsible for assigning pods to nodes in the cluster based on various criteria. Sometimes, you might encounter situations where pods are not being scheduled as expected. This can happen due to factors such as node co...Jun 27, 2024·5 min read
Kubernetes Troubleshooting EP-2CrashLoopBackOff When you see "CrashLoopBackOff," it means that kubelet is trying to run the container, but it keeps failing and crashing. After crashing, Kubernetes tries to restart the container automatically, but if the container keeps failing rep...Jun 26, 2024·5 min read
Kubernetes Troubleshooting EP-11 .ImagePullBackOff When a kubelet starts creating containers for a Pod using a container runtime, the container might be in a Waiting state because of ImagePullBackOff. The status ImagePullBackOff means that a container could not start because Kuber...Jun 24, 2024·3 min read
AWS Zero-To-Hero -Day 06TASK 1 1) What is caching in CloudFront? Amazon CloudFront is a content delivery network (CDN) service that securely delivers data, videos, applications, and APIs to customers globally with low latency and high transfer speeds. Caching in CloudFront ...Dec 12, 2023·5 min read
AWS Zero-To-Hero -Day 05In this blog, we are focusing on the core components of Amazon VPC. TASK 1: Amazon VPC: Amazon Virtual Private Cloud (VPC) is a service that lets you launch AWS resources in a logically isolated virtual network that you define. You have complete co...Dec 11, 2023·4 min read