diff --git a/assets/scss/scenario.scss b/assets/scss/scenario.scss
index 4ec0cf413..2b730f28d 100644
--- a/assets/scss/scenario.scss
+++ b/assets/scss/scenario.scss
@@ -92,7 +92,7 @@ html {
}
& > li {
align-items: center;
- margin-bottom: 20px;
+ margin-bottom: 150px;
& > div {
width: 460px;
diff --git a/content/en/multicluster/_index.md b/content/en/multicluster/_index.md
new file mode 100644
index 000000000..aaf7db511
--- /dev/null
+++ b/content/en/multicluster/_index.md
@@ -0,0 +1,58 @@
+---
+title: "Kubernetes Multi-cluster Management"
+description: KubeSphere DevOps offers powerful CI/CD features with excellent scalability and observability on top of Kubernetes for DevOps-oriented teams.
+
+layout: "scenario"
+
+css: "scss/scenario.scss"
+
+section1:
+ title: "Build Kubernetes multi-cluster and Multi-cloud Strategy to Scale Your Business With Ease"
+ content: Enterprises are increasingly deploying applications to multiple Kubernetes clusters to ensure high availability, isolation and scalability. KubeSphere is a central control plane for Kubernetes multi-cluster management and operation.
+ image: /images/devops/banner.png
+ showDownload: true
+ inCenter: true
+
+
+image: /images/multicluster/mul-ops.png
+
+section2:
+ title: Manage Your Kubernetes Cluster Across Cloud, Data Center and Edge
+ list:
+ - title: Deploy Application in Multiple K8s Clusters
+ image: /images/multicluster/deploy-application.png
+ contentList:
+ - content: Easy to integrate with your SCM, support GitLab / GitHub / BitBucket / SVN
+ - content: Provide built-in graphical editing panel to create CI/CD pipelines without writing Jenkinsfile
+ - content: Integrate SonarQube to implement code quality analysis, ensuring the security and compliance standards are met
+ - content: Support dependency cache to accelerate build and deployment
+ - content: Provide dynamic build agents to automatically spin up Pods as necessary
+
+ - title: Strong Isolation and Multi-tenancy, Built for Teams
+ image: /images/multicluster/strong-isolation.png
+ contentList:
+ - content: Source to Image, building reproducible container images from source code, without writing dockerfile
+ - content: Binary-to-image is the bridge between your artifact and a runnable image
+ - content: Support automatically build and push image to any registry, finally deploy Apps to Kubernetes
+ - content: Good recoverability and flexibility, you can rebuild and rerun S2I / B2I whenever a patch is needed
+
+ - title: Multi-cluster CI/CD Pipeline and Observability
+ image: /images/multicluster/CICD-Pipeline.png
+ contentList:
+ - content: Combine Git with Kubernetes’ convergence, and automates the cloud native Apps delivery
+ - content: Designed for teams, offer built-in multitenancy in DevOps project
+ - content: Liable to be observable, provide dynamic logs for the S2I / B2I build and pipeline
+ - content: Provide audit, alert and notification in pipeline, ensuring quickly locate and solve issues.
+ - content: Support add Git SCM webhooks to trigger a Jenkins build when new commints to the branch
+
+section3:
+ title: See KubeSphere One-stop DevOps Workflow In Action
+ videoLink: https://www.youtube.com/embed/dQ3sm40Hr18
+ image: /images/service-mesh/15.jpg
+ showDownload: true
+ content: Want to get started in action by following the hands-on lab?
+ btnContent: Start Hands-on Lab
+ link: docs/pluggable-components/devops/
+ bgLeft: /images/service-mesh/3-2.svg
+ bgRight: /images/service-mesh/3.svg
+---
diff --git a/static/images/multicluster/CICD-Pipeline.png b/static/images/multicluster/CICD-Pipeline.png
new file mode 100644
index 000000000..ac2f8a946
Binary files /dev/null and b/static/images/multicluster/CICD-Pipeline.png differ
diff --git a/static/images/multicluster/deploy-application.png b/static/images/multicluster/deploy-application.png
new file mode 100644
index 000000000..cb9cf69ce
Binary files /dev/null and b/static/images/multicluster/deploy-application.png differ
diff --git a/static/images/multicluster/mul-ops.png b/static/images/multicluster/mul-ops.png
new file mode 100644
index 000000000..c89851f76
Binary files /dev/null and b/static/images/multicluster/mul-ops.png differ
diff --git a/static/images/multicluster/strong-isolation.png b/static/images/multicluster/strong-isolation.png
new file mode 100644
index 000000000..2faa8f18b
Binary files /dev/null and b/static/images/multicluster/strong-isolation.png differ