In my previous article, I configured the Kubernetes cluster with a private Docker registry. In this one, I aim to convert this site to a Docker container and deploy it to the cluster. This time there isn’t a nice DigitalOcean tutorial, but Docker is already nice to work in.
Setting up Docker This site generates using Hugo. Building it is as simple as running the Hugo command.
hugo To build the image, it’s important to know how the site’s built.