tarunvarma.hashnode.devSecuring Your Apps with Trivy in CI/CD PipelinesWhen you’re building apps in the cloud, it’s not just about speed — it’s also about security. Vulnerabilities in your container images, dependencies, or even accidentally committed secrets can open the door to attacks. This is where Trivy (by Aqua Se...Oct 5, 2025·3 min read
tarunvarma.hashnode.devDeploying Multiple EC2 Instances with Ansible: A Hands-On GuideCreating multiple EC2 instances using Ansible can streamline your infrastructure management and make deployments consistent and repeatable. In this blog post, we'll walk through the steps to create three EC2 instances with different ami's using a pro...Jul 11, 2024·2 min read
tarunvarma.hashnode.devHow to Deploy your Portfolio Website using Nginx and KubernetesCreating a personal portfolio site is an essential step for showcasing your skills and projects to potential employers or clients. With the rise of containerization and orchestration technologies, deploying your portfolio using Docker and Kubernetes ...May 21, 2024·3 min read
tarunvarma.hashnode.devHow to install and Run Docker in the Linode cloud: A Step-by-Step GuideHello People In recent years, containerization has become a popular approach for deploying applications due to its flexibility and scalability. Docker, a leading container platform, enables developers to package applications and their dependencies in...Apr 24, 2023·2 min read