Skip to content

Commit 9ca3b91

Browse files
committed
Link should have been for skaffold
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 5101385 commit 9ca3b91

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

_posts/2021-05-12-kim.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,14 @@ There is some prior art here, and Rancher certainly aren't the only ones trying
2828
Prior art:
2929

3030
* [Okteto](https://okteto.com/) - focused on sharing multiple namespaces between teams and providing a live-debug experience.
31-
* [Garden](https://garden.io/) - opinionated platform for making local development faster through "inner-loop"
32-
* [skopeo](https://github.com/containers/) - from Google, it deploys containers whenever you hit save
33-
* [tilt](https://tilt.dev/) - similar to skopeo, tilt provides a DSL for defining how to redeploy your code
31+
* [skaffold](https://skaffold.dev/) - from Google, it deploys containers whenever you hit save
32+
* [tilt](https://tilt.dev/) - similar to skaffold, tilt provides a DSL for defining how to redeploy your code
3433
* [ko](https://github.com/google/ko) - specific to only Golang, ko is another Google project that is designed to deploy Go code to a Kubernetes cluster
34+
* [Garden](https://garden.io/) - opinionated platform for making local development faster through "inner-loop"
3535
* [Live reloading with docker-compose](https://simonemms.com/blog/2020/08/12/live-reload-for-openfaas/) - an approach by Simon Emms to run the function outside of openfaas and reload code live with docker-compose
3636

37+
> You may also be interested in [CI/CD within the OpenFaaS docs](https://docs.openfaas.com/reference/cicd/intro/)
38+
3739
kim isn't revolutionary here, but it does provide a pragmatic tool that speeds up openfaas function development. Feel free to follow along with me, or try it out for yourself, next time you need to build a function.
3840

3941
> [Arkade](https://get-arkade.dev) is an open source marketplace for Kubernetes and has 40+ apps and 40+ CLIs available for download.

0 commit comments

Comments
 (0)