kubesphere-devops-overview
Use when working with KubeSphere DevOps extension, CI/CD pipelines, Jenkins integration, or pipeline troubleshooting
npx skills add kubesphere/kubesphere --skill kubesphere-devops-overview --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Overview
- When to Use
- Core Concepts
- Resource Mapping
- DevOps Project Naming Convention
- Workspace Association
- Project Components
- Installation
- Using InstallPlan (Recommended for Production)
- Multi-Cluster Installation
- Using Helm (Alternative)
- Post-Installation Verification
- Architecture
- Jenkins Integration
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 APIWhat 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.
