Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/purpleidea/kube-simple1

Simple kubernetes app (used as an example in omv)
https://github.com/purpleidea/kube-simple1

Last synced: 14 days ago
JSON representation

Simple kubernetes app (used as an example in omv)

Awesome Lists containing this project

README

        

This repository contains an example template for a Kubernetes application.
It is used to demonstrate the power of oh-my-vagrant!

Here are some useful commands.

docker images # see what images exist
docker ps # see what's running
wget -q :8000/README -O - # read output from file

kubectl get minions
kubectl get replicationControllers
kubectl get pods
kubectl get services

vagrant rsync
vagrant provision --provision-with docker # build new images on all hosts

kubectl create -f
kubectl update -f
kubectl rollingupdate -f

kubectl rollingupdate kube-simple1 -f /vagrant/kubernetes/applications/kube-simple1/simple2.json
kubectl rollingupdate kube-simple2 -f /vagrant/kubernetes/applications/kube-simple1/simple1.json

Happy hacking!
James