I've put together a blog post on local continuous development tooling for Kubernetes that allows you to shorten the feedback loop and iterate much more quickly. See here gawbul.medium.com/optimising-k... #kubernetes #skaffold #development #deployment #helm #testing #verification #tooling

Optimising Kubernetes deployme...
Optimising Kubernetes deployment with local continuous development tooling

Using Skaffold to make local Kubernetes development simpler and more scalable

Medium
@viq Hey, viq, using #skaffold and #helm for deploying Kubernetes is a less flexible approach to deploying manifests. Eventually, you will face the rigidity of this technique. I would consider rewriting the deployment pipeline. What you need is yaml files at the end of the day, anyway. A simple #kubectl can deal with that. You can get the yamls from the `helm template` command and post-process them with, e.g., #kustomize—a simple and battle-tested solution.
[1/2]
#kubernetes question: our deployment stack is #skaffold plus #helm. We have #OpenEBS deployed, I'm trying to add their monitoring mixin to deployment. But they want to deploy whole kube-prometheus, which we already have. I have a script to generate their manifests and grab just those 4 files we're interested in, and have helm grab those. But here comes the question: how do I tie in the generation with the rest of the deployment?
[1/2]

- lifecycle hooks of #skaffold. But we don't build any image, sync doesn't seem to do anything, and pre-deploy is too late to be able to see what would get done
- just commit those files to repo, and have a script to update them

Is there some other option I didn't think of?
[2/2]

https://dev.to/thenjdevopsguy/getting-started-with-skaffold-5120 - #skaffold: watch the folder, rebuild #Docker container, optionally push to a registry, and start a #kubernetes deployment. Nice intro https://www.linkedin.com/in/michaellevan/.
Getting Started With Skaffold

Whether you're testing local deployments to ensure that a containerized application is working as...

DEV Community
There’s gotta be some tool that’s better to use for local #Kubernetes development than #Skaffold?
Skaffold with Quarkus and Kubernetes

Suppose you are testing a set of Quarkus based microservices. They run as Docker images inside a Kubernetes cluster on your local machine, e.g. using MiniKube or Rancher Desktop. At some point you fin

JDriven Blog
"Local #Development Techniques with #Kubernetes". I love this #NoSlides demo of tools to work /with/ #containers. We'll see #MiniKube, #Skaffold, #Dive, #Portainer, #Skooner, and much more. Join us #InPerson for #GIDS #DeveloperSummit at https://developersummit.com/, list of tools: https://gist.github.com/robrich/5abd6c1261eae55476db2a15d1c2180a
GIDS - Asia-Pacific's Biggest Software Developer Summit

Join the sixteenth annual edition of the Great International Software Developer Summit, GIDS 2025, April 25-28 in Bangalore, India. The four-day program includes an eclectic mix of technical talks, conversations and experiences, featuring some of the most talented and influential figures...

i have been running #skaffold init in the wrong folder for like 10 minutes and banging my head against the wall 😅 #kubernetes #k8s

RT @[email protected]

Save time in your #cloudnative app development and workflow experience by optimizing with #RancherDesktop and #skaffold!

Follow the link for the full video by @[email protected], Technical Evangelist in the @[email protected] & Rancher Community! ➡https://okt.to/mGAMF8

#Kubernetes #k8s #Cloud