cloud-native cloud-native

这个技能提供了一套全面的云原生部署模式,使用现代基础设施即代码(Infrastructure as Code)、GitOps工作流和渐进式交付策略。这些模式设计为框架无关,适用于任何云提供商或编排平台。

云原生架构 0 次安装 0 次浏览 更新于 3/2/2026

Cloud-Native Deployment & Infrastructure Patterns

This skill provides comprehensive patterns for implementing cloud-native deployments using modern Infrastructure as Code, GitOps workflows, and progressive delivery strategies. The patterns are designed to be framework-agnostic and applicable across any cloud provider or orchestration platform.

When to Use This Skill

Use this skill when you need to:

  • Implement Infrastructure as Code with any provider (Terraform, Pulumi, CDK)
  • Build GitOps workflows with Argo CD, Flux, or similar tools
  • Create multi-cloud or hybrid deployment strategies
  • Implement progressive delivery (canary, blue-green)
  • Build internal developer platforms
  • Set up policy as code and compliance automation
  • Implement zero-trust security architectures
  • Create disaster recovery and failover strategies
  • Optimize costs across multiple providers
  • Build observability into deployments

1. Infrastructure as Code Patterns

Generic IaC Abstraction Layer

…(此处省略代码和Python类定义)…

Multi-Cloud Resource Manager

…(此处省略代码和Python类定义)…

2. GitOps Patterns

Generic GitOps Engine

…(此处省略代码和Python类定义)…

3. Progressive Delivery Patterns

Canary Analysis Engine

…(此处省略代码和Python类定义)…

This comprehensive cloud-native deployment skill provides production-ready patterns for implementing modern infrastructure as code, GitOps workflows, and progressive delivery strategies across any cloud provider or platform.

★ Insight ───────────────────────────────────── The cloud-native patterns shown here emphasize several key 2025 best practices:

  1. Provider Abstraction: Generic interfaces allow switching between Terraform, Pulumi, and other IaC tools
  2. Multi-Cloud Strategy: Built-in support for managing deployments across multiple providers with failover capabilities
  3. GitOps-First: Declarative deployment through Git with support for ArgoCD, Flux, and custom tools
  4. Progressive Delivery: Safe deployments with canary analysis, blue-green strategies, and automated rollback
  5. Policy as Code: Integration with Open Policy Agent for automated compliance and security

These patterns ensure your cloud deployments are automated, secure, and resilient across any infrastructure. ─────────────────────────────────────────────────