/golang-example-web-server-k8s

A simple Golang web server that prints the hostname it receives via env variable to test Kubernetes daemon sets/rolling upgrades

Primary LanguageDockerfile

Description

Description

This repository contains the code (and associated Dockerfile and Kubernetes manifests) for a simple Golang web server that prints the hostname it receives via an environment variable.

Purpose

This repository is part of an article on Scaleway's managed Kubernetes service, Kapsule, and was used to test their cluster rolling upgrades via a service running this Golang service:

https://atodorov.me/2019/11/21/getting-started-with-scaleways-managed-kubernetes-service-kapsule/