Welcome to my channel! ๐Ÿš€ I'm Pravesh Sudha (AWS Community Builder & IBM Champion), Certified DevOps Engineer, cloud enthusiast, and freelancer passionate about sharing knowledge and helping businesses thrive with modern technology.

Here, youโ€™ll find:
- AWS & Cloud Tutorials: Master cloud computing, from deployments to cost optimization.
- DevOps Tips: Learn tools like Docker, Kubernetes, Jenkins, and ArgoCD for seamless CI/CD pipelines.
- Freelancing Insights: Grow your career with tips from my Fiverr journey.
- Project Guides: Step-by-step tutorials on real-world DevOps and cloud projects.
- Beginner-Friendly Content: Simplified tech tutorials for students and enthusiasts.

Subscribe to join me as we build, automate, and innovate with the latest tech! ๐ŸŽฏ

๐Ÿ“ง For inquiries or collaborations: programmerpravesh@gmail.com
๐ŸŒ Portfolio & Work: blog.praveshsudha.com

Letโ€™s turn ideas into reality together! ๐Ÿ’ป


Pravesh Sudha

Hola Amigos ๐Ÿ‘‹๐Ÿš€

The new project video is finally out!

I explored ECS Express Mode vs Traditional ECS by deploying the same Flask Portfolio application using Terraform.

And this was actually a pretty interesting comparison.

With Traditional ECS, we manually configure the infrastructure ourselves.

With Express Mode, AWS takes care of a lot of the supporting infrastructure like:

๐Ÿ”น Load Balancer
๐Ÿ”น Target Groups
๐Ÿ”น HTTPS
๐Ÿ”น Scaling
๐Ÿ”น Metrics & Alarms
๐Ÿ”น Health Checks

So the big question was:

Is Express Mode actually better? ๐Ÿค”

After building both, my verdict:

๐Ÿง  Traditional ECS โ†’ Learn & understand

๐Ÿš€ Express Mode โ†’ Simplify & deploy

I also demonstrated application version changes and compared what happens with both approaches.

๐ŸŽฅ Watch the full project:
https://youtu.be/4N-FgHyH6N4

๐Ÿ“ Blog:
dev.to/aws-builders/ecs-express-mode-vs-traditionaโ€ฆ

๐Ÿ’ป GitHub:
github.com/Pravesh-Sudha/terra-projects

And if you're learning Kubernetes, don't forget to check out my K8s-with-Pravesh series as well! โ˜ธ๏ธ

Traditional ECS or Express Mode โ€” which one would you choose? ๐Ÿ‘‡

2 days ago | [YT] | 5

Pravesh Sudha

๐—œ๐˜ ๐Ÿญ:๐Ÿฏ๐Ÿฎ ๐—”๐— 

I just finished recording for the ๐—˜๐—–๐—ฆ ๐—˜๐˜…๐—ฝ๐—ฟ๐—ฒ๐˜€๐˜€ ๐— ๐—ผ๐—ฑ๐—ฒ Project, and honestly it feels SO GREAT!!

The Video will be out in a day or two!

Stay Tuned, Happy Learnings ๐ŸŒŸ

#DevOps #Cloud #ecs #aws #awscommunity #containers #ecs

3 days ago | [YT] | 8

Pravesh Sudha

Hola Amigos ๐Ÿ‘‹๐Ÿš€

New blog is out!

I've been experimenting with ECS Express Mode, and I wanted to answer a simple question:

How different is it from Traditional ECS?

So I built the same Flask portfolio application using both approaches with Terraform.

With Traditional ECS, we manually configure the infrastructure.

With Express Mode, AWS takes care of a lot of it for us โ€” Load Balancer, Target Groups, HTTPS, scaling, metrics, alarms, health checks and more.

And after actually building both, my verdict is:

๐Ÿง  Traditional ECS โ†’ Learn & understand ECS

๐Ÿš€ Express Mode โ†’ Deploy with less configuration

I also tested application version changes using v1 โ†’ v2 โ†’ v3.

I wrote everything down in a hands-on blog, including the Terraform configuration and my experience with both approaches.

๐Ÿ“ Read the blog here:
dev.to/aws-builders/ecs-express-mode-vs-traditionaโ€ฆ

And the YouTube video covering this project is coming soon ๐Ÿ‘€

Traditional ECS or Express Mode โ€” which one would you pick?

5 days ago | [YT] | 6

Pravesh Sudha

๐—›๐—ผ๐—น๐—ฎ ๐—”๐—บ๐—ถ๐—ด๐—ผ๐˜€ ๐Ÿ‘‹๐Ÿš€

Today I got hands-on with ๐—˜๐—–๐—ฆ ๐—˜๐˜…๐—ฝ๐—ฟ๐—ฒ๐˜€๐˜€ ๐— ๐—ผ๐—ฑ๐—ฒ, and honestly, the level of abstraction surprised me.

You provide your Docker image + infrastructure role, and ECS Express Mode takes care of provisioning a production-ready setup with things like:

โš™๏ธ Load Balancer & Target Groups
๐Ÿ“Š Metrics & Alarms
๐Ÿ“ˆ Auto Scaling
๐ŸŒ Networking
๐Ÿ” Security configuration
โ€ฆand more.

But here's the interesting part ๐Ÿ‘€

How different is it from Traditional ECS?

That's exactly what I'm exploring in my upcoming video:

Traditional ECS ๐Ÿ†š ECS Express Mode

I'll deploy the same application using both approaches and break down what Express Mode abstracts away, what you still need to understand, and when you should actually use one over the other.

My initial verdict:

ECS Express Mode โ†’ ๐Ÿš€ Simpler & beginner-friendly
Traditional ECS โ†’ ๐Ÿง  Better for deep ECS understanding

๐ŸŽฅ Video: In progress โ€” coming soon
๐Ÿ“ Blog: In progress โ€” coming soon

PS: I have attached the code block for Express Mode, with just 25 lines we have a full production grade infrastructure

#Devops #aws #awscommunity #ecs #cloud #docker

1 week ago | [YT] | 5

Pravesh Sudha

๐Ÿšจ Episode 4 of K8s With Pravesh is OUT!

Have you ever wondered what REALLY happens after you run:

kubectl apply -f deployment.yaml

Most of us start with:

kubectl apply โ†’ Pod created.

But Kubernetes has a LOT more happening behind the scenes. ๐Ÿ‘€

In this episode, we're going inside the Kubernetes API Server and following the request through:

๐Ÿ”น Authentication
๐Ÿ”น RBAC
๐Ÿ”น Admission Controllers
๐Ÿ”น etcd
๐Ÿ”น Watch Events
๐Ÿ”น Controller Manager
๐Ÿ”น Scheduler
๐Ÿ”น Kubelet

I also show the API Server in action using kubectl proxy.

๐ŸŽฅ Watch Episode 4:
https://youtu.be/IjN0IO6Ie-U

If you're learning Kubernetes, this one should help you connect a lot of the dots.

Let me know what you think! โค๏ธ

Happy Coding ๐Ÿ‘‹

2 weeks ago | [YT] | 3

Pravesh Sudha

Late night Recordings ๐Ÿš€

API Server deep dive is recorded, the video is will be out on weekend. Just love to learn and share my learnings in my own taste.

Stay Tuned!

#DevOps #Cloud #Kubernetes #community #YouTube

3 weeks ago | [YT] | 7

Pravesh Sudha

๐Ÿšช ๐—ก๐—ฒ๐˜„ ๐—•๐—น๐—ผ๐—ด ๐—ถ๐˜€ ๐—ข๐˜‚๐˜!

When you run:
๐˜ฌ๐˜ถ๐˜ฃ๐˜ฆ๐˜ค๐˜ต๐˜ญ ๐˜ข๐˜ฑ๐˜ฑ๐˜ญ๐˜บ -๐˜ง ๐˜ฅ๐˜ฆ๐˜ฑ๐˜ญ๐˜ฐ๐˜บ๐˜ฎ๐˜ฆ๐˜ฏ๐˜ต.๐˜บ๐˜ข๐˜ฎ๐˜ญ

...what actually happens inside the Kubernetes API Server?

Does it create Pods?
Why is it called the "heart" of Kubernetes?
How do Authentication, RBAC, Admission Controllers, and etcd fit into the picture?

I tried explaining the API Server in the simplest way possible, with diagrams, examples, and a hands-on demo using kubectl proxy.

๐Ÿ“– ๐—ฅ๐—ฒ๐—ฎ๐—ฑ ๐—ถ๐˜ ๐—ต๐—ฒ๐—ฟ๐—ฒ:
dev.to/aws-builders/api-server-explained-like-neveโ€ฆ

๐ŸŽฅ The YouTube video for Episode 4 is coming soon, so if you read the blog first, you'll already have a head start!

Happy Coding ๐Ÿ‘‹

3 weeks ago | [YT] | 5

Pravesh Sudha

๐Ÿš€ ๐—˜๐—ฝ๐—ถ๐˜€๐—ผ๐—ฑ๐—ฒ ๐Ÿฏ ๐—ผ๐—ณ ๐—ž๐Ÿด๐˜€ ๐˜„๐—ถ๐˜๐—ต ๐—ฃ๐—ฟ๐—ฎ๐˜ƒ๐—ฒ๐˜€๐—ต ๐—ถ๐˜€ ๐—Ÿ๐—œ๐—ฉ๐—˜!

Ever wondered what actually happens after you run:
๐˜ฌ๐˜ถ๐˜ฃ๐˜ฆ๐˜ค๐˜ต๐˜ญ ๐˜ข๐˜ฑ๐˜ฑ๐˜ญ๐˜บ -๐˜ง ๐˜ฅ๐˜ฆ๐˜ฑ๐˜ญ๐˜ฐ๐˜บ๐˜ฎ๐˜ฆ๐˜ฏ๐˜ต.๐˜บ๐˜ข๐˜ฎ๐˜ญ

Most tutorials stop at "your Pods are running."

In this episode, we go one step deeper and trace the complete journeyโ€”from your terminal to a running container inside a Kubernetes cluster.

๐ŸŽฅ ๐—ช๐—ฎ๐˜๐—ฐ๐—ต ๐—ป๐—ผ๐˜„:
https://youtu.be/V55bUAa9U04

๐Ÿ“– Read the companion blog:
dev.to/aws-builders/what-really-happens-when-you-rโ€ฆ

๐Ÿ’ฌ Let me know in the comments:
Which Kubernetes internal should we explore next?

1 month ago | [YT] | 5

Pravesh Sudha

๐Ÿš€ New Blog is Live!

Have you ever wondered what actually happens after you run:

` kubectl apply -f deployment.yaml `

In the latest episode of K8s with Pravesh, I trace the complete journey of a Deploymentโ€”from your terminal all the way to a running container inside a Kubernetes cluster.

If you've ever wanted to understand Kubernetes beyond just YAML files and commands, this one's for you.

๐Ÿ“– Read the blog:
dev.to/pravesh_sudha_3c2b0c2b5e0/what-really-happeโ€ฆ

๐ŸŽฅ The YouTube video is currently in the works and will be out soon. Stay tuned! ๐Ÿš€

1 month ago | [YT] | 4

Pravesh Sudha

๐Ÿš€ ๐—ก๐—ฒ๐˜„ ๐—ฉ๐—ถ๐—ฑ๐—ฒ๐—ผ ๐—ถ๐˜€ ๐—Ÿ๐—ถ๐˜ƒ๐—ฒ!

Most people think AI gives bad answers because the model isn't good enough.

But what if the real problem is... the prompt? ๐Ÿ˜‘

In this video, I break down 5 practical Prompt Engineering techniques that can help you get much better responses from ChatGPT, Claude, Gemini, and other LLMs.

๐Ÿ“š We cover:
โœ… Zero-Shot Prompting
โœ… Few-Shot Prompting
โœ… Multi-Shot Prompting
โœ… Chain of Thought Prompting
โœ… RAG (Retrieval-Augmented Generation)

I tried to keep it simple, beginner-friendly, and packed with examples instead of theory.

๐ŸŽฅ ๐—ช๐—ฎ๐˜๐—ฐ๐—ต ๐—ต๐—ฒ๐—ฟ๐—ฒ:
https://youtu.be/4QTeb4x3918

If you learn something new, let me know in the comments! I'd also love to hear what prompting techniques you use regularly.

Adios ๐Ÿ‘‹

1 month ago | [YT] | 5