Skip to content

Instantly share code, notes, and snippets.

@surajssd
Created April 8, 2016 07:15
Show Gist options
  • Save surajssd/7a3c101373c3a013dc01029eb36421f1 to your computer and use it in GitHub Desktop.
Save surajssd/7a3c101373c3a013dc01029eb36421f1 to your computer and use it in GitHub Desktop.
Install and setup ElasticKube and deploy Docker Birthday 3 application and using ElasticKube
  • Setup ElasticKube as per the instructions on blog: https://deshmukhsuraj.wordpress.com/2016/04/08/setting-up-elastickube-on-centos/

  • Then in the Vagrant box do following more commands:

    $ git clone https://github.com/surajssd/docker-birthday-3
    $ cd docker-birthday-3/k8s-artifacts/
    $ kubectl create -f .
  • Open browser to access ElasticKube as mentioned in the blog, and manage your Kubernetes cluster from there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment