Category: Deployment, Kubernetes, Docker, github, yaml, machine-learning, artificial-intelligence

Kubernetes is an excellent tool for automating deployment, scaling, and management of containerized applications. If there is a bug or a need for an upgrade, the developer needs to follow the same procedure from scratch.

Introducing Skaffold; Skaffold is a lightweight, open-source project from Google that facilitates local Kubernetes development.

We can now run skaffold run and Skaffold will build our image and deploy it to our local Kubernetes cluster.

In this story, we introduced the infinite loop of pain and suffering every developer enters trying to develop locally on Kubernetes.

Related Articles