JSJagan Sekaraninjag.hashnode.dev路Apr 28, 2022 路 2 min readHow To Install Docker on Ubuntu 22.04What is Docker? Docker is an application that simplifies the process of managing application processes in containers. Containers let you run your applications in resource-isolated processes. They鈥檙e similar to virtual machines, but containers are mor...00
JSJagan Sekaraninjag.hashnode.dev路Apr 26, 2022 路 5 min readTerraform project for beginnersLearn Terraform basics as you utilize Visual Studio Code (On Windows, Mac, or Linux!) to deploy AWS resources and an EC2 instance that you can SSH into to have your own re-deployable environment. In this project we will learn how to Create a VPC Cre...00
JSJagan Sekaraninjag.hashnode.dev路Dec 15, 2021 路 5 min readDigitalOcean Kubernetes ChallengeYear 2021 was most challenging for me, I attempted and I succeeded few tech challenges. I decided to do one final challenge of this year and that is DigitalOcean Kubernetes Challenge This is my first step to learn Kubernetes About this Challenge Whet...00
JSJagan Sekaraninjag.hashnode.dev路Aug 31, 2021 路 4 min readCloud Resume Challenge on Amazon Web ServiceThis blog is about how I build my resume as website entirely on AWS. This is a challenge created by Forrest Brazeal, Which helped many peoples who wants to step into Cloud technology but doesn't have experience. Visit the official Cloud Resume Chall...00
JSJagan Sekaraninjag.hashnode.dev路Aug 17, 2021 路 3 min readHow to secure your credentials on AWS CLI using AWS VaultThere is an open issue while using AWS CLI, your credentials are stored on a plain text file and anyone who have access to your machine can access these credentials and ruin your bank balance! 馃く Let me show you, check the .aws folder at you home dir...00