This repository contains the materials for a Kubernetes Workshop and it was forked from this repo goto-k8s.
Clone this
git clone https://github.com/marcossantiago/kubernetes-workshop
- Setup
- Introduction
- Basics
- A Real Application
- Running in Production
- Advanced features
- Kubernetes Clustering
- Cloud Native Monitoring
- Next Step
Some reveal.js features, like external Markdown and speaker notes, require that presentations run from a local web server. The following instructions will set up such a server as well as all of the development tasks needed to make edits to the reveal.js source code.
-
Install Node.js (4.0.0 or later)
-
Clone the workshop repository
$ git clone https://github.com/marcossantiago/kubernetes-workshop.git
- Navigate to the kubernetes-workshop folder
$ cd kubernetes-workshop
- Install dependencies
$ npm install
- Serve the presentation and monitor source files for changes
$ npm start
-
Open http://localhost:8000 to view your presentation
You can change the port by using
npm start -- --port=8001
.