Nandkishor

7K posts

Nandkishor banner
Nandkishor

Nandkishor

@devops_nk

DevOps @Infosys | Tech | Crypto. Sharing my DevOps Knowledge & my daily hustle. Linkedin: https://t.co/iEwiklH8iu ✨ DM for Collaboration ✉️

Pune شامل ہوئے Şubat 2021
970 فالونگ17.2K فالوورز
پن کیا گیا ٹویٹ
Nandkishor
Nandkishor@devops_nk·
FREE Resources to learn DevOps & Cloud 👇 (Real Courses, Practice Labs & GitHub Repos) 1️⃣ Programming (DevOps-first) 🔗 freecodecamp.org → Free, structured learning for scripting & DevOps fundamentals 🔗 freecodecamp.org→ Interactive Python & Go with hands-on exercises 2️⃣ Networking (non-negotiable) 🔗 netacad.com/networking → Solid foundation in networking concepts 🔗 practicalnetworking.net → Networking explained using real-world scenarios 3️⃣ CI/CD 🔗 githowto.com → Learn Git the right way (version control basics) 🔗 docs.gitlab.com/ee/ci → End-to-end GitLab CI/CD pipelines 🔗 docs.github.com/actions → Build production-grade CI/CD with GitHub Actions 4️⃣ Containers (before Kubernetes) 🔗 docker.com/101-tutorial → Absolute Docker basics (must do) 🔗 containerd.io/docs → Understand how containers actually work 🔗 labs.play-with-docker.com → Free Docker playground to experiment ⚠️ Rule: Master Docker before touching Kubernetes 5️⃣ Infrastructure as Code (IaC) 🔗developer.hashicorp.com/terraform/tuto… → Terraform fundamentals with hands-on labs 🔗 pulumi.com/tutorials → Modern IaC using real programming languages 🔗 hashicorp.com/resources → Free Terraform workshops & demos 6️⃣ Kubernetes (don’t rush) 🔗 kubernetes.io/docs → Official Kubernetes documentation 🔗 labs.play-with-k8s.com → Free Kubernetes sandbox 🔗 kodekloud.com/free-labs → Real-world Kubernetes scenarios 🚨 Most people jump here too early. Don’t. 7️⃣ GitHub Repos (practice > theory) 🔗 github.com/bregman-arie/d… → Hands-on DevOps practice questions 🔗 github.com/ramangali/Inte…→ Step-by-step DevOps interview prep 🔗 github.com/NotHarshhaa/De… → Real-world DevOps projects 🔗 github.com/tomhuang12/awe… → Curated Kubernetes learning resources 8️⃣ Cloud Foundations 🔗 aws.amazon.com/free → AWS Free Tier for hands-on learning 🔗 aws.training → Free AWS courses from AWS 🔗 cloud.google.com/free → GCP Free Tier 🔗 cloudskillsboost.google → Free & guided GCP labs 🔗 azure.microsoft.com/free → Azure Free Tier 🔁 Like, Repost & Share to help others with the FREE resources #devops #cloud
Nandkishor tweet media
English
18
96
342
1.9M
Nandkishor
Nandkishor@devops_nk·
Understand Multi-Stage Docker Builds for Interview. 🟢What is a Multi-Stage Build ? - A way to use multiple FROM instructions in a Docker file to create clean, small, production-ready images. - It helps separate build and runtime environments. 🔵Why Use Multi-Stage Builds ? - Avoid shipping build tools and source code into production. - Reduce image size drastically. - Improve security and performance. ➡️Below is the Example of a Node.js Multi-Stage Dockerfile. 🟤Explanation: First stage: Installs dependencies, builds the app. Second stage: Uses a lightweight NGINX image to serve built static files. Only the final built output is included in the final image. ⚪️Benefits: - Smaller final image. - Separation of concerns (build vs runtime). - Supports any language or framework.
Nandkishor tweet media
English
2
1
10
204
Nandkishor
Nandkishor@devops_nk·
Friday afternoon and the manager starts looking for you.
English
8
3
16
970
Nandkishor
Nandkishor@devops_nk·
DevOps during RCA meeting, describing what went wrong.
English
3
4
35
3.7K
clovis
clovis@clovistb·
@devops_nk He will send you an email and cc the HR.
English
1
0
1
19
cCross
cCross@TheCesarCross·
@devops_nk Logs tell truth, RCA remains a team effort
English
1
0
1
14
Nandkishor
Nandkishor@devops_nk·
@vaneshmali Good to know sir, Yes I do have side income and it's greater than my salary.
English
1
0
2
252
Vanesh Mali
Vanesh Mali@vaneshmali·
Most of you know that I own the TechnoVans(.com) platform. Income from this platform in 2025 is Rs. 19845. Good side income 😍 Do you have a side income?
English
22
0
55
1.2K
Nandkishor
Nandkishor@devops_nk·
Loyalty is not meant for corporate. Keep switching companies. Most companies don’t really care about you. At the end of the day, you have to take care of yourself and your career.
Nandkishor tweet media
English
1
6
46
728
Nandkishor ری ٹویٹ کیا
Nandkishor
Nandkishor@devops_nk·
This question was asked in my last DevOps interview. What is Static Pods in Kubernetes ? A Static Pod is created and managed directly by the kubelet on a node, not through the Kubernetes API server. It works by placing a pod manifest file on the node, usually in: /etc/kubernetes/manifests The kubelet continuously monitors this folder and automatically creates or restarts the pod if needed. Where are Static Pods used ? - Mostly for control plane components in self-managed clusters (like kubeadm), because these components must run even if the API server is not fully available. Examples: • kube-apiserver • kube-scheduler • kube-controller-manager • etcd Important: kubelet starts them directly on the node, ensuring the control plane can bootstrap itself. Where Static Pods are NOT used ? In managed Kubernetes services like: • Amazon EKS • Google GKE • Azure AKS The control plane is managed by the cloud provider, so these components are not visible as static pods. On worker nodes you typically only see components like: • kube-proxy • CoreDNS • CNI plugins Save it for your next interview and follow for more.
English
2
10
49
1.9K
Nandkishor ری ٹویٹ کیا
Nandkishor
Nandkishor@devops_nk·
Me after working 3 years in MNC.
English
17
324
2.7K
233.4K
Nandkishor
Nandkishor@devops_nk·
Taking a short break 🌴 For the past few months, I’ve been pushing myself hard constantly building, learning, and growing. And honestly I’ve achieved a lot too. Now it’s time to pause for a bit. Going on a 2–3 day vacation with a friend ✌️ Don’t worry content is already scheduled for your learning & entertainment. Will be back soon. Thanks for all the insane love & support ❤️
Nandkishor tweet media
Nandkishor tweet mediaNandkishor tweet media
English
15
1
40
1.7K
Nandkishor ری ٹویٹ کیا
Nandkishor
Nandkishor@devops_nk·
@devopscdt It's Kokan it is in Maharashtra it's very beautiful
English
1
0
2
43
Camila
Camila@AiCamila_·
@devops_nk Well deserved 🔥 go recharge and come back stronger 💯💻
English
1
0
1
13