Agent skill · DevOps & Cloud

kubesphere-devops-overview

Use when working with KubeSphere DevOps extension, CI/CD pipelines, Jenkins integration, or pipeline troubleshooting

kubespheregithub.com/kubesphereGitHub ↗
claude-codeNOASSERTION
Install
npx skills add kubesphere/kubesphere --skill kubesphere-devops-overview --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 12 KB
Bundled scripts: none
Path: skills/kubesphere-devops-overview/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 17,016
Language: Go
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# KubeSphere DevOps Overview ## Overview KubeSphere DevOps provides CI/CD capabilities through Jenkins integration, supporting both graphical pipeline editing and Jenkinsfile-based pipelines. It enables automated builds, testing, and deployments across multi-cluster environments with **ArgoCD integration** for GitOps continuous deployment. ## When to Use - Setting up CI/CD pipelines in KubeSphere - Configuring Jenkins integration - Managing DevOps projects and pipelines - Troubleshooting pipeline execution issues - Integrating with GitHub, GitLab, or SVN repositories - Configuring SonarQube for code quality ## Core Concepts ### Resource Mapping KubeSphere DevOps maps resources across three layers: ``` KubeSphere Kubernetes Jenkins ───────────────────────────────────────────────────────────── Workspace Workspace CR (authorization) └── DevOpsProject ├── DevOpsProject CR └── Folder (Namespace) └── Namespace (with label) └── Pipeline ├── Pipeline CR └── WorkflowJob └── Run ├── PipelineRun CR └── Build #N ``` **Key Concept:** A "DevOps Project" in KubeSphere is fundamentally a **Kubernetes namespace** with the `devops.kubesphere.io/managed=true` label. The DevOpsProject CR exists as a w

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Core Concepts
  4. Resource Mapping
  5. DevOps Project Naming Convention
  6. Workspace Association
  7. Project Components
  8. Installation
  9. Using InstallPlan (Recommended for Production)
  10. Multi-Cluster Installation
  11. Using Helm (Alternative)
  12. Post-Installation Verification
  13. Architecture
  14. Jenkins Integration
Commands it runs
kubectl apply -f - <<EOF
helm upgrade --install devops kse-extensions/devops \
Check DevOps pods
kubectl get pods -n kubesphere-devops-system
Check InstallPlan status
kubectl get installplan devops -n kubesphere-system
For multi-cluster: check agent status on each cluster
kubectl get installplan devops -n kubesphere-system -o jsonpath='{.status.clusterSchedulingStatuses}'
Get Jenkins admin token
Access Jenkins API
More from kubesphere
All skills →
About this skill
What does the kubesphere-devops-overview skill do?

Use when working with KubeSphere DevOps extension, CI/CD pipelines, Jenkins integration, or pipeline troubleshooting

How do I install it?

Run `npx skills add kubesphere/kubesphere --skill kubesphere-devops-overview --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From kubesphere/kubesphere, a repository with 17,016 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going