mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
change content to contentList
This commit is contained in:
parent
1809989ddf
commit
83717d7f4f
|
|
@ -15,12 +15,12 @@ section2:
|
|||
- icon: "images/case/case1.jpg"
|
||||
content: "KubeSphere is trusted by various enterprises and organizations to the innovators driving the future
|
||||
of software."
|
||||
link: "aqara"
|
||||
link: ""
|
||||
|
||||
- icon: "images/case/case2.jpg"
|
||||
content: "KubeSphere is trusted by various enterprises and organizations to the innovators driving the future
|
||||
of software."
|
||||
link: "aqara"
|
||||
link: ""
|
||||
|
||||
- icon: "images/case/case3.jpg"
|
||||
content: "KubeSphere is trusted by various enterprises and organizations to the innovators driving the future
|
||||
|
|
@ -30,17 +30,17 @@ section2:
|
|||
- icon: "images/case/case4.jpg"
|
||||
content: "KubeSphere is trusted by various enterprises and organizations to the innovators driving the future
|
||||
of software."
|
||||
link: "aqara"
|
||||
link: ""
|
||||
|
||||
- icon: "images/case/case5.jpg"
|
||||
content: "KubeSphere is trusted by various enterprises and organizations to the innovators driving the future
|
||||
of software."
|
||||
link: "aqara"
|
||||
link: ""
|
||||
|
||||
- icon: "images/case/case6.jpg"
|
||||
content: "KubeSphere is trusted by various enterprises and organizations to the innovators driving the future
|
||||
of software."
|
||||
link: "aqara"
|
||||
link: ""
|
||||
|
||||
section3:
|
||||
title: 'Various Industries are Powered by KubeSphere'
|
||||
|
|
|
|||
|
|
@ -11,19 +11,24 @@ section1:
|
|||
section2:
|
||||
listLeft:
|
||||
- title: Company Introduction
|
||||
content: China Minsheng Bank’s main applications were written in C and Java, using traditional architecture. “Our biggest challenge is how to make our traditional legacy applications adaptable to the cloud native environment,” says Zhang Li, who is leader of technology for CMBC’s container cloud. “We want to do distributed applications because in the past we used VMs, and that was quite expensive.”
|
||||
contentList:
|
||||
- content: China Minsheng Bank’s main applications were written in C and Java, using traditional architecture. “Our biggest challenge is how to make our traditional legacy applications adaptable to the cloud native environment,” says Zhang Li, who is leader of technology for CMBC’s container cloud. “We want to do distributed applications because in the past we used VMs, and that was quite expensive.”
|
||||
- content: China Minsheng Bank’s main applications were written in C and Java, using traditional architecture. “Our biggest challenge is how to make our traditional legacy applications adaptable to the cloud native environment,” says Zhang Li, who is leader of technology for CMBC’s container cloud. “We want to do distributed applications because in the past we used VMs, and that was quite expensive.”
|
||||
image: /images/case/aqara-1.jpg
|
||||
|
||||
- title: Challenge
|
||||
content: CMBC brought in Alibaba Cloud to help with its cloud native transformation. The company is now in the process of breaking down and migrating its legacy applications to a Kubernetes platform, as well as developing new microservices on it.
|
||||
contentList:
|
||||
- content: CMBC brought in Alibaba Cloud to help with its cloud native transformation. The company is now in the process of breaking down and migrating its legacy applications to a Kubernetes platform, as well as developing new microservices on it.
|
||||
image:
|
||||
|
||||
- title: Solution
|
||||
content: With the Kubernetes platform, delivery efficiency has increased 3-4x, and resource utilization has doubled. “We are now developing AI-based applications, a blockchain application, and some big data analysis applications on the cloud native platform,” says Zhang.
|
||||
contentList:
|
||||
- content: With the Kubernetes platform, delivery efficiency has increased 3-4x, and resource utilization has doubled. “We are now developing AI-based applications, a blockchain application, and some big data analysis applications on the cloud native platform,” says Zhang.
|
||||
image:
|
||||
|
||||
- title: Benefit
|
||||
content: With the Kubernetes platform, delivery efficiency has increased 3-4x, and resource utilization has doubled. “We are now developing AI-based applications, a blockchain application, and some big data analysis applications on the cloud native platform,” says Zhang.
|
||||
contentList:
|
||||
- content: With the Kubernetes platform, delivery efficiency has increased 3-4x, and resource utilization has doubled. “We are now developing AI-based applications, a blockchain application, and some big data analysis applications on the cloud native platform,” says Zhang.
|
||||
image:
|
||||
|
||||
- type: 1
|
||||
|
|
@ -34,11 +39,13 @@ section2:
|
|||
|
||||
|
||||
- title: Installation Architecture
|
||||
content: CMBC brought in Alibaba Cloud to help with its cloud native transformation. The company is now in the process of breaking down and migrating its legacy applications to a Kubernetes platform, as well as developing new microservices on it.
|
||||
contentList:
|
||||
- content: CMBC brought in Alibaba Cloud to help with its cloud native transformation. The company is now in the process of breaking down and migrating its legacy applications to a Kubernetes platform, as well as developing new microservices on it.
|
||||
image:
|
||||
|
||||
- title: Bussiness introduction
|
||||
content: With the Kubernetes platform, delivery efficiency has increased 3-4x, and resource utilization has doubled. “We are now developing AI-based applications, a blockchain application, and some big data analysis applications on the cloud native platform,” says Zhang.
|
||||
contentList:
|
||||
- content: With the Kubernetes platform, delivery efficiency has increased 3-4x, and resource utilization has doubled. “We are now developing AI-based applications, a blockchain application, and some big data analysis applications on the cloud native platform,” says Zhang.
|
||||
image:
|
||||
|
||||
- type: 2
|
||||
|
|
@ -46,7 +53,8 @@ section2:
|
|||
author: 'Katherine Martinez'
|
||||
|
||||
- title: Testimonial
|
||||
content: With the Kubernetes platform, delivery efficiency has increased 3-4x, and resource utilization has doubled. “We are now developing AI-based applications, a blockchain application, and some big data analysis applications on the cloud native platform,” says Zhang.
|
||||
contentList:
|
||||
- content: With the Kubernetes platform, delivery efficiency has increased 3-4x, and resource utilization has doubled. “We are now developing AI-based applications, a blockchain application, and some big data analysis applications on the cloud native platform,” says Zhang.
|
||||
image:
|
||||
|
||||
rightPart:
|
||||
|
|
|
|||
|
|
@ -32,7 +32,9 @@
|
|||
</div>
|
||||
{{ else }}
|
||||
<h2>{{ .title }}</h2>
|
||||
{{ range .contentList }}
|
||||
<p>{{ .content }}</p>
|
||||
{{ end }}
|
||||
{{ if .image }}
|
||||
<img src="{{ .image }}" alt="">
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue