Skip to content

Latest commit

 

History

History
60 lines (51 loc) · 4.34 KB

skaffold.md

File metadata and controls

60 lines (51 loc) · 4.34 KB

Bookmarks tagged [skaffold]

https://www.codepedia.org/ama/a-cleaner-multi-stage-deployment-on-kubernetes-of-a-create-react-app-w...

This blog posts presents a clean way to make a multi-stage deployment of a Create React App on a Kubernetes Cluster. Deployments with kubectl, helm charts, kustomize and skaffold are presented.


https://skaffold.dev/docs/how-tos/portforward/

This page discusses how to set up port forwarding with Skaffold for skaffold dev and skaffold debug.


https://dev.to/pozo/continuous-development-with-java-and-kubernetes-3d08

Continuous Development with Java and Kubernetes with the help of Jib and Skaffold


https://www.youtube.com/watch?v=4uU44VviyjM

Great demo explaining the utilities of the various tools listed as tags here.


https://blog.hasura.io/draft-vs-gitkube-vs-helm-vs-ksonnet-vs-metaparticle-vs-skaffold-f5aa9561f948/...

TL;DR Draft

  • deploy code to k8s cluster (automates build-push-deploy)
  • deploy code in draft-pack supported languages without writing dockerfile or k8s manifests
  • needs draft cli, helm cli, t...

https://skaffold.dev/

Easy and Repeatable Kubernetes Development


https://nemethgergely.com/using-kubernetes-for-local-development/

This article walks you through how you can develop an application locally using Kubernetes