Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tanishiking/ecs-kubejob-test


https://github.com/tanishiking/ecs-kubejob-test

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

## Publish docker image
```
$ docker login
$ sbt
> docker:publish
```

## Test kubejob
```
$ minikube start
$ kubejob --file job.yaml
```