pradeepto / docker-bday-nulecule

Nuleculized Docker Birthday #3 Training App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuleculized Docker Birthday #3 Application

Link: https://github.com/surajssd/docker-birthday-3

Install Atomic App

$ git clone https://github.com/projectatomic/atomicapp
$ cd atomicapp/
$ sudo python setup.py install

Clone this repository

$ git clone https://github.com/surajssd/docker-bday-nulecule
$ cd docker-bday-nulecule
$ sudo atomicapp run . -v

Once all the pods are in running state application is deployed

$ kubectl get pods

See the IP address of the service votingapp and resultapp and access that using browser

$ kubectl get svc

Note: Sometimes the result App will not show the proper results so run the following

$ kubectl scale --replicas=2 rc/worker

About

Nuleculized Docker Birthday #3 Training App