Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 833 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 833 Bytes

kubernetes-workshop

This repository contains sources for Polar Squad Kubernetes workshop guide and material.

Clone this repository (git clone --recursive git://github.com/polarsquad/kubernetes-workshop.git) and start following the guide at https://polarsquad.github.io/kubernetes-workshop

Development

** NOTE: You don't need to do these steps, read the guide! These are only for developers who would like to run the guide locally.

Prerequisites

  • Clone this repository with submodules git clone --recursive git://github.com/polarsquad/kubernetes-workshop.git
  • Install Go
  • make setup

Serve

To view the guide locally, run:

make serve

Build

make build