/images/favicon.svg

Matthew McLeod

Follow me on LinkedIn

Skaffold - Profiles

 Skaffold Profiles are found within the skaffold.yaml file and allow you choose which applications to deploy based on a set of conditions, such as environments or clusters. Introduction In my previous post we generated a starting point for developing applications in this post we will dive deeper into skaffolds profiles. Quick Start  Cookiecutter is a tool that automates project generation. We will be starting from where we finished last post, please generate the required code

Skaffold - Installation

 Skaffold is a tool that automates local development workflows and deployments in kubernetes. Introduction Creating new microservice applications can be hard when developing for kubernetes. Your services often have dependencies on other APIs that may only exists in the cloud, such as Google Maps. You may see engineers making a change locally, then pushing it to git, running the CI/CD pipeline and finally debugging in the build environment.