Industry Use Cases with Demonstration on Kubernetes (Industry Experts Session)

Industry Use Cases with Demonstration on Kubernetes (Industry Experts Session)

#Expert_Session Summery:-

1.Centralized Version System (CVS): CVS is mainly used for version control system wherein the multiple version of the source code is rolled out. It keep the record of all the changes that is done to the code or set of files. It is also referred as Concurrent Versioning System.

2. Git is preffered over CVS:

i. Git works on the concept of distributed version control system which helps in better way to work in big team.

ii. Git UI has a better picture of repositories. Which gives better insight of work in progress

iii. It is also a better tool to merge the branches.

3.Global Trafic Manager manages the public trafic.

4.We use chaos testing to test the performance of the cluster.

5 CVS works on file level. Git works on repo/module level.

Steps for conversion from cvs to git

We use this command - cvs2git

Integratioon with jenkins

1: Jenkins jobs

2: pollers and git features used to trigger builds after commit.

3: From commit to build, CQA(cod quality assurance) ,Deploy,Test is reduced to minutes.

Gitlab can code, build and deploy.

要查看或添加评论,请登录

社区洞察

其他会员也浏览了