Nicolai Ort ded59d665c
Some checks failed
Build latest image / build-container (push) Failing after 41s
docs(day0): Added finops talk
2026-03-23 16:53:28 +01:00
2026-03-23 16:53:28 +01:00

@niggl/kubecon26

My experiences at Cloud Native Rejekts and KubeCon + CloudNativeCon Europe 2026 in Amsterdam.

Quickstart 🐳

Use this to run via docker.

  1. Clone the repo or copy the docker-compose.yml
  2. Cd into the folder containing the docker-compose.yml
  3. Run docker-compose: docker-compose up -d
  4. Visit http://127.0.0.1:8080/ to check if the server is running

Dev Setup 🛠

Local dev setup for previewing changes.

  1. Clone the repo
  2. Install Hugo: brew install hugo or winget install hugo.hugo.extended
  3. Start the dev server: hugo server --buildDrafts --disableFastRender

Visual Studio Code

Description
No description provided
Readme 385 KiB
Languages
Dockerfile 100%