Skip to content

chomyounghee/edu6

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 

Repository files navigation

kustomize

Structure

├── base
│   ├── service.yaml
│   ├── deployment.yaml
│   ├── kustomization.yaml
└── overlays
    └── development
       ├── kustomization.yaml
        └── cpu_count.yaml
        └── replica_count.yaml
    └── production
        ├── kustomization.yaml
        └── cpu_count.yaml
        └── replica_count.yaml

build

kustomize build overlay/dev/

apply kubernetes

kustomize build overlay/dev/ | kubectl apply -f -

About

kustomize

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published