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

https://github.com/hashnuke/phoenix-deployment-notes


https://github.com/hashnuke/phoenix-deployment-notes

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

          

# Notes on Phoenix deployments

## Start the server on local

```
make
```

## Deploy to cloud service

TODO Where push the docker image?
TODO Create a Pod manifest
TODO Create a Configmap
TODO Create a Replicaset
TODO Create a Deployment manifest

TODO EC2 Fargate?
TODO DigitalOcean Managed Kubernetes?