https://github.com/zgeoff/bleh
cheeky little local docker/kubernetes monorepo
https://github.com/zgeoff/bleh
Last synced: 9 months ago
JSON representation
cheeky little local docker/kubernetes monorepo
- Host: GitHub
- URL: https://github.com/zgeoff/bleh
- Owner: zgeoff
- License: mit
- Created: 2021-11-10T08:51:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:39:55.000Z (over 2 years ago)
- Last Synced: 2025-06-25T02:44:07.835Z (11 months ago)
- Language: JavaScript
- Size: 62.6 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bleh
eh.
## dev setup
### install dependencies
#### \*nix
```sh
# TODO
```
#### macOS
```sh
brew install kind kubectl skaffold
```
### spin up local environment on k8s
```sh
# spin up a k8s cluster
yarn run dev:create
# confirm the cluster is good
yarn run dev:info
# run the full dev stack
yarn run dev:fullstack
```