Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Manages PipeCD continuous delivery operations including deployment, configuration, monitoring, and integration with Qwen LLM for K8sGPT. Use when setting up PipeCD, configuring applications, managing deployments, or integrating with AI-powered analysis.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 3% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -60% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -12% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 45% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 62% | 0% |
Manages PipeCD continuous delivery operations across multi-cloud environments with AI-powered analysis and automation capabilities.
bash# Create namespace and install control plane kubectl create namespace pipecd kubectl apply -n pipecd -f https://raw.githubusercontent.com/pipe-cd/pipecd/master/quickstart/manifests/control-plane.yaml # Access the console kubectl port-forward -n pipecd svc/pipecd 8080
yamlapiVersion: pipecd.dev/v1beta1 kind: Piped metadata: name: dev-piped spec: projectID: quickstart config: apiAddress: pipecd.pipecd.svc.cluster.local:8080 repo: git: url: git@github.com:your-org/your-repo.git branch: main sshKey: | -----BEGIN RSA PRIVATE KEY----- ... -----END RSA PRIVATE KEY-----
yamlapiVersion: pipecd.dev/v1beta1 kind: Application metadata: name: web-app spec: pipeline: stages: - name: K8S_CANARY_ROLLOUT with: replicas: 10% - name: K8S_TRAFFIC_ROUTING with: weight: 10% - name: K8S_PRIMARY_ROLLOUT with: replicas: 100% - name: K8S_TRAFFIC_ROUTING with: weight: 100%
yamlapiVersion: v1 kind: ConfigMap metadata: name: k8sgpt-config namespace: pipecd data: config.yaml: | ai: provider: qwen model: qwen2.5-72b-instruct endpoint: http://qwen-llm-service.ai.svc.cluster.local:8080 apikey: "${QWEN_API_KEY}" analysis: enable_deployment_analysis: true enable_performance_monitoring: true enable_security_analysis: true
bash# Deploy with automatic analysis pipecd deploy --app web-app --with-analysis # Get AI-powered recommendations pipecd analyze --app web-app --insights
bash# Install Qwen LLM service kubectl apply -f overlay/pipecd/qwen/ # Configure K8sGPT with Qwen kubectl apply -f overlay/pipecd/k8sgpt/
bash# Real-time deployment monitoring pipecd monitor --app web-app --real-time # AI-powered anomaly detection pipecd analyze --app web-app --anomaly-detection
bash# Check PipeCD components kubectl get pods -n pipecd # Check piped status pipecd piped list # Debug application deployment pipecd app get --app web-app --debug # Check Qwen integration kubectl logs -n pipecd deployment/k8sgpt-analyzer
Other measured skills in the registry, with their headline benchmark lift.