Md Shahriyar Al Mustakim Mitulmitul-shahriyar.hashnode.dev·Oct 11, 2024Kubernetes 101: Part 3Imperative and declarative approach For example, you are going for Tom’s home and in imperative method, this is how you choose the path and direction (go right, or left etc) So, what to do and how to do is important in this approach. In declarative ...32 readsFrom Linux to Kubernetes Expertnode selectors
Kaleem Mirzakaleem-mirza21.hashnode.dev·Sep 28, 2024Understanding Node Affinity in KubernetesNode affinity in Kubernetes is a way to control where pods are scheduled based on specific conditions on nodes. This ensures optimal placement and efficient use of resources. Node affinity offers more flexibility than node selectors. Types of Node Af...Devops
Rahul Vadakkiniyilrahulvadakkiniyil.hashnode.dev·Sep 26, 2024Kubernetes Day 15 : Understanding Node Affinity in KubernetesNode affinity is a feature in Kubernetes that allows you to influence the scheduling of pods on nodes based on specific rules. By using node affinity, you can ensure that certain pods run on particular nodes, enhancing your control over the placement...#40daysofkubernetes
Saurabh Adhaudevopsvoyager.hashnode.dev·Aug 30, 2024How can I ensure that a Kubernetes pod is scheduled only on specific nodes, for instance, with SSD storage or with specific taints?Question: How can I ensure that a Kubernetes pod is scheduled only on specific nodes, for instance, with SSD storage or with specific taints? Answer: To ensure that a Kubernetes pod is scheduled only on specific nodes, you can combine node affinity a...10 likesQ & AEKS
Usama Aijazusamaaijaz.hashnode.dev·Aug 12, 2024Understanding Node Affinity in Kubernetes: A Detailed GuideNode affinity is a powerful Kubernetes feature that allows you to control which nodes your pods are scheduled on. It enables you to specify rules about which nodes are eligible to host particular pods, based on labels assigned to nodes. This article ...27 readsKubernetes
Luc Caocaoluc.hashnode.dev·Aug 12, 2024AKS - Run Kubernetes Pods on Specific VM TypesThis article covers how to utilize node pools in Azure Kubernetes Service (AKS) to tailor your Kubernetes infrastructure to specific compute needs. It explains the creation of initial and additional node pools, assigning labels for node selection, an...aks node pool
Gopinath Vgopinathv19kubernetes.hashnode.dev·Jul 28, 2024Node AffinityNode Affinity vs. Taints and Tolerations Understanding the Difference While taints and tolerations are primarily used for preventing pod scheduling on specific nodes, node affinity is used to attract pods to specific nodes based on their labels. Tain...30 readsKubernetes
Gopi Vivek Mannevivekmanne.hashnode.dev·Jul 11, 2024Day 15/40 Days of K8s: Node Affinity in Kubernetes !! ☸️❓Why the need for Node Affinity? We've already covered Taints&Tolerations,NodeSelector and Labels as well. Let's review these concepts once again To better understand the concept and need of Node Affinity. Taints & Toleration: It gives nodes the abi...1 like·72 reads𝐂𝐊𝐀𝐒𝐞𝐫𝐢𝐞𝐬-𝟐𝟎𝟐𝟒 🚀🎯nodeaffinity
Yogitha Kkakarlayogitha.hashnode.dev·Aug 22, 2023Scheduling pods on NodesNode Selectors:- Kubernetes only schedules the pod onto nodes that have each of the labels you specify. It supports equality based selectors kubectl label nodes <node-name> disktype=ssd kubectl get nodes --show-labels Node Affinity:- Node affinity is...80 readsnodeaffinity
Ashutosh Mahajanashutoshamblogs.hashnode.dev·Jul 20, 2023Understanding Resource Requirements, Taints and Tolerations, and Node Affinity in Kubernetes🗼Introduction Kubernetes has emerged as the de facto container orchestration platform, empowering developers to build scalable and resilient applications with ease. To harness its full potential, it's crucial to comprehend some advanced concepts lik...10 likes·84 readsresources