Google Skaffold – Easy and Repeatable Kubernetes Development

Google Skaffold – Easy and Repeatable Kubernetes Development

  • March 8, 2018
Table of Contents

Google Skaffold – Easy and Repeatable Kubernetes Development

Skaffold is a command line tool that facilitates continuous development for Kubernetes applications. You can iterate on your application source code locally then deploy to local or remote Kubernetes clusters. Skaffold handles the workflow for building, pushing and deploying your application.

It can also be used in an automated context such as a CI/CD pipeline to leverage the same workflow and tooling when moving applications to production.

Source: github.com

Share :
comments powered by Disqus

Related Posts

Kubernetes Graduates from Cloud Native Computing Foundation (CNCF)

Kubernetes Graduates from Cloud Native Computing Foundation (CNCF)

Established, global organizations like Uber, Bloomberg, Blackrock, BlaBlaCar, The New York Times, Lyft, eBay, Buffer, Squarespace, Ancestry, GolfNow, Goldman Sachs and many others use Kubernetes in production at massive scale. Furthermore, according to Redmonk, 71 percent of the Fortune 100 use containers and more than 50 percent of Fortune 100 companies use Kubernetes as their container orchestration platform.

Read More