docker-kubernetes-workshop
docker-kubernetes-workshop copied to clipboard
4-day deep dive of docker + kubernetes
Setting up your local environment
This workshop requires you to bring your own laptop and have the following prerequisites installed:
Hardware requirements
- Operating System: Mac OS X (10.8 or later), Windows 7 (SP1), Fedora (21 or later)
- Memory: At least 4 GB+, preferred 8 GB
Software requirements
- Java JDK -- download here
- Web Browser (preferably Chrome or Firefox)
- Git client -- download here
- Apache Maven -- download here
- VirtualBox -- download here
- Vagrant -- download here
Github.com access
The slides will walk you through setting up Docker and Kubernetes, etc
http://redhatworkshops.github.io/slides/docker/generated/intro.html
http://redhatworkshops.github.io/slides/docker/generated/intro.html
http://redhatworkshops.github.io/slides/docker/generated/intro.html
http://redhatworkshops.github.io/slides/docker/generated/intro.html
See this blog for more info on each of the days
Generate slides
The sources for the slides are written in asciidoc and are prepared and packaged with revealjs using a wonderful tool named hyla. To generate the slides, install hyla and then from the root of this directory (after cloning it), run this:
hyla generate -c slideshow/conference-redhat.yaml
Credits
Huge shout out to the work Kelsey Hightower does in the kubernetes community, and providing his intro to kubernetes workshop on github.com I've used some of the inspector
app RC and service definitions to illustrate the respective concepts.
For my slides, I used a lot of the kubernetes.io documentation and some inspiration from Googler Satnam Singh's presentation tiled "Cluster management with Kubernetes" and blog post http://blog.raintown.org/2014/11/logging-kubernetes-pods-using-fluentd.html