Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skorfmann/drop-kick
Take a folder with a Dockerfile and shoot it in the cloud with a drop kick :)
https://github.com/skorfmann/drop-kick
aws cdk cdktf docker google-cloud terraform terraform-cdk
Last synced: about 1 month ago
JSON representation
Take a folder with a Dockerfile and shoot it in the cloud with a drop kick :)
- Host: GitHub
- URL: https://github.com/skorfmann/drop-kick
- Owner: skorfmann
- License: mpl-2.0
- Created: 2020-09-09T19:45:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T15:18:41.000Z (about 4 years ago)
- Last Synced: 2024-11-04T04:42:12.686Z (3 months ago)
- Topics: aws, cdk, cdktf, docker, google-cloud, terraform, terraform-cdk
- Language: TypeScript
- Homepage:
- Size: 1.05 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Drop Kick
Take a folder with a Dockerfile and shoot it in the cloud with a drop kick :)
![drop kick](./drop-kick.png)
## Intro
This leverages the [Terraform CDK](https://cdk.tf) to provide an abstraction over docker registries and serverless Container runtimes of public Cloud providers. Currently it supports AWS and Google Cloud.
## Prerequisites
- Terraform >= 0.12
- Node >= 10.12
- Docker
- An AWS or Google Cloud Account### Credentials AWS
If you're using AWS, please make sure that valid credentials are set in your ENV
### Credentials Google Cloud
In case of Google Cloud, the example expects a valid login, e.g. `gcloud auth application-default login`
## Quickstart
```
npx docker-drop-kick --target aws ./folder
```## Development
### AWS Example
```
yarn examples:aws:deploy
```### Google Example
```
yarn examples:google:deploy
```## Credits
Photo by Sven Kucinic on Unsplash