-
openshift example application 배포CI-CD/openshift piplelines + gitOps 2021. 10. 12. 13:30
- Docs : https://access.redhat.com/documentation/ko-kr/openshift_container_platform/4.6/html/applications/application-life-cycle-management#odc-importing-codebase-from-git-to-create-application_odc-creating-applications-using-developer-perspective
- 60분 교육용 cluster : https://learn.openshift.com/playgrounds/openshift47/
2.1. 샘플 애플리케이션 생성
2장. 애플리케이션 라이프사이클 관리 OpenShift Container Platform 4.6 | Red Hat Customer Portal
The Red Hat Customer Portal delivers the knowledge, expertise, and guidance available through your Red Hat subscription.
access.redhat.com
git : https://github.com/gwagdalf/nodejs-ex
GitHub - gwagdalf/nodejs-ex: node.js example
node.js example. Contribute to gwagdalf/nodejs-ex development by creating an account on GitHub.
github.com
openshift sandbox 에서
+추가 > Git에서 선택
secret 생성시 github token 생성
https://curryyou.tistory.com/344
GitHub 토큰 인증 로그인: Personal Access Token 생성 및 사용 방법
Git Hub에서 ID/PW기반의 Basic Authentication 인증을 금지하고, ID/Personal Access Token 방식의 Token Authentication 인증을 요구하고 있다. 앞으로는 소스코드를 push/clone하려고 하면, 아래와 같은 문구..
curryyou.tistory.com
-> 만들기 -> 결과
route 예시
http://nodejs-ex-gwagdalf-dev.apps.sandbox-m2.ll9k.p1.openshiftapps.com/
Welcome to OpenShift
How to use this example application For instructions on how to use this application with OpenShift, start by reading the Developer Guide. Deploying code changes The source code for this application is available to be forked from the OpenShift GitHub reposi
nodejs-ex-gwagdalf-dev.apps.sandbox-m2.ll9k.p1.openshiftapps.com
1
'CI-CD > openshift piplelines + gitOps' 카테고리의 다른 글
Azure + openshift cluster 생성 ( 보류 ) (0) 2021.10.12 openshift pipelines & Tasks 생성 데모 (0) 2021.10.12 openshift pipelines 설치 (0) 2021.10.12 openshift pipeline & application ci/cd (0) 2021.10.11 openshift pipelines (0) 2021.10.11