Skip to content

oscka/sample-gitops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 

Repository files navigation

sample-gitops

sample-api를 위한 gitops 프로젝트. 각각 blue-green, canary, rolling update(이상 argo-rollouts 플러그인), rolling update(deployment,여기까지는 istio기반), rolling update(순수 deployment기반)를 이용한 배포 샘플 프로젝트입니다.

자세한 내용은 소스코드를 참고하시기 바랍니다

프로젝트 구조

.
├── README.md
└── sample-api
    ├── blue-green                       # rollout 기반 blue-green 배포정책
    ├── canary                           # rollout 기반 canary 배포정책
    ├── rolling-update                   # rollout 기반 rolling update 배포정책
    └── rolling-update-with-deployment   # 위까지는 istio기반 배포정책
    └── rolling-update-no-istio          # istio기반이 아닌 rolling update deployment

About

sample-api gitops project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published