bobbyiliev / bobbyiliev/kubegen-cli
Add Kustomize support for manifest management
Open
enhancement
- Dominant language
- Rust
- Stars
- 6
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Generate Kustomize structure for managing different environments.
**Structure:**
```
config/
├── default/
│ └── kustomization.yaml
├── crd/
│ └── kustomization.yaml
├── rbac/
│ └── kustomization.yaml
└── manager/
└── kustomization.yaml
```
**Acceptance Criteria:**
- Base kustomization files
- Overlays for dev/staging/prod
- Makefile integration
Contributor guide
Assessment
This issue has not been assessed yet.