Skip to content

Using skaffold to facilitate continuous development for Kubernetes applications

Notifications You must be signed in to change notification settings

cristopher-rodrigues/skaffold

Repository files navigation

START

DEPENDENCIES

curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/darwin/amd64/kubectl
brew cask install minikube
brew cask install virtualbox
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v0.2.0/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin

RUN

docker build .
minikube start
skaffold dev

In another terminal window

minikube service node-app

You can edit a index.js to show skaffold in action (to rebuild and reload kubernets environment)

About

Using skaffold to facilitate continuous development for Kubernetes applications

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published