Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanishiking/ecs-kubejob-test
https://github.com/tanishiking/ecs-kubejob-test
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tanishiking/ecs-kubejob-test
- Owner: tanishiking
- Created: 2021-11-21T16:07:37.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-22T07:51:13.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T22:28:12.667Z (5 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Publish docker image
```
$ docker login
$ sbt
> docker:publish
```## Test kubejob
```
$ minikube start
$ kubejob --file job.yaml
```