Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uffizzicloud/ucluster-skaffold-example
https://github.com/uffizzicloud/ucluster-skaffold-example
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/uffizzicloud/ucluster-skaffold-example
- Owner: UffizziCloud
- Created: 2023-08-30T17:28:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-30T17:42:51.000Z (over 1 year ago)
- Last Synced: 2023-08-31T06:13:46.223Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Example: buildpacks (NodeJS)
This is an example demonstrating:
* **building** a simple NodeJS app built with [Cloud Native Buildpacks](https://buildpacks.io/)
* **tagging** using the default tagPolicy (`gitCommit`)
* **deploying** a single container pod using `kubectl`1. Make sure you have `skaffold` installed and `docker` running.
2. Run the following command in the context of the repo to start skaffold in dev mode. Make sure you are also in the context of your ucluster where you want to test out your application. By default it watches for file changes. So as you update any code a redeploy will be triggered. Happy skaffolding with Uffizzi !
```
skaffold dev --default-repo registry.uffizzi.com
```