This repo contains:
- a basic Golang API that returns "hello world"
- a Dockerfile to containerize the application
- a bash script to build this locally, and push to Dockerhub
- a YAML file to deploy this application to Minikube
- a bash script that activates minikube and deploys this application locally via #4
I've already pushed the container to here: https://hub.docker.com/repository/docker/kpmhughes/basic-go-api-k8s, so while the build and push step is there to demonstrate method, it's not necessary to run the deployment.