Introduction to Kubernetes
The documentation is built using the Hugo static site generator. See the official Hugo documentation for Hugo installation instructions.
Building and running the site requires the Hugo version specified by the
HUGO_VERSION
To run the site locally when you have Hugo installed:
make serve
This will start the local Hugo server on port 1313. Open up your browser to http://localhost:1313 to view the site. As you make changes to the source files, Hugo updates immediately and forces a browser refresh.
You can build the docs using Docker. To get started, make sure that you have Docker running and build the image locally:
make docker-image
Once the k8-hugo
image has been built locally, you can run the site locally:
make docker-serve
Open up your browser to http://localhost:1313 to view the site.
This site uses the Learning there demo'ed here