• Stars
    star
    430
  • Rank 101,083 (Top 2 %)
  • Language
    HTML
  • License
    Apache License 2.0
  • Created over 7 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Kubernetes By Example

Kubernetes By Example (KBE)

This repository contains the source code for website kubernetesbyexample.com using Hugo as the website engine.

Contribute

To contribute, please either raise an issue describing what you want to see covered here or send in a PR to the main branch. If you plan to contribute content, check out content/page/ for the content in Markdown and specs/ for respective YAML specifications.

Build locally

  1. Install hugo following the installation guide
  2. Get your local preview by running following command in the top-level dir:
hugo server --theme=beautifulhugo --buildDrafts

Publish

For site admins only, requires push access to this repo.

Setup

After cloning the repo, add the gh-pages branch as a submodule under the public folder:

git submodule add -f -b gh-pages [email protected]:openshift-evangelists/kbe.git public

Updates

To update the live site with new content:

# still in top-level dir build the content in public/ dir:
hugo --theme=beautifulhugo
# add generated content (which lives in the gh-pages branch):
cd public/
git add --all
git commit -m "release notes go here..."
git push -f origin gh-pages

References

More Repositories

1

crd-code-generation

Go
147
star
2

oc-cluster-wrapper

oc cluster up bash wrapper
Shell
146
star
3

workshopper

Workshop content rendering tool
JavaScript
64
star
4

vagrant-origin

[DEPRECATED] Use https://github.com/minishift/minishift
Shell
61
star
5

wordpress-quickstart

Quickstart for deploying WordPress to OpenShift 3.
Shell
32
star
6

openshift-cookbook

Cookbook of recipes for using OpenShift.
HTML
32
star
7

openshifter

Tool for deploying OpenShift clusters and workshops
JavaScript
25
star
8

openshift-workshops

[DEPRECATED] Use workshopper https://github.com/openshift-evangelists/workshopper
CSS
17
star
9

Wild-West-Frontend

JavaScript
14
star
10

Wild-West-Backend

Java
8
star
11

action-hooks

Example of how to integrate action hooks into OpenShift 3 applications.
Shell
6
star
12

openshift-presentations

shared presentations for OpenShift
CSS
6
star
13

ocd

ocd
Shell
5
star
14

oc-wrapper

Script to manage login to different clusters and context switching.
Shell
4
star
15

summit17-cicd-lab

Shell
3
star
16

php-quickstart

Quickstart for deploying generic PHP applications to OpenShift 3.
3
star
17

labs-training-workshop

Python
2
star
18

ctfd-quickstart

Quickstart for deploying CTFd (capture the flag) software.
Shell
2
star
19

workshop-base-image

Base image for running standalone workshop, with interactive terminal.
HTML
2
star
20

Wild-West-Spawner

Python
2
star
21

sphinx-quickstart

Quickstart for deploying static web sites generated using Sphinx to OpenShift 3.
Shell
2
star
22

openstack-au-hackathon-2017

OpenStack AU Hackathon 2017 - Resources for OpenShift
1
star
23

terminals-workshopper

Multi user interactive terminal session manager with workshopper integration.
Python
1
star
24

service-broker-summit-demo

Open Service Broker demo for Red Hat Summit 2018
Ruby
1
star
25

pseudo-vps-quickstart

Quickstart for creating a pseudo VPS for developing on OpenShift.
Shell
1
star