Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Deploy to GKE #6

Open
dreamgonfly opened this issue Aug 8, 2020 · 0 comments
Open

[FEATURE] Deploy to GKE #6

dreamgonfly opened this issue Aug 8, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dreamgonfly
Copy link
Contributor

dreamgonfly commented Aug 8, 2020

🚀 Feature

API server를 자동으로 GKE에 배포한다.

Motivation

CI/CD를 통해 자동 배포까지 되어야 pipeline을 처음부터 끝까지 완성할 수 있다.

Pitch

  • master가 push되면 자동으로 latest라는 이름의 namespace에 배포한다.
    배포 과정은 다음과 같다.
  • docker build를 한다
  • github package를 통해 docker를 업로드한다
  • helm을 사용해서 GKE에 배포한다

Additional context

@dreamgonfly dreamgonfly added the enhancement New feature or request label Aug 8, 2020
@dreamgonfly dreamgonfly self-assigned this Aug 8, 2020
@dreamgonfly dreamgonfly changed the title [FEATURE] [FEATURE] Deploy to GKE Aug 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant