Skip to content

bshetti/helm-fitcycle

Repository files navigation

container-fitcycle

Instructions on getting this application up in a cluster:

This uses helm charts to bring up the application (currently only wavefront proxy, api-server, and mysql via helm)

wavefront heapster is a singular yaml to run

Pre helm

kubectl create secret generic mysql-pass --from-literal=password=YOUR_PASSWORD

REPLACE PASSWORD with whatever you like

This brings up the wavefront cluster stats module (via heapster)

kubectl create -f wavefront-heapster.yaml

INSTALL HELM SWITCH CONTEXT TO CLUSTER YOU WANT THIS TO RUN ON RUN FOLLOWING:

helm init

Bring up the Wavefront Proxy

In the /wavefront-proxy/value.yaml file please your values for

wavefrontUrl wavefrontToken

helm install --name helm-proxy -f ./wavefront-proxy/values.yaml ./wavefront-proxy 

Bring up the mysql service

helm install --name helm-mysql -f ./mysql/values.yaml ./mysql

Bring up the api service

helm install --name helm-api -f ./api-server/values.yaml ./api-server

Bring up the web service

helm install --name helm-web -f ./web-server/values.yaml ./web-server

setup ingress controller

./setingress.sh CLUSTER_NAME

END

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published