All checks were successful
Build latest image / build-container (push) Successful in 53s
@niggl/kubecon25
My experiences at Cloud Native Rejekts and KubeCon + CloudNativeCon Europe 2025 in London.
Quickstart 🐳
Use this to run via docker.
- Clone the repo or copy the docker-compose.yml
- Cd into the folder containing the docker-compose.yml
- Run docker-compose:
docker-compose up -d
- Visit http://127.0.0.1:8080/ to check if the server is running
Dev Setup 🛠
Local dev setup for previewing changes.
- Clone the repo
- Install Hugo:
brew install hugo
orwinget install hugo.hugo.extended
- Start the dev server:
hugo server --buildDrafts --disableFastRender
Recommended Editor
Description
Languages
Dockerfile
100%