Skip to content
forked from Flowkap/nyan-k8s

Awesome nyan cat for Kubernetes

License

Notifications You must be signed in to change notification settings

jonra82/nyan-k8s

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nyan cat for K8s

This repo shows of the difference in deploying manually by K8s manifests and by helm. For doing so it deploys the awesome nyan cat (https://github.com/cristurm/nyan-cat) to K8s :)

manifests

Contains manual manifests. Just deploy by e.g.:

cd manifests
kubectl create ns nyan
kubectl apply -f .

And delete with:

cd manifests
kubectl delete -f .

Helm

Contains a helm chart to deploy nyan cat:

cd helm/nyan
kubectl create ns nyan
helm install nyan .

And delete with:

helm delete nyan

Access

In both scenarios you can access it on your cluster via http(s)://<domain>/nyan in your browser

About

Awesome nyan cat for Kubernetes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Mustache 100.0%