Skip to content

Wordsmith Kubernetes Manifests (Kustomize)

License

Notifications You must be signed in to change notification settings

MostlyDevOps/wordsmith-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordsmith Kubernetes Manifests (Kustomize)

Wordsmith is the demo project originally from dockersamples/wordsmith

Kubernetes Kustomize Manifests

The pods/containers of this app are in the ./base directory and those files rarely change. They are plain Kubernetes manifests.

For each environment, we create a directory in ./environments and add a kustomization.yaml file, which is a Kustomize manifest that pulls in the base manifests and overrides environment-specific values.

These environment overrides can be consumed by Argo CD, Flux, or applied by kubectl directly with kubectl apply -k environments/<env>.

About

Wordsmith Kubernetes Manifests (Kustomize)

Resources

License

Stars

Watchers

Forks