搜索结果: "scheduling"

共找到 18 个页面

Pod Pending 排障指南 — 7 个角度快速定位调度失败根因

tags: [kubernetes, troubleshooting, pod, scheduling, networking, storage, deployment]

kubectl describe pod -n | grep -A5 FailedScheduling

│ ├─ FailedScheduling → Scheduler 问题

│ └─ 无 FailedScheduling → Scheduler 已完成

- [[k8s-scheduling-strategy-guide]] — Pod 调度策略六大机制

K8s Pod 调度策略完全指南 — 六大机制全解析

tags: [kubernetes, scheduling, production, deployment]

sources: [raw/articles/k8s-scheduling-strategy-guide.md]

- **硬约束:** `requiredDuringSchedulingIgnoredDuringExecution` — 不满足不调度

- **软约束:** `preferredDuringSchedulingIgnoredDuringExecution` — 尽量满足,权重 1-100

kubectl get events --field-selector reason=FailedScheduling -A

Wiki Log

- Created concepts: k8s-troubleshooting-principles, pod-troubleshooting, node-troubleshooting, service-troubleshooting, storage-troubleshooting, resource-rbac-scheduling-troubleshooting

- Updated: resource-rbac-scheduling-troubleshooting

- Updated: k8s-resource-limits-configuration, resource-rbac-scheduling-troubleshooting(Docker 原生资源限制视角)

- Created raw: raw/articles/k8s-scheduling-strategy-guide.md

- Created concepts: k8s-scheduling-strategy-guide

K8s 面试通关指南 — 100 道核心题全解析

| 17 | 什么是 RBAC? | 基于角色的访问控制,通过 Role/ClusterRole + Binding 管理权限 | [[resource-rbac-scheduling-troubleshooting]] |

| 22 | Taints 和 Tolerations? | Taint 标记节点,Toleration 让 Pod 容忍标记 | [[resource-rbac-scheduling-troubleshooting]] |

| 53 | RBAC 权限模型? | Role/ClusterRole + RoleBinding/ClusterRoleBinding | [[resource-rbac-scheduling-troubleshooting]] |

| [[resource-rbac-scheduling-troubleshooting]] | RBAC/配额/调度/OOMKilled |

K8s 高频问题一站式排查清单 — 10 大故障场景快速参考

📖 深度排查 → [[k8s-scheduling-strategy-guide]] | [[resource-rbac-scheduling-troubleshooting]]

📖 深度排查 → [[k8s-resource-limits-configuration]] | [[resource-rbac-scheduling-troubleshooting]]

📖 深度排查 → [[resource-rbac-scheduling-troubleshooting]] | [[k8s-production-incident-case-studies]]

DevOps 技术面试指南 — 容器/云原生/内核 59 题

| 2 | K8s RBAC? | Role/ClusterRole 定义权限,RoleBinding/ClusterRoleBinding 分配权限 | [[resource-rbac-scheduling-troubleshooting]] |

| [[resource-rbac-scheduling-troubleshooting]] | RBAC/配额/调度 |

K8s 容量规划、Pod QoS 与成本优化实战指南

- [[k8s-scheduling-strategy-guide]] — Pod 调度策略六大机制

- [[resource-rbac-scheduling-troubleshooting]] — 资源配额/OOMKilled 排障

K8s 资源限制配置指南 — Request / Limit / QoS / CPU Throttling

ResourceQuota 超限时新 Pod 无法创建。详情见 [[resource-rbac-scheduling-troubleshooting]]。

- [[resource-rbac-scheduling-troubleshooting]] — 资源配额/OOMKilled 排障

Wiki Index

- [[k8s-scheduling-strategy-guide]] — K8s Pod 调度策略完全指南:nodeSelector/Affinity/Taint/Topology/PriorityClass 六大机制

- [[resource-rbac-scheduling-troubleshooting]] — 资源配额 / OOMKilled / RBAC / 调度排障

Wiki Schema

- scheduling: Pod 调度策略与机制

Docker 生产环境踩坑指南 — 10 + 5 个常见问题

| [[resource-rbac-scheduling-troubleshooting]] | K8s 资源配额/OOMKilled 排障 |

JVM 容器 OOM 排障指南 — 堆外内存视角

- [[resource-rbac-scheduling-troubleshooting]] — K8s 资源配额/OOMKilled 排障

K8s 架构与核心概念深度解析 — 面试通关秘籍(一)

| [[k8s-scheduling-strategy-guide]] | 调度策略六大机制 |

K8s 生产环境 10 大故障复盘 — 集群级灾难到应用级问题

| [[resource-rbac-scheduling-troubleshooting]] | 案例 2/6/9:OOMKilled / 资源配额 / HPA |

StatefulSet 完全指南 — 稳定网络标识 / 独立存储 / 有序部署

| [[k8s-scheduling-strategy-guide]] | K8s 调度策略(Affinity/Taint/Topology/PriorityClass),StatefulSet 调度必备参考 |

Node 排障 — NotReady 九步排查 / Kubelet / 容器运行时 / 资源压力 / 证书 / 预防

- [[resource-rbac-scheduling-troubleshooting]] — 资源配额与调度排障

资源配额 / OOMKilled / RBAC / 调度排障

- [[k8s-scheduling-strategy-guide]] — K8s 调度策略完整指南(nodeSelector/Affinity/Taint/Topology/PriorityClass)

Linux 高并发内核优化手册 — 文件句柄/网络/内存/调度/I/O/安全七维调优

tags: [linux, performance, networking, security, tcp, memory, scheduling]