CI-CD
-
Github Enterprise Server 3.14 release noteCI-CD/github 2025. 4. 14. 09:46
요약01. 2세대 가상 머신(vhdx) 사용 가능 3.14https://docs.github.com/ko/enterprise-server@3.14/admin/release-notes 3.14.0: 기능인스턴스 관리여러 개의 복제 노드가 있는 인스턴스에서 관리자는 단일 구성 실행에서 모든 노드에 대한 복제를 시작하거나 중지하기 위해 ghe-repl-start-all및 ghe-repl-stop-all명령을 사용할 수 있습니다.인스턴스 서비스관리자는 UEFI 모드 부팅을 지원하는 2세대 가상 머신(vhdx)을 사용하여 어플라이언스를 확장할 수 있습니다. 이를 위해서는 새 인스턴스를 배포하고 해당 인스턴스에 데이터를 복원해야 합니다. 2세대 가상 머신 사용을 참조하세요 .Nomad는 1.5.17로, Consu..
-
Github Enterprise Server 3.15 release noteCI-CD/github 2025. 4. 14. 08:34
요약01. 조직의 리포지토리에 대한 사용자 지정 속성 관리.02. 병합 대기열 큐와 끌어오기 요청 03. 200 -> 400 gb root disk 필요 / 원복04. vCPU, Memory 등 권장 Spec 변경 https://docs.github.com/ko/enterprise-server@3.15/admin/installing-your-enterprise-server/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-hyper-v 3.15https://docs.github.com/ko/enterprise-server@3.15/admin/release-notes 3.15.0: 기능인스턴스 관리..
-
Argo Workflows 관련 LinkCI-CD 2023. 6. 12. 11:30
Official https://argoproj.github.io/argo-workflows/ github : https://github.com/argoproj/argo-workflows/ 한국어 Dev Blog, Argo Project 를 사용하여 CI/CD 구축하기 https://sphong0417.tistory.com/2 Argo Project를 사용하여 CI/CD 구축하기 졸업 프로젝트를 진행하며 Spring Boot 어플리케이션에 대한 CI/CD를 구축해야하는 니즈가 있었고 다양한 도구들을 살펴보다가 쿠버네티스에 친화적인 Argo 프로젝트를 사용하였습니다. 이번 글에서 sphong0417.tistory.com 01. Meteour, [k8s] Argo 설치 후 살펴본 기능들 -> Architect..
-
Argo Rollouts 관련 Link 모음CI-CD/Argo Rollouts 2023. 6. 6. 15:40
English Argo Rollouts offical Homepages : https://argoproj.github.io/argo-rollouts/ Argo Rollouts - Kubernetes Progressive Delivery Controller Argo Rollouts - Kubernetes Progressive Delivery Controller What is Argo Rollouts? Argo Rollouts is a Kubernetes controller and set of CRDs which provide advanced deployment capabilities such as blue-green, canary, canary analysis, experimentation, and pro..
-
openshift pipelines & Tasks 생성 데모CI-CD/openshift piplelines + gitOps 2021. 10. 12. 14:43
Docs : https://access.redhat.com/documentation/ko-kr/openshift_container_platform/4.6/html/pipelines/creating-applications-with-cicd-pipelines 60분 교육용 cluster : https://learn.openshift.com/playgrounds/openshift47/ 사전작업 : pipelines 설치 ( https://ride-wind.tistory.com/14 ) pipelines > tasks > create github url 에서 aml copy & paste 하여 생성합니다. https://github.com/openshift/pipelines-tutorial/blob/master..
-
openshift pipelines 설치CI-CD/openshift piplelines + gitOps 2021. 10. 12. 14:21
docs : https://access.redhat.com/documentation/ko-kr/openshift_container_platform/4.6/html/pipelines/installing-pipelines 60분 교육용 cluster : https://learn.openshift.com/playgrounds/openshift47/ openshift learning 에서 openshift 4.7 버전을 60분간 써 볼수 있습니다. console > admin 으로 로긴 > operatorhub 에서 openshift pipelines 검색 & 설치 합니다. 아래처럼 pipelines 가 나타납니다.
-
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. 샘플 애플리케이션 생성 https://access.redhat.com/documentation/ko-kr/openshift_contain..