https://github.com/euank/ek8s
A bunch of pod yamls and helm charts for stuff I run or have run on Kubernetes
https://github.com/euank/ek8s
Last synced: 6 months ago
JSON representation
A bunch of pod yamls and helm charts for stuff I run or have run on Kubernetes
- Host: GitHub
- URL: https://github.com/euank/ek8s
- Owner: euank
- Created: 2016-12-07T06:02:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-04T18:16:10.000Z (over 1 year ago)
- Last Synced: 2025-03-04T19:23:03.891Z (over 1 year ago)
- Language: Smarty
- Homepage:
- Size: 161 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ek8s
This is more or less a dumping ground for pods I have on my personal k8s
cluster right now. I intend to make it a bit more sophisticated one of these
days, but for now...
I'm slowly migrating things from my old private git onto this, but I didn't do
a good job separating secrets out the first time and this isn't exactly a
priority.
## Helm
This repository depends on the helm tool. It is primarily used in order to
correctly abstract out me-specific variables and at least pretend these could
be reused elsewhere.
## TODO
* Finish moving things over from the old repo
* Somewhat better secrets management would be nice
* Add linting (helm lint, yaml validation) for everything!