Practicing Go to deepen my systems and tooling skills.
A minimal Go application that runs a basic HTTP server and is containerized and deployed to Kubernetes.
This is a personal learning project to explore Go, Docker, Kubernetes, and CI pipelines.
The app listens on port 8080 and responds with a simple message at the root path (/).
- Go โ
hello.go - Docker โ Containerized the Go app
- Kubernetes โ Deployed locally using Minikube
- YAML โ
deployment.yamlandservice.yamlfor Kubernetes
- Start Minikube:
minikube start --driver=docker