All Projects → redhat-scholars → Kubernetes Tutorial

redhat-scholars / Kubernetes Tutorial

Licence: apache-2.0
Kubernetes Tutorial for https://dn.dev/master

Programming Languages

java
68154 projects - #9 most used programming language

Kubernetes Tutorial

image:https://github.com/redhat-developer-demos/kubernetes-tutorial/workflows/docs/badge.svg[] image:https://github.com/redhat-developer-demos/kubernetes-tutorial/workflows/helloworld-go/badge.svg[] image:https://github.com/redhat-developer-demos/kubernetes-tutorial/workflows/helloworld-spring-boot/badge.svg[] image:https://github.com/redhat-developer-demos/kubernetes-tutorial/workflows/helloworld-quarkus/badge.svg[]

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:

[source,bash]

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.

[source,bash]

gulp

You can clean the local cache using:

[source,bash]

gulp clean

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].