Skip to content

amrutprabhu/kubernetes-deployment-with-skaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploying An Application with Skaffold

In this project we have a simple rest endpoint application that we will deploy on a kubernetes cluster using Skaffold.

We use JIB plugin to build a docker image and deploy using a Helm chart. All of this is done together using a Skaffold pipeline.

Create a pipeline

skaffold init

To run the skaffold pipeline with portforward and tail on the logs

 skaffold run --port-forward --tail

To run the skaffold pipeline in development mode

skaffold dev --port-forward --tail

You can read about this on my site http://refactorfirst.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 2

  •  
  •