← Dashboard
fromcodetocloud

Mashood tried Ops βœ“

12.1K followers
5 tweets
Communities: Tech Twitter πŸ’» DevOps | SRE
# Tweet Community Topic Views β–Ό Ratio Engagement Posted
1
[image] I collected 50 real scenario-based DevOps interview questions from: - Interviews in my organization - DevOps engineers in my network - Friends working in DevOps - People who shared their interview experiences on LinkedIn If you're preparing for DevOps roles, this will help. I
Tech Twitter πŸ’» β€” 113.9K 9.7x 585 Mar 10
2
[image] 🚨 I have a PDF with DevOps interview questions collected from a LinkedIn follower who attended multiple interviews for fresher DevOps roles. I’ll share it via dm who ever request. I dont want to share it publicly as it is somebody else work Note : He got the job
Tech Twitter πŸ’» β€” 110.5K 10.4x 760 Feb 22
3
[image] Kubernetes resources in one-liners: > Kubernetes Pod runs your app container > Deployments keeps your app running and updates it safely > Service gives a stable way to access your app > Ingress exposes your app to the internet > ConfigMap stores app configuration > Secret
Tech Twitter πŸ’» β€” 32.1K 2.7x 229 Apr 17
4
[image] Ingress in Kubernetes is like a traffic manager for your cluster. πŸ“Œ Simple meaning: β€’Pods and Services run your apps, but they are inside the cluster. β€’If you want users to access them from the internet, you need a way to expose them. β€’That’s where Ingress comes in β†’ it
DevOps | SRE Technology 21.4K 2.1x 175 Feb 20
5
[image] Interviewer asks ; "What’s the difference between HPA and VPA in Kubernetes?" If your answer is just: β€’ HPA = scales horizontally β€’ VPA = scales vertically You are only 50% right. Here is the real difference: 🟦 HPA (Horizontal Pod Autoscaler) Think: "The Traffic Cop" β€’
Tech Twitter πŸ’» β€” 7.4K 0.7x 197 Feb 22
6
[image] AWS Security Groups vs NACLs . A lot of people confuse these two. Here’s the clean way to see it: Security Groups β†’ Works at instance level β†’ Stateful (auto allows return traffic) β†’ Only allow rules (no deny) β†’ More flexible, used daily NACLs (Network ACLs) β†’
Tech Twitter πŸ’» β€” 3.2K 0.3x 71 Apr 11
7
[image] Top 5 platforms to practice Linux : Killercoda – Best for real hands-on labs Katacoda – Guided scenarios with built-in terminal Linux Journey – Clean theory + step-by-step basics OverTheWire – Gamified Linux challenges Google Cloud Shell – Real Linux environment in your
Tech Twitter πŸ’» β€” 3.0K 0.2x 109 May 8
8
[image] HPA vs VPA in Kubernetes Your app gets a sudden traffic spike at night CPU shoots to 90% HPA: 3 pods β†’ 10 pods Traffic spreads, no downtime VPA: Same 3 pods get more CPU/memory Pods may restart to apply changes What I’ve seen in real setups: - HPA for APIs and user traffic -
Tech Twitter πŸ’» β€” 1.3K 0.1x 55 Apr 8