#!/bin/bash
#     _____          _           _           _ _          __             
#    /__   \___  ___| |__  _ __ (_) ___ __ _| | |_   _   / _|_   _ _ __  
#      / /\/ _ \/ __| '_ \| '_ \| |/ _// _` | | | | | | | |_| | | | '_ \ 
#     / / |  __/ (__| | | | | | | ( |_( |_| | | | |_| |_| |_| |_| | | | \
#     \/   \___|\___|_| |_|_| |_|_|\___\__,_|_|_|\__, (_)_|  \___/|_| |_/
#               2025 Steffen Blake              |___/                   

Technically Fun

Navigation

Making Of this Blog - Part 3

November 1, 2022 - Steffen Blake

Part 1 - Statically Served, High availability

Part 2 - Building a CI/CD Markdown Blog

Part 3 - Serving Hugo on Kubernetes <– (You are here!)

Requirements

For this next stage of this blog, you will need primarily one thing installed: Kubernetes

See this handy guide here on how to install minikube (a handy local test enviro for kubernetes) and get it running: https://minikube.sigs.k8s.io/docs/start/

Furthermore you will want to have on hand the following from the prior parts of this guide: