분류 전체보기
-
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..
-
openshift pipeline & application ci/cdCI-CD/openshift piplelines + gitOps 2021. 10. 11. 15:22
4장. OPENSHIFT PIPELINES를 사용하여 애플리케이션용 CI/CD 솔루션 작성 https://access.redhat.com/documentation/ko-kr/openshift_container_platform/4.6/html/pipelines/creating-applications-with-cicd-pipelines 4장. OpenShift Pipelines를 사용하여 애플리케이션용 CI/CD 솔루션 작성 OpenShift Container Platform 4.6 | Red Ha The Red Hat Customer Portal delivers the knowledge, expertise, and guidance available through your Red Hat subscriptio..
-
openshift pipelinesCI-CD/openshift piplelines + gitOps 2021. 10. 11. 09:45
openshift pipelines 1장. OPENSHIFT PIPELINES 이해 ( 한글 ) - 별거 없으니, skip https://access.redhat.com/documentation/ko-kr/openshift_container_platform/4.6/html/pipelines/understanding-openshift-pipelines 1.2. RED HAT OPENSHIFT PIPELINES 개념 ( 한글 ) https://access.redhat.com/documentation/ko-kr/openshift_container_platform/4.6/html/pipelines/op-pipelines-concepts_understanding-openshift-pipelines 1.2. Red..
-
openshift + github actionsCI-CD/github-actions 2021. 10. 4. 21:01
Youtube https://www.youtube.com/watch?v=B_Y8re_5cr8 GitHub Actions and OpenShift - John Bohannon (GitHub) John Duimovich (Red Hat) OpenShift Commons openshift cli oc 설치 https://github.com/openshift/origin/releases Releases · openshift/origin Conformance test suite for OpenShift. Contribute to openshift/origin development by creating an account on GitHub. github.com 내 경우 C:\dev\openshift-origin-c..
-
Confluent Platform + Kafka setup 관련 linksKafka/Admin 2021. 1. 27. 22:00
cp-ansible 등을 이용한 Confluent Platform 과 Kafka Setup을 위한 links 모음 입니다. cp-ansible github.com/confluentinc/cp-ansible confluentinc/cp-ansible Ansible playbooks for the Confluent Platform. Contribute to confluentinc/cp-ansible development by creating an account on GitHub. github.com cp-ansible install 문서 docs.confluent.io/ansible/current/ansible-download.html docs.confluent.io/ansible/current/ansibl..
-
Confluent Platform 6.0.1 Local PC 세팅Kafka/Admin 2021. 1. 17. 16:50
docker-compose 를 사용해 confluent platform 6.0.1 을 local pc 에 세팅합니다. git : https://github.com/gwagdalf/kafka-docker-study/blob/main/docker/docker-compose.yml component external port internal port url zookeeper 2181 kafka 9092 19092 control-center 9021 http://localhost:9021/ kafkadrop3 9000 http://localhost:9000/ zipkin 9411 http://localhost:9411/zipkin/ schema-registry 9081 http://localhost:9081 ks..