马全一-华为-开源软件能力中心资深架构师-ContainerOps–DevOpsOrchestration_第1页
马全一-华为-开源软件能力中心资深架构师-ContainerOps–DevOpsOrchestration_第2页
马全一-华为-开源软件能力中心资深架构师-ContainerOps–DevOpsOrchestration_第3页
马全一-华为-开源软件能力中心资深架构师-ContainerOps–DevOpsOrchestration_第4页
马全一-华为-开源软件能力中心资深架构师-ContainerOps–DevOpsOrchestration_第5页
已阅读5页,还剩34页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

ContainerOps-DevOpsOrchestration

QuanyiMa<maquanyi@>

WhoAmI?

QuanyiMa

DevOps&OpenSourceExpertSeniorArchitect&FullStackDeveloper

Email:maquanyi@

Twitter:@genedna

Github:/genedna

Agenda

1.ThestoryofDevOps

2.WhydevelopedtheDevOpsconceptintheITprocess

3.What’sCloudNativeApplicationandContainerOps

4.ArchitectureofContainerOps

5.TheContainerOpscore–DevOpsWorkflowEngine

6.TheContainerOpsComponent

DevOpsStory

•2007-WhileconsultingonadatacentermigrationfortheBelgiumgovernment,systemadministratorPatrickDeboisbecomesfrustratedbyconflictsbetweendevelopersandsystemadmins.Heponderssolutions.

•AgileConference2008inToronto-AndrewClayShafer’s‚birdsofafeather‛adhocsessioncalledAgileInfrastructure.TheonlypersonwhoshowedupwasPatrickDebois.ShaferandDeboisstartedaGooglegroupcalled‚AgileSystemAdministration‛

•O’ReillyVelocity2009Conference-PresentationatVelocityof10+DeploysperDay:DevandOpsCooperationatFlickrbyJohnAllspawandPaulHammond–Deboiswatchedbystreamingvideo,tweeted.

•October2009-OrganizedthroughTwitter.ConversationcontinuedonTwitterandthe#DevOpshashtagwasborn,dropping‚Days‛forbrevity.

•2010MountainView,CA-DevOpsDays

•Mar.2011-Gartner’sfirstnotesaboutDevOps

•April2012-InanInfoQvideointerview,Deboisadmittedthatnamingthemovementwasnotasintentionalasitmightseem:‚Ipicked‘DevOpsDays’asDevandOpsworkingtogetherbecause‘AgileSystemAdministration’wastoolong,‛hesaid.“ThereneverwasagrandplanforDevOpsasaword.”

What’stheDevOps?

DevOpsis"aportmanteauof

'development'and'operations'"

andis"asoftwaredevelopment

methodthatstresses

communications,collaboration,

integration,automationand

measurementofcooperation

betweensoftwaredevelopersand

otherITprofessionals".

-FromWikipedia

DevOpsisanoperationalphilosophythatpromotesbettercommunicationbetweendevelopmentandoperationsasmoreelementsofoperationsbecomeprogrammable.

What’stheDevOpsultimateAIM?

Goal->

Theultimateisbreakdownbarriersbetweendeveloper,QAsandoperators.

How->

Definetheoperationenvironmentatdevelopmentstage.

Definetheprocessfromdevelopmenttotheproduction.

Automateeverything.

What’sTheCloudNative?

CloudNativeisstructuringteams,cultureandtechnologytoutilizeautomationandarchitecturestomanagecomplexityandunlockvelocity.

-JoeBeda‚UnderstandingandApplyingCloudNative‛

➢DevOps

➢ComputeClusters

➢MicroService

➢Security

ContainerOps-DevOpsOrchestration

Defining->Component

Drawing->Workflow

Running->Actions

/Huawei/containerops

DefiningComponent-ContainerImageForDevOps

EncapsulateyourDevOpsworkinacontainerimage.Shareyourcomponentathttps://opshub.sh

DrawingWorkflow-OrchestrateDevOps

RunningAction-WithContainerForContainer

Allcomponentsiscontainer,executewithKubernetes.Forcloudnativedevelopmentscenarios.

ContainerOpsWorkflowEngine

Version

Control

Building

ArtifactRepository

ContinuousDeployment

WebPortal

ContinuousIntegration

DevOpsWorkflowEngine

ContainerOrchestration[Kubernetes]

8

6

WebPortal

ContainerOrchestration[Kubernetes]

9

457

VersionControl

ArtifactRepository

ContinuousDeployment

Building

ContinuousIntegration

3

2

1

DevOpsWorkflowEngine

1.DrawingDevOpsworkflowfromwebportal.

2.DevelopersubmitcommitorPRtriggeringtheworkflowexecute.3.EnginenotifythebuildingservicelikeJenkinsorConcoursetoexecuteartifactorcontainerimagepipeline.

4.ThebuildingservicepullsourcecodefromversioncontrolservicelikeGithuborGitlab.

5.Thebuildingservicepushartifactorimagetotherepository.

6.EnginenotifytheCIserviceexecuteintegratedpipeline.

7.TheCIservicepulltheartifactorimagefromtherepository.

8.EnginenotifytheCDserviceexecutedeploymentpipeline.

9.TheCDservicepulltheartifactorimagetodeployindifferentstage.

ContainerOpsWorkflowEngine

ContainerOpsWorkflowEngine

8

6

WebPortal

9

457

VersionControl

ArtifactRepository

ContinuousDeployment

Jenkins

ContinuousIntegration

3

2

1

DevOpsWorkflowEngine

ContainerOrchestration[Kubernetes]

OtherTestingService

9

457

VersionControl

ArtifactRepository

ContinuousDeployment

Jenkins

ContinuousIntegration

3

2

8

6

1

WebPortal

DevOpsWorkflowEngine

7

6

ContainerOrchestration[Kubernetes]

9

457

VersionControl

ArtifactRepository

CustomizedDeployment

Jenkins

ContinuousIntegration

3

2

8

6

1

WebPortal

DevOpsWorkflowEngine

7

6

OtherTestingService

CO_DATA

COMPONENT

...

...

Daemon

CO_COMPONENT_START

CO_TASK_START

CO_TASK_STATUS

CO_TASK_RESULT

CO_COMPONENT_STOP

Host

START:=os.Getenv(‚CO_COMPONENT_START‛)resp,err:=http.POST(START,…)

.

.

.

.

STOP:=os.Getenv(‚CO_COMPONENT_STOP‛)resp,err:=http.POST(STOP,…)

Runtimes[JVM,Python...]

GuestOS

...

Host

Daemon

DevOpsComponent

ContainerOpsWorkflowEngine

ContainerOrchestration[Kubernetes]

Host

Daemon

CO_COMPONENT_START=https://containerops.sh/v1/genedna/pilotage/workflow/start/...

ContainerOpsWorkflowEngine

OtherTestingService

9

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论