전체 글
-
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..
-
Designing Data-Intensive Applications - Confluent Consultant 추천 책Kafka/Developer 2021. 1. 11. 15:49
Confluent Consultant 강추 책으로 이 영역의 명저로 꼽히는 책 같다. Designing Data-Intensive Applications - Martin Kleppmann learning.oreilly.com/library/view/designing-data-intensive-applications/9781491903063/ Designing Data-Intensive Applications Data is at the center of many challenges in system design today. Difficult issues need to be figured out, such as scalability, consistency, reliability, efficiency, and..
-
Labs 05 Optimizing Kafka's Performance - 성능 테스트 결과Kafka/Admin 2021. 1. 9. 15:06
앞 포스트에서도 언급한, 강의 실습 중 가장 인상 깊었던 Producer 성능 테스트 관련 기록입니다. acks=all 를 포기하지 않아도, batch 처리를 통해 성능 향상이 가능함을 알게 됩니다. 환경세팅 git : https://github.com/confluentinc/training-operations-src confluentinc/training-administration-src Contains docker-compose file needed for Apache Kafka Administration by Confluent training - confluentinc/training-administration-src github.com 기본조건 partition 6, replication-fact..
-
Apache Kafka® Administration by Confluent 교육Kafka/Admin 2021. 1. 9. 14:40
Confluent 의 Kafka Admin 교육입니다. 국내에서는 Peter Go ( 고승범 ) 이 유일 강사이셔서, 모셔서 교육 들었습니다. Objective & Courses https://assets.confluent.io/m/1108e4ccb69b3e6b/original/20200403-DS-Confluent_Apache_Kafka_Admin_by_Confluent.pdf 내용이 굉장히 좋은데, 저는 그 중 Performance 부분이 가장 좋았습니다. Hands-on Lab 을 통해 Durability 를 지키면서, Batch 를 통해 속도 향상을 꽤할 수 있는 힌트를 얻게 됩니다. 온라인 강좌는 여기서 찾아 들을 수 있으며, 영어이고, $400 입니다. https://training.confl..
-
Apache Kafka Fundamental - Youtube 강좌Kafka/Kafka Fundamental 2021. 1. 9. 14:06
Confluent training 에서 무료로 들을 수 있지만, 아무래도, Youtube 로 보는게 편합니다. Confluent.io training home : https://cloud.contentraven.com/confluent/self-userpackage?ctid=NzA%3D Confluent Training cloud.contentraven.com 동일한 컨텐츠의 Youtube url : https://www.youtube.com/playlist?list=PLa7VYi0yPIH2PelhRHoFR5iQgflg-y6JA Course | Apache Kafka® Fundamentals Apache Kafka® Fundamentals Course with Tim Berglund www.youtube..