Skip to content

feat: Pod 목록·토폴로지 API 전체 namespace 조회 지원 (closes #51)#53

Merged
younchanhyeok merged 1 commit into
mainfrom
dev
Jun 1, 2026
Merged

feat: Pod 목록·토폴로지 API 전체 namespace 조회 지원 (closes #51)#53
younchanhyeok merged 1 commit into
mainfrom
dev

Conversation

@younchanhyeok
Copy link
Copy Markdown
Contributor

관련 이슈

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 자동 배포.

feat: Pod 목록·토폴로지 API 전체 namespace 조회 지원 (closes #51)
@younchanhyeok younchanhyeok merged commit b57a3e6 into main Jun 1, 2026
2 checks passed
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Pod 목록 API 전체 namespace 조회 지원

1 participant