refactor(#344): K8S Application과 Infra 생성 로직 분리#352
Merged
Yoonchulchung merged 7 commits intodevfrom Feb 19, 2026
Merged
Conversation
…or/344-k8s-shell # Conflicts: # infra/k8s/base/kustomization.yaml # infra/k8s/base/temporal/temporal.yaml # infra/k8s/monitoring/kustomization.yaml # run_k3d_app.sh
…or/344-k8s-shell # Conflicts: # infra/k8s/base/kafka/kafka-connect.yaml # infra/k8s/base/kafka/kafka-nodepool.yml # infra/k8s/base/kafka/kafka.yaml # infra/k8s/kustomization.yaml # run_k3d.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
run_k3d.sh 수행 시 Argo 실행에서 k8s 실행 속도 지연이 발생하여 infra 설정이 자주 변경되는 kafka와
spring boot 어플리케이션과 자주 변경되지 않는 Argo, DB, Redis를 분리해서 동작할 수 있도록 변경이
필요합니다.
변경사항
run_k3d.sh 를 run_k3d_app.sh 와 run_k3d_infra.sh로 분리
run_k3d_app.sh에 현재 빌드 진행 사항 확인할 수 있는 로직 추가