Kubernetes编排

Design and operate Kubernetes clusters with resource, RBAC, and network policies.

65|15|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/microwind/ai-skills --skill kubernetes-microwind
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Kubernetes编排
Source: https://github.com/microwind/ai-skills/tree/main/cloud-native/kubernetes-basics
Command: npx skills add https://github.com/microwind/ai-skills --skill kubernetes-microwind

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Kubernetes编排带来配置复杂性、调度不当和资源浪费,可能导致应用不可用和运维困难。本Skill提供系统化方法来设计、部署、管理和扩展Kubernetes集群中的工作负载。

Core Features & Use Cases

  • 集群架构设计与容量规划
  • 资源请求/限制、调度策略与滚动更新
  • 服务暴露、入口和网络策略
  • 监控、告警与故障排查
  • 安全上下文、RBAC与配置管理
  • 生产就绪的部署自动化案例

Quick Start

Deploy a sample multi-service app to a Kubernetes cluster and verify end-to-end functionality.

Frequently Asked Questions about Kubernetes编排

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design Kubernetes cluster topology and plan resource capacity for production?

Kubernetes cluster topology design requires systematic resource capacity planning, defining node pools, and enforcing resource requests and limits to prevent scheduling conflicts and resource waste across environments.

What's the best way to configure rolling updates and scaling strategies in Kubernetes?

Kubernetes rolling updates and scaling strategies are configured through deployment manifests that define resource requests, limits, and scheduling policies to ensure zero-downtime workload orchestration and reliable application availability.

How do Kubernetes network policies and RBAC work together for workload security?

Kubernetes network policies control pod-to-pod traffic while RBAC manages API access permissions, and together they enforce security contexts that isolate workloads and restrict unauthorized cluster operations.

Can I use Kubernetes orchestration for multi-service app deployment and monitoring integration?

Kubernetes orchestration supports multi-service app deployment with service exposure, ingress configuration, and monitoring integrations that provide alerting and troubleshooting capabilities for end-to-end workload verification.

Why does Kubernetes deployment cause resource waste and configuration complexity?

Kubernetes deployment complexity arises from improper scheduling and missing resource limits, causing configuration sprawl and resource waste that leads to application unavailability and operational difficulties in production clusters.

Does Kubernetes orchestration require predefined deployment strategies and security contexts?

Kubernetes orchestration requires predefined deployment strategies including rolling updates, RBAC configurations, network policies, and security contexts to ensure production-ready deployment automation and maintain workload stability.