jaykhimani / kubernetes-tutorial

Kubernetes Tutorial for https://dn.dev/master

Home Page:https://redhat-scholars.github.io/kubernetes-tutorial/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes Tutorial

badge badge badge badge

You can access the HTML version of this tutorial here: https://redhat-scholars.github.io/kubernetes-tutorial/

Building the HTML locally

In the root of your git repository, run:

bin/build-site.sh

And then open your gh-pages/index.html file:

open gh-pages/index.html

Iterative local development

You can develop the tutorial docs locally using a rapid iterative cycle.

First, install the yarn dependencies:

yarn install

And now start gulp. It will create the website and open your browser connected with browser-sync. Everytime it detects a change, it will automatically refresh your browser page.

gulp

You can clean the local cache using:

gulp clean

About

Kubernetes Tutorial for https://dn.dev/master

https://redhat-scholars.github.io/kubernetes-tutorial/

License:Apache License 2.0


Languages

Language:Java 52.3%Language:JavaScript 20.1%Language:HTML 12.6%Language:Shell 6.8%Language:Dockerfile 3.7%Language:Handlebars 2.0%Language:Go 1.7%Language:Python 0.7%