rveguilla / kube-intro-2019

Content for developer-focused Kuberentes workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    

About

Content for developer-focused Kuberentes workshop


Languages

Language:Groovy 37.8%Language:Shell 33.4%Language:JavaScript 16.6%Language:Dockerfile 12.1%