Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create deployment strategy #56

Closed
5 tasks
camerondurham opened this issue Mar 10, 2022 · 0 comments · Fixed by #67
Closed
5 tasks

Create deployment strategy #56

camerondurham opened this issue Mar 10, 2022 · 0 comments · Fixed by #67
Assignees

Comments

@camerondurham
Copy link
Owner

Deployment strategy for runner project.

The project can use a container for deployment. Will need to identify providers that make this easiest. ECS Fargate is likely a reliable, familiar option but should investigate https://fly.io vs cheaper VPS providers with a VM using Docker compose.

Should make sure we have a "kill switch" to turn off project if we get DDOS'd or something.

  • test if we can use containers for deployment
  • check out and test (if possible) container service providers (AWS ECS Fargate, fly.io, etc)
  • get domain, setup DNS
  • deploy project, network load balancer
  • write Ansible, Terraform, or AWS CDK for automated deployment (stretch)
@camerondurham camerondurham self-assigned this Mar 10, 2022
camerondurham added a commit that referenced this issue Apr 10, 2022
Deploy using https://fly.io and hopefully staying in the free tier. Contact @camerondurham for accessing dashboards and logs.

Verify with:

```bash
 curl --request POST \
  --url http://runner.fly.dev:10100/api/v1/run \
  --header 'Content-Type: application/json' \
  --data '{
        "source": "print('\''what is up my dudes'\'')",
        "language":"python3"
}'
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant