samikshyasapkota.hashnode.devUptime-Kuma- Self Hosted Monitoring ToolIntroduction In this article, we will walk through the process of setting up Uptime Kuma, a self-hosted monitoring tool, to keep track of the health and availability of our microservices. We will configure Uptime Kuma to monitor multiple microservice...Mar 15, 2025·4 min read
samikshyasapkota.hashnode.devAutomating Docker Image Tag Updates in Helm Values Files with PythonIntroduction This script automates the process of updating Docker image tags in Helm values files by fetching the latest tags from DockerHub for multiple repositories. It interacts with DockerHub’s API, retrieves the latest version tags, and updates ...Oct 24, 2024·6 min read
samikshyasapkota.hashnode.devDeploy .Net Application on kubernetesIn this project, We'll explore how can we deploy an .Net Docker Image in Azure Kubernetes Service using the Azure CI/CD Pipeline. Pre-requisities An Azure account. An Angular application ready for deployment. Basic knowledge of Azure DevOps and Az...Jul 26, 2024·3 min read
samikshyasapkota.hashnode.devSecurity Testing Tools in DevSecOps (SAST, DAST & SCA)In the dynamic landscape of software development, security is more important than ever. As our lives become more connected through technology, the risks from software vulnerabilities grow. With cyber threats on the rise, it's important to know the di...Jul 24, 2024·5 min read
samikshyasapkota.hashnode.devDeploying Docker Image of Angular in Azure Kubernetes Service (AKS)In this project, We'll explore how can we deploy an ANGULAR Docker Image in Azure Kubernetes Service using the Azure CI/CD Pipeline. Kubernetes is an open-source container orchestration platform. Orchestration is all about automating deployments, sca...Jun 21, 2024·4 min read