KubeSphere DevOps offers end-to-end workflows and integrates popular CI/CD tools to boost delivery.
KubeSphere DevOps provides CI/CD pipelines based on Jenkins with automated workflows including Binary-to-Image (B2I) and Source-to-Image (S2I). It helps organizations accelerate the time to market for products.
Automatically Checkout Code, Test, Analyse, Build, Deploy and Release
-
Out-of-box CI/CD Pipelines
- Easy to integrate with your SCM, supporting GitLab / GitHub / BitBucket / SVN
- Design graphical editing panels to create CI/CD pipelines without writing any Jenkinsfile
- Integrate SonarQube to implement source code quality analysis
- Support dependency cache to accelerate build and deployment
- Provide dynamic build agents to automatically spin up Pods as necessary
-
Built-in Automated Toolkits
- Source-to-Image builds reproducible container images from source code without writing any Dockerfile
- Binary-to-Image is the bridge between your artifact and a runnable image
- Support automatically building and pushing images to any registry, and finally deploying them to Kubernetes
- Provide excellent recoverability and flexibility as you can rebuild and rerun S2I / B2I whenever a patch is needed
-
Use GitOps to Implement DevOps
- Combine Git with Kubernetes, automating cloud-native app delivery
- Designed for DevOps teamwork on the basis of the multi-tenant system of KubeSphere
- Powerful observability, providing dynamic logs for S2I / B2I builds and pipelines
- Provide auditing, alerting and notifications in pipelines, ensuring issues can be quickly located and solved
- Support adding Git SCM webhooks to trigger a Jenkins build when new commits are submitted to the branch