Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.29 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.29 KB

Skaffold: From code on your laptop to cloud 💻→📦→☁️

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.

Start your journey "from zero to Skaffold"

  1. Before you begin

  2. Use Skaffold to build & run apps locally on Minikube

  3. Use Skaffold to build & run apps locally on Docker for Mac/Windows

  4. Use Skaffold to build & run apps remotely on GKE (Google Kubernetes Engine)

Voting app architecture

Voting app architecture diagram

About this tutorial

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.