Namespaces
2 articles in this category.
Deployment
Scheduling a Pod on a Specific Node in Kubernetes
Introduction In Kubernetes, controlling where a pod runs is essential for optimizing performance, ensuring high availability, and meeting specific hardware or compliance requirements. You can achieve this using nodeSelector and nodeAffinity. In this blog, we will cover: Using nodeSelector for Simple Scheduling The nodeSelector field allows you to specify a key-value pair that a node…

Cluster Architecture
Kubernetes Easy to Learn and Practice Labs end2end
Learn and Practice