https://github.com/bretfisher/wordsmith-k8s
Manifests for Docker's wordsmith demo
https://github.com/bretfisher/wordsmith-k8s
Last synced: 7 months ago
JSON representation
Manifests for Docker's wordsmith demo
- Host: GitHub
- URL: https://github.com/bretfisher/wordsmith-k8s
- Owner: BretFisher
- License: apache-2.0
- Created: 2023-02-28T09:38:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T13:02:15.000Z (over 2 years ago)
- Last Synced: 2025-03-16T01:59:49.666Z (7 months ago)
- Size: 11.7 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wordsmith Kubernetes Manifests (Kustomize)
Wordsmith is the demo project originally from [dockersamples/wordsmith](https://github.com/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](https://kustomize.io/) 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/`.