rajeeshb / kubernetes-workshop

Material a Kubernetes Workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes Workshop


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

Outline of the Workshop

Run Kubernetes Presentation

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.

  1. Install Node.js (4.0.0 or later)

  2. Clone the workshop repository

$ git clone https://github.com/marcossantiago/kubernetes-workshop.git
  1. Navigate to the kubernetes-workshop folder
$ cd kubernetes-workshop
  1. Install dependencies
$ npm install
  1. Serve the presentation and monitor source files for changes
$ npm start
  1. Open http://localhost:8000 to view your presentation

    You can change the port by using npm start -- --port=8001.

About

Material a Kubernetes Workshop


Languages

Language:CSS 41.1%Language:JavaScript 38.1%Language:Go 12.2%Language:HTML 7.9%Language:Groovy 0.3%Language:Dockerfile 0.1%Language:Shell 0.1%Language:Makefile 0.0%