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

Where to deploy #8

Open
tim-phillips opened this issue Feb 28, 2017 · 1 comment
Open

Where to deploy #8

tim-phillips opened this issue Feb 28, 2017 · 1 comment
Labels

Comments

@tim-phillips
Copy link

tim-phillips commented Feb 28, 2017

As stated in TODO:

Figure out infrastructure (where to deploy, scaling, user auth, etc)

I've been impressed with ZEIT's Now and have been using it for my deployments.

https://zeit.co/now

You literally just type now in your application's directory and it creates an immutable deploy that you get a unique link for. Then you can alias that deploy to your domain name with another command, now alias. All the config is in your package.json or now.json.

now allows you to take your JavaScript (Node.js) or Docker powered websites, applications and services to the cloud with ease, speed and reliability. In practical terms, any directory that contains a package.json or Dockerfile can be transported to the cloud with one command: now.

I like this part too:

We don't depend on a single specific cloud provider, but abstract them instead. This means that we can always find the best combination of cost, performance, reliability and resistance to failure or censorship.

They have user auth coming. But be careful with auth since users who are getting alerts from certain servers may be targeted. ZEIT employees are active on slack so maybe could ask them there how exposed this traffic is and if they have a solution such as rotating servers. Everything is by default encrypted over HTTP/2, so this may be moot, but better safe than sorry.

@celsom3 celsom3 added the RFC label Feb 28, 2017
@celsom3
Copy link
Member

celsom3 commented Feb 28, 2017

Thanks for bringing this to our attention @babenzele. I don't think we'd be able to run with the free version, but the Premium versions seems affordable.

https://zeit.co/now#pricing

That 'multicloud' feature seems interesting. Supposedly helps against censorship.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants