Subbu Tech Tutorialssubbutechtutorials.hashnode.dev·Nov 26, 2024Taint, Untaint, and Replace in Terraform: A Guide to Resource Lifecycle ManagementTerraform is a widely used Infrastructure-as-Code (IaC) tool that enables developers to define and manage infrastructure efficiently. While working with infrastructure, you may face situations where certain resources need to be recreated due to issue...replace flag in terraform
Saurabh Adhaudevopsvoyager.hashnode.dev·Oct 4, 2024Taints VS Tolerations in KubernetesIntroduction In Kubernetes, taints and tolerations are mechanisms used to control which pods can be scheduled onto which nodes. They play a critical role in influencing the scheduling decisions made by the Kubernetes scheduler, allowing administrator...K8sTaints and Toleration
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
Naveen Elwakanaveen-awsdevops.hashnode.dev·Jul 4, 2023K8s Taint and TolerationTaints and Tolerations are mechanisms used to control pod scheduling and allow or prevent certain pods from running on specific nodes. They are typically used in scenarios where you have nodes with specific requirements or constraints. Taints: A tai...29 readsKubernetes