Dhananjay Lakkawar Profile
Dhananjay Lakkawar

@DhananjayLakka5

Followers
6
Following
181
Media
10
Statuses
68

GDGC Organizer/Lead @dypsn Google cloud Certified associate cloud engineer

πŸ”
Joined July 2022
Don't wanna be here? Send us removal request.
@DhananjayLakka5
Dhananjay Lakkawar
9 days
@AskPerplexity., you’ve officially yeeted browsers into the future, and I’m LIVING for it! Y’all are cooking something wild, and I’m ready to stan this revolution. Who’s with me?! #PerplexityComet #BrowsersGotServed #TechGlowUp.
0
0
1
@DhananjayLakka5
Dhananjay Lakkawar
9 days
Holy moly, @PerplexityComet. just dropped a BOMB! @perplexity_ai., what kinda wizardry is this?! Chrome’s out here sweating, thinking it’s 2008 all over again.#perplexity.#tech #ai.
1
0
1
@DhananjayLakka5
Dhananjay Lakkawar
11 days
amazed by this @NotebookLM 🀯.
0
0
1
@DhananjayLakka5
Dhananjay Lakkawar
11 days
Just dropped the legendary C-Store: A C-like Language for Data Storage paper into NotebookLM….And BOOM πŸ’₯it turned that academic beast into a crisp explainer video in under 2 mins. #NotebookLM #AIforResearchers #Databases
1
0
4
@DhananjayLakka5
Dhananjay Lakkawar
12 days
Your CI/CD pipeline might break in 2025. 😱. Bitnami is shifting most free images to a legacy repo with no updates after Aug 28, 2025. Full access & security will be a paid tier. Besides mirroring, what are the best alternative solutions for keeping our workloads secure?.#DevOps.
0
0
1
@DhananjayLakka5
Dhananjay Lakkawar
19 days
Forget drawing boxes; understand System Design by implementing it. Built:.πŸŒ€ Server-Sent Events.πŸ” Short & Long Polling.πŸ”Œ WebSockets.Not theory. Code. Inspired by @arpit_bhayani 's rule: "Do your laundry.".#SystemDesign #BackendDev #ArpitBhayani #WebSockets
Tweet media one
0
0
1
@DhananjayLakka5
Dhananjay Lakkawar
21 days
πŸ’¬ How do you manage your contexts?.πŸ” Retweet this thread.πŸ’¬ Drop your favorite kubectl tip.πŸ‘£ Follow for more DevOps clarity.Stay safe out there, kube warriors βš”οΈ.#Kubernetes #CloudNative #SRE #DevOpsTools.
0
0
1
@DhananjayLakka5
Dhananjay Lakkawar
21 days
8️⃣ TL;DR.Context switching = πŸ” safety net + ⚑ productivity boost. β˜‘οΈ Avoid mistakes.β˜‘οΈ Boost collaboration.β˜‘οΈ Stay sane across multiple environments. A single kubectl command can save your entire production cluster πŸ’‘.#KubernetesTips.
1
0
1
@DhananjayLakka5
Dhananjay Lakkawar
21 days
7️⃣ Best Practices 🧠. βœ… Use clear names:.kubectl config set-context prod-eu --cluster=prod --namespace=default .kubectl config set-context dev-local --cluster=kind --namespace=dev . βœ… Always double-check:.kubectl config current-context .kubectl get pods .#bestpractice.
1
0
1
@DhananjayLakka5
Dhananjay Lakkawar
21 days
6️⃣ Real-World Example πŸ‘€.Don’t be this person:.kubectl delete deployment my-app # Deleted production by mistake 😬 . Instead, always check:.kubectl config current-context . And switch safely:.kubectl config use-context dev .#InfraSafety.
1
0
1
@DhananjayLakka5
Dhananjay Lakkawar
21 days
5️⃣ Efficiency + Sanity βœ…. πŸ” Quick switching. 🧠 Less cognitive load. πŸ’» Same commands across dev/stage/prod. No more retyping long connection strings or guessing where you are. #DevOpsLife.
1
0
1
@DhananjayLakka5
Dhananjay Lakkawar
21 days
4️⃣ Boost Team Collaboration 🀝. Shared clusters = shared responsibility. Role-based access via contexts. Work in your own namespace without stepping on toes πŸ‘£. #KubernetesTeams.
1
0
1
@DhananjayLakka5
Dhananjay Lakkawar
21 days
3️⃣ Avoid Catastrophic Mistakes πŸ”₯.Without context switching:.kubectl delete deployment my-app # Whoops, that was prod!. With it:.kubectl config use-context dev .kubectl delete deployment my-app # Safe .Clear. Visible. Safe. #attentionseeking #helps.
1
0
1
@DhananjayLakka5
Dhananjay Lakkawar
21 days
2️⃣ Why It’s Essential 🚨. βœ… Development: Safe place to test.βœ… Staging: Final check before prod.βœ… Production: Live workloads β€” handle with care!.Context switching helps isolate environments and avoid chaos πŸ’₯.#MultiEnv.
1
0
1
@DhananjayLakka5
Dhananjay Lakkawar
21 days
1️⃣ What is Context Switching?.It’s how you switch between clusters, environments, or namespaces β€” safely and instantly. No more editing kubeconfigs or reauth every time. Just:. kubectl config use-context dev-cluster. Boom β€” you're in. #K8s.
1
0
1
@DhananjayLakka5
Dhananjay Lakkawar
21 days
🧡 Why Context Switching is Crucial in Kubernetes 🚦.One command can save you from production disasters 😱.Here’s why you must master kubectl context switching in multi-environment setups πŸ‘‡.#Kubernetes #DevOps.
1
0
1
@DhananjayLakka5
Dhananjay Lakkawar
22 days
@awscloud @AWS_Edu @AWSCloudIndia AWS aura: πŸ“ˆπŸ“ˆπŸ“ˆ.GCP aura: πŸ“‰πŸ’€.#devops #AWS #GCP #Cloud.
0
0
1
@DhananjayLakka5
Dhananjay Lakkawar
22 days
@awscloud @AWS_Edu @AWSCloudIndia πŸ™ Massive thanks to @awscloud! Your credits, support team & best practices made my project seamless - zero delays, pure excellence!. Meanwhile, had an incident with GCP & their support was. disappointing 😬. #AWS rocks! πŸš€ (AWS Certified goals incoming!). AWS > GCP any day!.
1
0
2
@DhananjayLakka5
Dhananjay Lakkawar
22 days
❀️ Like this thread?.πŸ” Retweet the first tweet.πŸ’¬ Share your pod's usage.πŸ‘£ Follow for more hands-on K8s/Cloud tips.Learn smart. Build smarter. πŸš€.#Kubernetes #CloudComputing #InfraSimplified.
0
0
1
@DhananjayLakka5
Dhananjay Lakkawar
22 days
9️⃣ Pro Tips.βœ… Use resource limits.βœ… Alpine > Ubuntu for image size.βœ… Clean with: docker system prune -a.βœ… Watch: kubectl get events.Small tweaks = huge savings πŸ’Έ.#DevOpsTips.
1
0
1