skaffold.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [skaffold]

www.codever.land/bookmarks/t/skaffold

A cleaner multi-stage continuous deployment on Kubernetes of a Create React App with kustomize, helm and skaffold โ€“ CodepediaOrg

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.


Skaffold port forwarding

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

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


Continuous Development with Java and Kubernetes - DEV Community ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป

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

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


Google Open Source Container Tools: Life of a happy developer in a container world by David Gageot - YouTube

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

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


Draft vs Gitkube vs Helm vs Ksonnet vs Metaparticle vs Skaffold

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...

Skaffold Home Page

https://skaffold.dev/

Easy and Repeatable Kubernetes Development


Using Kubernetes for Local Development

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

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