Learner, reader, writer.
Actively looking for DevOps/Cloud INTERNSHIPS!
As someone who's always digging into DevOps tools, I find that explaining a topic is the best way to really understand it. So today, I want to share what I've learned about the different ways you can run Kubernetes (K8s). Getting a Kubernetes cluster...

I love reading blogs and documentation, so I wanted to share some knowledge I've gained. Today, I learned about ๐๐ฎ๐๐๐ซ๐ง๐๐ญ๐๐ฌ (๐๐๐ฌ) ๐๐ซ๐๐ก๐ข๐ญ๐๐๐ญ๐ฎ๐ซ๐.Kubernetes works like a team with a brain. The brain is called the ๐๐จ๐ง๐ญ๐ซ๐จ๐ฅ ๏ฟฝ...

This is a basic Go lang project that shows your age if you know your birth year. In this, you have to input your birth year, and it will take the current year automatically. By using the formula Current Year - Birth Year, it shows your current age. T...

Prerequisites: Create two EC2 instances one as main and second as target instance. 1. Install Ansible on main instance: Bash sudo apt update sudo apt install ansible Verify Installation: Bash ansible --version 2. Set Up Passwordless Authent...
