feat: Pod 목록·토폴로지 API 전체 namespace 조회 지원 (closes #51)#53
Merged
Conversation
younchanhyeok
added a commit
that referenced
this pull request
Jun 1, 2026
* feat: Pod 목록·토폴로지 API 전체 namespace 조회 지원 (closes #51) (#53) feat: Pod 목록·토폴로지 API 전체 namespace 조회 지원 (closes #51) * chore: CI latest 태그 제거 및 인프라 레포 이미지 태그 자동 bump (closes #54) - ECR IMMUTABLE 정책 대응: :latest 태그 빌드/push 제거 - main push 성공 후 DGU-CAP/infra kustomization.yaml의 newTag를 commit SHA로 자동 업데이트하여 ArgoCD GitOps 자동 배포 완성 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
younchanhyeok
added a commit
that referenced
this pull request
Jun 1, 2026
* feat: Pod 목록·토폴로지 API 전체 namespace 조회 지원 (closes #51) feat: Pod 목록·토폴로지 API 전체 namespace 조회 지원 (closes #51) * chore: CI latest 태그 제거 및 인프라 레포 이미지 태그 자동 bump (closes #54) (#55) * feat: Pod 목록·토폴로지 API 전체 namespace 조회 지원 (closes #51) (#53) feat: Pod 목록·토폴로지 API 전체 namespace 조회 지원 (closes #51) * chore: CI latest 태그 제거 및 인프라 레포 이미지 태그 자동 bump (closes #54) - ECR IMMUTABLE 정책 대응: :latest 태그 빌드/push 제거 - main push 성공 후 DGU-CAP/infra kustomization.yaml의 newTag를 commit SHA로 자동 업데이트하여 ArgoCD GitOps 자동 배포 완성 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
관련 이슈
closes #51
변경 사항
GET /api/pods— namespace 미지정 시 전체 namespace 조회GET /api/topology— namespace 미지정 시 전체 Pod 포함, 응답 namespace="all"GET /api/pods/{podName}/events— namespace optional 처리, 미지정 시"default"fallback배포 목적
boutique namespace의 Online Boutique 쇼핑몰 Pod 11개가 대시보드에 표시되도록 수정.
main 머지 시 CI + ECR 자동 배포.