Skip to content
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.
/ ContainerCamp Public archive

A demo for ContainerCamp

Notifications You must be signed in to change notification settings

x1ddos/ContainerCamp

Repository files navigation

A ContainerCamp demo.

Setup

  1. Make sure your Kubernetes cluster is running, even better with a couple of pods so that you can see immediately whether the connection to the Kubernetes API server is working.

    Unfortunately, release v0.4.3 still contains a kubecfg proxy bug, so you'll have to either wait for a new release or build the kubecfg tool from source code yourself.

  2. Get the components: bower install crhym3/ContainerCamp.

    By default it should be installed in bower_components/ContainerCamp along with all the dependencies.

    If you've ever asked about polymer/platform version resolution, choose 0.4.2.

  3. Start Kubernetes proxy and make it serve static assets from bower_components:

    kubecfg -proxy -www bower_components

    If you've built kubecfg yourself, don't forget to let it know where to find the master before starting the proxy:

    export KUBERNETES_MASTER=https://1.2.3.4

  4. Navigate to http://localhost:8001/static/ContainerCamp/

screen shot 2014-09-02 at 2 49 44 pm

About

A demo for ContainerCamp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published