Running Kubernetes locally on a Mac with k3d
Kubernetes has become the de-facto standard platform for deploying applications in a lot of companies.
As software engineers, even if we’re not directly involved in operations, chances are pretty good that we’ll need to interact with Kubernetes in one way or another.
And nothing gives use feedback as quickly as testing changes locally, so when we want to optimize our application deployment to work on Kubernetes we’ll want to have a Kubernetes cluster locally.
Read more