Amazon EKS의 Devops를 위한 Gitops 그리고 Progressive Delivery 소개
Last updated
Was this helpful?
Last updated
Was this helpful?
AWS Managned Kubernetes Service인 Amazon EKS에서 고도화된 Microservice를 운영하기 위해서는 그에 걸 맞는 고도화된 Devops환경을 구축해야합니다.
이런 Devops환경의 핵심이라고 할 수 있는 CI/CD를 구축하는데 있어 많은 고객들이 CD 즉 Continuous Deployment 그리고 Continuous Delivery를 고도화하는데 많은 어려움을 겪고 있습니다.
이를 위하여 Kubernetes 의 Continuous Deployment의 방법 중 하나인 Gitops 그리고 발전된 형태의 Continuous Delivery 기술인 Progressive Delivery에 대해서 알아보고 실습을 진행합니다.