Excited to announce Multi-platform Builds Preview with skaffold v2.0.0-beta2!
Skaffold can now build cross and multi-platform images for most popular builders with exciting features like
1) Developers can use Skaffold to remotely build cross and multi-platform images in Cloud Build.
2) Inner dev loop support works with mixed architecture clusters.
3) Intelligent platform selection: Skaffold can intelligently choose target platforms without user configuration.
Skaffold v2.0.0-beta1 was release yesterday 🎉 with better improved render support.
Checkout out all the new features like
- `skaffold verify` for post deployment.
- Deploy to Google Cloud Run.
- Kpt v1 integration
https://t.co/t9NpEDGrhB
It's easy to take Minikube for granted; it's been almost 6 years since @lorenc_dan published the first release. I've been using it more lately, and each release adds more great stuff (https://t.co/5BfSO5k1Lx).
This @digitalocean post has a good tutorial: https://t.co/sCwZyNmk3j
Interesting to see @googlecloud stepping up their CD game and using @skaffolddev to do some of the heavy lifting -> "Google's Managed Continuous Delivery Service for Kubernetes Moves to GA" https://t.co/4gT2DPQWPn
Great @InfoQ reporting from @BeardedCoder!
I made a video on @skaffolddev and why it's the number one #Kubernetes tool I use on all my projects!
This is the first video in a series of #100KubernetesTools - reply to nominate open source tools for future videos
Develop and debug Kubernetes microservice applications fast with Cloud Code and Skaffold modules
by @abbyapplebees and Ivan Portyankin https://t.co/CpDLn4dkqh
Kubernetes tools I wish I discovered earlier #1: @skaffolddev https://t.co/W8nUxwOAcY - I use this on EVERY SINGLE project to simplify my development/build workflows
Quick tip for #Skaffold: Kubernetes Jobs template is immutable, so if you have a Job as part of the service you’re developing, use “skaffold dev —force” to force resource replacement!