change content to contentList

This commit is contained in:
liuboaibc 2020-06-01 13:15:59 +08:00
parent 1809989ddf
commit 83717d7f4f
3 changed files with 22 additions and 12 deletions

View File

@ -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'

View File

@ -11,19 +11,24 @@ section1:
section2:
listLeft:
- title: Company Introduction
content: China Minsheng Banks 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 CMBCs container cloud. “We want to do distributed applications because in the past we used VMs, and that was quite expensive.”
contentList:
- content: China Minsheng Banks 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 CMBCs container cloud. “We want to do distributed applications because in the past we used VMs, and that was quite expensive.”
- content: China Minsheng Banks 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 CMBCs 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:

View File

@ -32,7 +32,9 @@
</div>
{{ else }}
<h2>{{ .title }}</h2>
{{ range .contentList }}
<p>{{ .content }}</p>
{{ end }}
{{ if .image }}
<img src="{{ .image }}" alt="">
{{ end }}