Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/purpleidea/kube-simple1
- Owner: purpleidea
- Created: 2015-04-17T18:47:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-26T07:45:57.000Z (over 9 years ago)
- Last Synced: 2024-11-04T15:55:15.285Z (2 months ago)
- Size: 108 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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 filekubectl get minions
kubectl get replicationControllers
kubectl get pods
kubectl get servicesvagrant rsync
vagrant provision --provision-with docker # build new images on all hostskubectl create -f
kubectl update -f
kubectl rollingupdate -fkubectl rollingupdate kube-simple1 -f /vagrant/kubernetes/applications/kube-simple1/simple2.json
kubectl rollingupdate kube-simple2 -f /vagrant/kubernetes/applications/kube-simple1/simple1.jsonHappy hacking!
James