kubernetes
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseKubernetes
Kubernetes
Quick Start (kubectl)
快速入门(kubectl)
bash
kubectl describe pod/<pod> -n <ns>
kubectl get events -n <ns> --sort-by=.lastTimestamp | tail -n 30
kubectl logs pod/<pod> -n <ns> --previous --tail=200bash
kubectl describe pod/<pod> -n <ns>
kubectl get events -n <ns> --sort-by=.lastTimestamp | tail -n 30
kubectl logs pod/<pod> -n <ns> --previous --tail=200Production Minimums
生产环境最低要求
- Health: and
readinessProbefor safe rolloutsstartupProbe - Resources: set /
requeststo prevent noisy-neighbor failureslimits - Security: run as non-root and grant least privilege
- 健康检查:使用和
readinessProbe实现安全发布startupProbe - 资源配置:设置/
requests以防止“嘈杂邻居”故障limits - 安全:以非root用户运行并遵循最小权限原则
Load Next (References)
后续参考
- — choose the right workload/controller and service type
references/core-objects.md - — probes, rollouts, graceful shutdown, rollback
references/rollouts-and-probes.md - — common failure modes and a fast triage flow
references/debugging-runbook.md - — pod security, RBAC, network policy, supply chain
references/security-hardening.md
- — 选择合适的工作负载/控制器和服务类型
references/core-objects.md - — 探针、发布、优雅停机、回滚
references/rollouts-and-probes.md - — 常见故障模式和快速排查流程
references/debugging-runbook.md - — Pod安全、RBAC、网络策略、供应链安全
references/security-hardening.md