A ContainerCamp demo.
-
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
kubecfgtool from source code yourself. -
Get the components:
bower install crhym3/ContainerCamp.By default it should be installed in
bower_components/ContainerCampalong with all the dependencies.If you've ever asked about polymer/platform version resolution, choose
0.4.2. -
Start Kubernetes proxy and make it serve static assets from
bower_components:kubecfg -proxy -www bower_componentsIf you've built
kubecfgyourself, don't forget to let it know where to find the master before starting the proxy:export KUBERNETES_MASTER=https://1.2.3.4 -
Navigate to
http://localhost:8001/static/ContainerCamp/
