Skaffold is an open source tool by Google that helps you build and run your source on Kubernetes locally, or remotely on the cloud.
This repository uses Docker's example voting app and adds Skaffold manifest files to it and walks you through using Skaffold.
-
Use Skaffold to build & run apps locally on Docker for Mac/Windows
-
Use Skaffold to build & run apps remotely on GKE (Google Kubernetes Engine)
Author: @ahmetb
-
This workshop is licensed under Apache License Version 2.0. Copright 2018 Google Inc.
-
Voting App (
./voting-app
) is licensed under Apache License Version 2.0. Copyright 2016 Docker, Inc. Visit its repository.