An open API service indexing awesome lists of open source software.

https://github.com/roger-king/playing-with-skaffold

Local development of applications within your a local k8s cluster
https://github.com/roger-king/playing-with-skaffold

Last synced: 2 months ago
JSON representation

Local development of applications within your a local k8s cluster

Awesome Lists containing this project

README

        

# Playing with Skaffold

Local development has really changed through out the last few years. With the evolution of docker and kubernetes. I have always been a firm believer of running your application in an environment as close to production.

# Enter Skaffold

Google created skaffold. Skaffold is a tool to help you develop your application within your docker container and run in a kubernetes cluster!

[TUTORIAL](https://nemethgergely.com/using-kubernetes-for-local-development/index.html)

# Installation of dependencies

- [MiniKube](https://github.com/kubernetes/minikube/releases)
- [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
- [Docker](https://www.docker.com/products/docker-desktop)
- [Installing Skaffold](https://skaffold.dev/docs/getting-started/#installing-skaffold)

# Running:

```bash
skaffold dev
```

It's that simple. I encourage you to pull this repo down and test it out!