Example project showing basic Kubernetes concepts using one of two different implementation of a simple REST app backed by MySQL with deployment scripts Minikube:
- Running the examples requires registering for a Docker Hub account.
- At this time, the example code has only been tested on Unix operating systems.
- All of the following tools are available on macOS via homebrew.
- Docker
- VirtuaBox
- kubernetes-cli
- minikube
- JQ
- curl
- envsubst (if not present on macOS, install
gettext
package via homebrew).brew install gettext brew link --force gettext