Training session at Velocity NY, 2016.
- Date: Monday, September 19 - Tuesday, September 20
- Time: 9:00am – 5:00pm
- Venue: Clinton Room, Hilton NY
Daily Break Schedule
Time | Location |
---|---|
10:30 - 11:00am | Sutton Complex Foyer (right outside training rooms) |
12:30 - 1:30pm | Rhinelander (same floor as training) |
3:00 - 3:30pm | Sutton Complex Foyer |
WiFi
- Name (SSID):
Velocity 2016
- Password:
velocity
(all lower case)
Slides
http://www.slideshare.net/KarlIsenberg/cicd-with-docker-dcos-and-jenkins
- CI/CD Intro (slides)
- Workspace Setup
Docker
- Docker Intro (slides)
- Docker 101 - Containers & Images
- Docker 102 - Example Web App
DC/OS
- DC/OS Intro (slides)
- DC/OS 101 - GUI
- DC/OS 102 - CLI
- DC/OS, the Container Platform (slides)
- DC/OS 103 - Health Checks & Debugging
- DC/OS 104 - Packages & Scaling
- DC/OS 105 - Networking & Service Discovery
Jenkins
- Jenkins Intro (slides)
- Jenkins 101 - Quickstart
- Jenkins 102 - Pipelines
Docker
- Website: https://www.docker.com/
- Docs: https://docs.docker.com/
- Source: https://github.com/docker/docker/
- Installation: https://docs.docker.com/engine/installation/
- Release Notes: https://docs.docker.com/release-notes/
- Valuable Docker Links: http://www.nkode.io/2014/08/24/valuable-docker-links.html
- Docker Cheat Sheet: https://coderwall.com/p/2es5jw/docker-cheat-sheet-with-examples
Jenkins
- Website: https://jenkins.io/
- Docs: https://jenkins.io/doc/
- Source: https://github.com/jenkinsci/jenkins/
- Release Notes: https://jenkins.io/changelog/
- Plugins: https://wiki.jenkins-ci.org/display/JENKINS/Plugins
DC/OS
- Website: https://dcos.io/
- Docs: https://dcos.io/docs/1.8/
- Source: https://github.com/dcos/dcos/
- Installation: https://dcos.io/install/
- Release Notes: https://dcos.io/releases/
- Intro Video: https://mesosphere.com/resources/dcos-demo/
- Service Discovery Cheat Sheet: https://github.com/dcos-labs/dcos-sd
Marathon
- Website: https://mesosphere.github.io/marathon/
- Docs: https://mesosphere.github.io/marathon/docs/
- Source: https://github.com/mesosphere/marathon/
- Release Notes: https://github.com/mesosphere/marathon/blob/master/changelog.md
- App Spec Validation: https://github.com/dcos-labs/marathon-validate/
Mesos