Uday👨‍💻

21.2K posts

Uday👨‍💻 banner
Uday👨‍💻

Uday👨‍💻

@uday_devops

DevOps Engineer | MLOps Enthusiast |Learning and sharing 💻🤖| Interested in sports

เข้าร่วม Aralık 2022
1.3K กำลังติดตาม3.4K ผู้ติดตาม
ทวีตที่ปักหมุด
Uday👨‍💻
Uday👨‍💻@uday_devops·
Kubernetes learning path from beginner to expert🚀🚀 Stage 1 -> Beginner lays the foundation with containers and Docker, so you understand why Kubernetes exists before learning what it does. Stage 2 -> Foundational is where you start deploying real apps, managing workloads, exposing them via services, and handling configuration. Stage 3 -> Intermediate introduces stateful workloads, networking depth, and the observability tooling used in every production environment. Stage 4 -> Advanced covers the security and automation concerns that matter in team and enterprise settings, RBAC, autoscaling, and GitOps. Stage 5 ->Expert takes you into the internals: building custom controllers, tuning cluster performance, and preparing for professional certifications (CKA/CKAD/CKS). A good practical target is to spend 2–4 weeks per stage. The official Kubernetes documentation is an excellent free resource throughout the journey.
Uday👨‍💻 tweet media
English
5
13
85
3.5K
Uday👨‍💻
Uday👨‍💻@uday_devops·
Day 1 insight 💡 ☸  What is Kubernetes? ✦ Container orchestration platform- K8s is a container orchestration platform automating the deployment, scaling & management of containerized applications across machines. ✦ Self-healing - if a container crashes, K8s restarts it. No manual babysitting. ✦ Declarative model - you describe the desired state, K8s figures out how to get there. ✦ Open-source & CNCF-backed - originally from Google, now the industry standard.
Uday👨‍💻 tweet media
English
2
10
52
941
Rahul 🥷
Rahul 🥷@therahul4402·
@uday_devops We don’t have to master it we just need to understand how things work
English
2
0
2
6
Uday👨‍💻
Uday👨‍💻@uday_devops·
Everyone wants a “Full-Stack Developer.” Very few understand what that actually means.📚📖 This image explains it better than any job description. 📕Full-stack ≠ Frontend + Backend 📘Full-stack = Frontend, Backend, Cloud, DevOps, Security, Networking, CI/CD, Containers, CDN, Backups It’s not about knowing everything. It’s about understanding how everything breaks together.
Uday👨‍💻 tweet media
English
1
0
9
144
Anjali
Anjali@anjalinirwal02·
Hii techies !! Comment your current level: → Just started → Learning basics → Building projects → Job-ready
English
3
0
5
63
Bau Billy
Bau Billy@youngbuffalo111·
Hey @X algorithm, Looking to connect with people interested in: 🎨 Frontend 🧠 Backend 🤖 GenAI ✨ Full Stack ⚙️ DevOps ✅ DSA 🧠 AI/ML 🌐 Web3 📊 Data Science 💼 Freelancing 🐍 Python 🚀 Startups Let’s learn, grow, and build in public together 🔥💪
English
18
0
15
324
Sri
Sri@__karnati·
Quick scenario: A new engineer joins your team, and they commit a .env file to the repo with DB credentials. The repo is private. The credentials still work. You catch it in code review. What do you do? A) Reject the PR, explain the issue, move on B) Reject + rotate the credentials immediately C) Reject + rotate + write a policy + add pre-commit hooks D) Reject + rotate + full audit of all recent commits And what would your answer be if the repo is public?
English
3
1
4
264
Nitin
Nitin@nitin_coder·
@uday_devops what is reason to choose this over others
English
1
0
1
7
Nitin
Nitin@nitin_coder·
Which domain ranks better? .io .ai .app .xyz .com
English
4
0
2
27
Vanesh Mali
Vanesh Mali@vaneshmali·
Based on my observation, FOLLOWERS count matters for your reach on X. Let's connect 👋 I am here to learn something new from your posts and replies. I am here to share my learnings, knowledge and experience. Let's grow together 🌱
English
25
0
40
581
Yash
Yash@YashHustle_22·
Hey founders 👋 Let’s build a network of people working on: 🚀 Startups 🧠 AI 💻 Coding 📱 Apps ⚙️ Automation 🌐 Web products Reply with your project 👇
English
90
1
80
3.3K
Guptha Gudivada | DevOps & SRE
Answer: A common cause here is Ingress or load balancer misconfiguration. Even if pods and services are working internally, external traffic depends on: • ingress rules • load balancer routing • DNS configuration • service exposure type (ClusterIP / NodePort / LoadBalancer) Engineers usually check: • ingress configuration • external endpoints • DNS resolution If traffic never reaches the application, the issue is often at the entry point of the cluster, not inside it.
English
1
0
3
340
Guptha Gudivada | DevOps & SRE
Daily DevOps Scenario #9 Your Kubernetes application works fine internally. Pods can communicate with each other. No errors in logs. CPU and memory are stable. But external users cannot access the service. Requests never reach the application. What would you investigate first? Answer will be shared in the thread.
English
6
7
75
4.3K
Kishan
Kishan@ikishankewal·
I want to learn CI/CD Starting with github actions today. Please suggest right order to do things #devops engineers
English
2
0
3
35
Nitin
Nitin@nitin_coder·
@uday_devops yeah sometimes running applications stops working even everything seems to be okay.
English
1
0
1
7
Uday👨‍💻
Uday👨‍💻@uday_devops·
Interviewer: The Docker container is running, but the application is not reachable externally. What could be the reason?
English
15
6
68
11.3K
Uday👨‍💻 รีทวีตแล้ว
Uday👨‍💻
Uday👨‍💻@uday_devops·
Most people memorize the OSI model… but don’t actually understand it. Here’s the real breakdown: 1️⃣ Physical -> Cables, signals, hardware 2️⃣ Data Link -> MAC addresses & switching 3️⃣ Network -> IP addressing & routing (the internet’s GPS 🌍) 4️⃣ Transport -> TCP vs UDP (reliability vs speed ⚡) 5️⃣ Session -> Keeps conversations alive between systems 6️⃣ Presentation -> Encryption & formatting (security lives here 🔐) 7️⃣ Application -> What users interact with (HTTP, DNS, email)
Uday👨‍💻 tweet media
English
3
6
35
699
Woody Hermit
Woody Hermit@woody_hermit·
@uday_devops If your logs are empty and your curl is timing out, you didn't deploy an app . you just successfully containerized a profound sense of disappointment.
English
1
0
1
10