This video, which was produced for a DZone article, shows how to install the Christmas Light Controller on the Google Cloud Platform.
DZone Article:
https://dzone.com/articles/dockerizin...
Google Cloud Platform : Sign Up For a Free Trial
https://cloud.google.com/free-trial/
Read the Quickstart guide, but do not run any commands:
https://cloud.google.com/container-en...
As explained in the above tutorial, open the Google Cloud Shell and execute the following commands:
gcloud config set compute/zone us-central1-b
gcloud container clusters create --num-nodes=1 light-controller
kubectl run light-controller --image=rtld/light-controller --port=80
kubectl expose deployment light-controller --type="LoadBalancer"
kubectl get service light-controller
Docker image: https://hub.docker.com/r/rtld/light-c...
Light Controller Manual: https://makoserver.net/apps/LightCont...