Tag

Pod scheduling

1 views collected around this technical thread.

Raymond Ops
Raymond Ops
Mar 25, 2025 · Cloud Native

Master Kubernetes InitContainers, Static Pods, and Node Scheduling with Real‑World Examples

This tutorial walks through Kubernetes initContainers, demonstrates how to create and manage static Pods, and explains pod scheduling strategies—including node labeling and nodeSelector—using step‑by‑step YAML examples and kubectl commands to illustrate each concept in practice.

InitContainersNode SelectorPod scheduling
0 likes · 17 min read
Master Kubernetes InitContainers, Static Pods, and Node Scheduling with Real‑World Examples
System Architect Go
System Architect Go
Nov 16, 2024 · Cloud Native

Kubernetes 10 Common Questions and Answers

This article answers ten common Kubernetes questions, covering pod scheduling strategies, OOM behavior, dynamic ConfigMap updates, pod stability, ClusterIP service load balancing, log collection, liveness probes, scaling mechanisms, exec access, and troubleshooting container restarts, providing concise explanations for each scenario.

ClusterIPConfigMapHorizontal Pod Autoscaler
0 likes · 9 min read
Kubernetes 10 Common Questions and Answers
Tencent Cloud Developer
Tencent Cloud Developer
Sep 29, 2022 · Cloud Native

Improving Kubernetes Cluster Utilization: Practices and Optimization Strategies

The session detailed how Tencent’s container experts boost Kubernetes cluster utilization by correcting pod resource requests, employing two‑level auto‑scaling, dynamic over‑commit, adaptive scheduling and eviction, and using HPA/EHPA/VPA, achieving up to 38.7% node usage and roughly 60% cost savings in real‑world workloads.

Cluster UtilizationPod schedulingResource Optimization
0 likes · 11 min read
Improving Kubernetes Cluster Utilization: Practices and Optimization Strategies
Tencent Cloud Developer
Tencent Cloud Developer
Aug 10, 2022 · Cloud Native

Understanding the Kubernetes Scheduler: Queues, Filtering, Scoring, and Plugins

The Kubernetes scheduler continuously watches for unscheduled Pods, places them in a priority queue, filters feasible Nodes, scores and selects the best Node using built‑in and custom plugins—adjusting the node‑sampling rate for large clusters, and allowing extensibility through extenders, multiple schedulers, and the scheduler framework configuration.

ExtenderNode ScoringPod scheduling
0 likes · 11 min read
Understanding the Kubernetes Scheduler: Queues, Filtering, Scoring, and Plugins
Efficient Ops
Efficient Ops
May 16, 2022 · Cloud Native

How Kubernetes Scheduler Finds the Best Node for Your Pods

This article explains the evolution and core principles of the Kubernetes scheduler, outlines its fairness, efficiency, performance, and flexibility goals, describes the scheduling cycle and filtering‑scoring process, and introduces configuration methods for custom scheduling policies.

Pod schedulingcloud-nativekubernetes
0 likes · 8 min read
How Kubernetes Scheduler Finds the Best Node for Your Pods
Ops Development Stories
Ops Development Stories
Feb 8, 2021 · Cloud Native

Mastering Kubernetes Descheduler: Strategies to Balance Your Cluster

Learn how to use Kubernetes Descheduler to rebalance uneven pod distribution across nodes by configuring various built‑in strategies, custom policies, filtering options, and deployment methods such as Jobs and CronJobs, with detailed examples and best‑practice guidelines for production clusters.

Cluster balancingDeschedulerK8s
0 likes · 19 min read
Mastering Kubernetes Descheduler: Strategies to Balance Your Cluster