/kube-intro-2019

Content for developer-focused Kuberentes workshop

Primary LanguageGroovy

Description

Example project showing basic Kubernetes concepts using one of two different implementation of a simple REST app backed by MySQL with deployment scripts Minikube:

Requirements:

Notes:

  1. Running the examples requires registering for a Docker Hub account.
  2. At this time, the example code has only been tested on Unix operating systems.
  3. All of the following tools are available on macOS via homebrew.

Tools:

  1. Docker
  2. VirtuaBox
  3. kubernetes-cli
  4. minikube
  5. JQ
  6. curl
  7. envsubst (if not present on macOS, install gettextpackage via homebrew).
    brew install gettext
    brew link --force gettext