CldKit
首頁瀏覽RECIPES提交CLIAI 策展助手登入
登入
CldKit
瀏覽Recipes提交CLI·關於隱私條款

為 AI 開發者建置。每個 components 都經過審查。

© 2026 CldKit

語言
首頁>Recipes>Kubernetes Deployment Pipeline

Kubernetes Deployment Pipeline

advanced

Container orchestration with Kubernetes, GitOps via Flux, and Jenkins CI integration.

架構

Jenkins MCP Server
Orchestrates build pipelines with test, build, and push stages
70/100
pip install mcp-jenkins
Kubernetes MCP (Flux)
Manages GitOps continuous delivery and automatic sync to cluster
80/100
npx mcp-server-kubernetes
Kubectl MCP Server
Executes cluster operations and verifies deployment health
74/100
npx kubectl-mcp-server

預期輸出

Kubernetes Deploy Pipeline Jenkins: Build #45 succeeded (tests: 128 passed) Image: pushed to registry (tag: v2.1.0) Flux: GitOps sync completed (3 resources updated) Kubectl: Deployment rollout status - 3/3 pods ready -> Production deployment verified, all health checks passing

相關 Recipes

Incident Response Command Center

ADVANCED

Triage production incidents from alerts to fixes with observability, chat, and repo context.

devopsworkflow

5 個 components

Observability Stack

INTERMEDIATE

Full-stack monitoring with Grafana dashboards, Datadog APM, and Sentry error tracking.

devopsinfra

3 個 components

Infrastructure as Code

ADVANCED

Cloud infrastructure provisioning with Terraform, AWS, and Docker containerization.

devopsinfra

3 個 components

全部安裝

pip install mcp-jenkins
npx mcp-server-kubernetes
npx kubectl-mcp-server

難度

advanced

Components

3

創建時間

Mar 25, 2026

場景

devops
infra