Skip to content

alanchristensen/kubeplayground

Repository files navigation

kubeplayground

This repo exists to support replicating godaddy/terminus#31

Playground for NodeJS + Kubernetes

Install Docker for Mac with Kubernetes

Create deployment:

kubectl create -f deployment.yaml

Expose deployment:

kubectl expose deployment hello-node --type=LoadBalancer

Deploy/update app:

./update

Load test:

wrk -d 2m http://localhost:8080/ -H 'Connection: Close'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published