init: k8s 폴더 구조init

This commit is contained in:
donghyeon-ka
2026-07-26 17:11:25 +09:00
commit 0912b5030f
61 changed files with 2124 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# Minimal Example
단일 환경·단일 클러스터가 같은 경계를 어떻게 사용하는지 보여 주는 예입니다.
```text
minimal/
├── infrastructure/
│ └── live/dev/cluster/README.md
└── gitops/
├── platform/core/base/
├── apps/hello-config/base/
└── clusters/dev/main/
```
실제 cloud 리소스를 만들지 않으며, GitOps 예제는 Namespace와 ConfigMap만
렌더합니다.
```bash
kubectl kustomize examples/minimal/gitops/clusters/dev/main
```