An open API service indexing awesome lists of open source software.

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

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!