paulbouwer / hello-kubernetes

Provides a demo app to deploy to a Kubernetes cluster. It displays a message, the name of the pod and details of the node it's deployed to.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please provide a single file yaml, it's very useful

STRRL opened this issue · comments

Hi! I really love this project, I always use this project as an example when I show how Kubernetes could do to my friends. With a simple kubectl apply -f <link> I could raise some instances of an application, that's awesome.

But after using helm, there are more steps to do and more concepts to introduce, so I think providing a single file manifest might be better.

I think helm template could render that single file manifest without modifying anything already existing.

You can generate your own manifests by running helm template . in the helm chart's directory.

I would generate one then upload it to the GitHub dist.