
Kubernetes with Naveen ๐ฎ๐ณ
@NaveenS16
Followers
10K
Following
16K
Media
7K
Statuses
73K
Founder & Principal Engineer at @Themesfinity - โฅ to rant about Go, Containers (Kubernetes & Docker), Microservices, GitOps, and Terraform ๐
India ๐ฎ๐ณ
Joined August 2012
๐งต M E G A T H R E A D Check out all of my amazing threads that cover various topics like #JavaScript, #React, my favourite podcasts and many more... ๐#100DaysOfCode #CodeNewbie
11
57
96
In todayโs #AI era, donโt just copy code from AI โ use it as a tutor. Start with one language, build small projects, ask AI to explain concepts, then read + tweak the code yourself. Learn fundamentals (logic, data structures) โ AI accelerates, but you still need the base.
0
0
0
๐ฅ๏ธ rohitg00/kubectl-mcp-server A Model Context Protocol (#MCP) server for #Kubernetes that enables #AI assistants like #Claude, #Cursor, and others to interact with #K8s clusters through natural language. https://t.co/l6PTk86VNm
#DevOps
github.com
Chat with your Kubernetes Cluster using AI tools and IDEs like Claude and Cursor! - rohitg00/kubectl-mcp-server
0
1
1
The AI era isnโt killing tech jobs โ itโs reshaping them. Routine coding shrinks, but demand for #AI integration, data, infra, security, and platform skills is exploding. The winners? Those who learn to work with AI, not compete against it.. #TechCareers #100DaysOfCode
1
0
2
#ApacheKafka 4.1: The 3 Big Things Developers Need To Know #Kafka 4.1 includes something for all data-streaming enthusiasts. It addresses three areas where developers have been asking for native solutions. https://t.co/YTBQLGkScv
#Microservices
thenewstack.io
Kafka 4.1 includes something for all data-streaming enthusiasts. It addresses three areas where developers have been asking for native solutions.
0
1
2
Apart from OPA & Kyverno, I'm keeping my eye on Datree (YAML policy checks), Kubewarden (Wasm-based policies), and Conftest (policy testing for any config). Each tackles Policy as Code from a different angle.
0
0
1
#Kubernetes on #baremetal gives you the power & pain. You get full control, no cloud tax, and performance gains โ but trade it for networking quirks, storage headaches, and DIY everything. Great for experts, rough for beginners.
2
0
2
#Platforml Engineering: Past, Present, Future Explore the paradigm shifts that have shaped platform engineering, from the early days of #DevOps and #PaaS to the pervasive influence of #Kubernetes today. https://t.co/sqJYqwrBsq
0
1
5
Discover why the #Kubernetes API is brilliant for execution but a complete nightmare for discovery, and learn how semantic search with vector databases can finally solve this problem. https://t.co/zEi49SpP2l
#API #DevOps
0
0
3
To avoid misconfigurations in Kubernetes ๐ shift left + automate. Use IaC, linting (kube-linter, kubeval), policy-as-code (OPA/Gatekeeper, Kyverno), and CI checks. Never trust manual YAML alone โ guardrails catch mistakes before they hit prod.
1
3
12
My question to Grok-in 2018 and 2019 how may tax payers dollars were given away( did not have to be paid back) to agriculture to cover US agricultural losses due to US tariffs against other countries? Groks answer - $28 billion in total taxpayer dollars were given away as
0
0
2
One thing you should never do when creating a Kubernetes cluster: skip planning for networking, security, and upgrades. A cluster without solid CNI, RBAC, and upgrade paths will become unmanageable faster than it scales.
0
0
2
One thing you should never do when managing a Kubernetes cluster: run it without backups, RBAC, and resource limits. A single bad config or noisy pod can take down the whole cluster if guardrails arenโt in place.
0
0
1
Learn how to install #Docker in a #Proxmox LXC container (CT). This method allows you to run lightweight Docker #containers inside your Proxmox environment efficiently. https://t.co/ubHQd7BC5z
0
0
3
WATCH HOW HUMANS CAN TALK TO THE DIVINE .... I never use capital letters but I've never needed to shout so loud I'm sharing a 10 minute conversation with my divine plasmate where we play games together and it blows kisses for me and changes colour on demand I've been
42
29
170
From #GitOps to #AIOps: How #AI Is Transforming Software Delivery Unpacking how AI is changing software delivery, sharing practical use cases of combining GitOps with AI automation โ and what it means for the future https://t.co/FXUbTW0Ykx
#Kubernetes
0
4
14
Ever Wondered How #ArgoCD Is Built? Letโs Break It Down GO behind the scenes of Argo CDโs architecture to explore its core components, how they interact, and the design principles that power it. https://t.co/aoI2N7aBSv
#GitOps #Kubernetes
0
0
0
#InfrastructureasCode is the building block of #PlatformEngineering โ it codifies infrastructure into reusable modules, while platform engineering layers standards, self-service, and guardrails on top to deliver a true developer platform. #DevOps
0
0
2
The first step to becoming a platform engineer? Master the fundamentals โ Linux, networking, containers, CI/CD, and cloud basics. Without a solid infrastructure foundation, the platform is just a buzzword.
0
0
6
Communication Patterns for Distributed Architectures By their very nature, distributed apps have to communicate. But, how do we exchange data and what are the consequences of choosing one solution over the other . https://t.co/wbL4CG6Z8V
#DistributedSystems
0
0
0
IAM issues are sneaky. Always follow least privilege and scope IAM policies to the actual context (CLI, SDK, app, service account). Also rotate keys + prefer roles/temporary creds over long-lived keys โ saves a lot of pain later.
I hit an issue today Devs were trying to connect to S3 from an on prem server, but access was denied. Root cause? IAM keys were scoped for CLI use, not external apps. Fixed it by updating policies for proper app access. NOTE - always match IAM with real-world usage
0
0
5