Yep. Pretty soon. You write code. You create a docker file. You find a place to run the docker file with your code [cheapest!]. Run it through your tests. Monitor it. The end. No vpcs,salts, puppets, sshs,chefs, horses,anisbles, cats,ec2s,devops,noops, sysadmins, kubernetes or chaos monkeys required.
Serverless Docker Beta
11–20 of 236 posts
Re: Serverless Docker Beta
#12Looks great for basic websites but it's missing the biggest and most difficult piece of cloud infrastructure. The DATABASE! Today you'd have to open up your cloud DB provider to the world since Zeit can't provide a list of IPs to whitelist. This is a showstopper for me unfortunately.
We like and use CosmosDB because it fits this criteria. We anticipate that Google Spanner, CockroachDB and similar databases will become the go-tos in combination with ZEIT Now.
Re: Serverless Docker Beta
#13Earlier quoted context omitted.
AFAIK at least AWS Lambda has a Docker based CLI that lets you run functions locally. I guess since the Zeit solution is based on Docker something like this should also be possible...
ah, I didnt know that. I assume you mean this? https://github.com/lambci/docker-lambda
Re: Serverless Docker Beta
#14My biggest problem with serverless functions is development and testing. Can I run these locally? even better offline?
[One of the differences is performance. You'll find that we can build and execute much more quickly :)]
There are many examples here: https://github.com/zeit/now-examples
Re: Serverless Docker Beta
#15Yep. Pretty soon. You write code. You create a docker file. You find a place to run the docker file with your code [cheapest!]. Run it through your tests. Monitor it. The end. No vpcs,salts, puppets, sshs,chefs, horses,anisbles, cats,ec2s,devops,noops, sysadmins, kubernetes or chaos monkeys required.
You use dat or MaidSAFE to write client side apps. The back end is end to end encrypted, secure, automatically rebalanced, uncensorable, permissionless, and people install your app and use a cryptocurrency to pay for resources.
And of course you use public key cryptography to maintain your app and upgrades propagate without needing to select a domain or host for them.
Re: Serverless Docker Beta
#16Yep. Pretty soon. You write code. You create a docker file. You find a place to run the docker file with your code [cheapest!]. Run it through your tests. Monitor it. The end. No vpcs,salts, puppets, sshs,chefs, horses,anisbles, cats,ec2s,devops,noops, sysadmins, kubernetes or chaos monkeys required.
Complexity is hardly ever in the solution, but mostly in the problem. Single solutions to complex problems often ignore/forget important parts of the problem and they come back to bite you, hard.
Re: Serverless Docker Beta
#17My biggest concern with serverless is pricing. How does it fare when compared to regular Docker hosting and vps hosting?
Re: Serverless Docker Beta
#18Yep. Pretty soon. You write code. You create a docker file. You find a place to run the docker file with your code [cheapest!]. Run it through your tests. Monitor it. The end. No vpcs,salts, puppets, sshs,chefs, horses,anisbles, cats,ec2s,devops,noops, sysadmins, kubernetes or chaos monkeys required.
this wont be popular but I always felt like docker was a step backwards in order to regroup and take a giant leap forward. I went from right clicking and deploying from visual studio to SSH and configuring dockerfiles, docker compose, even nginx.conf to loadbalance. You do get more bang for the buck with such setup but its too much work on infrastructure and less time for development. edit: add kubernetes to it, alth…
Re: Serverless Docker Beta
#19https://github.com/zpnk/deploy.now/issues/27
Hopefully someone from Zeit reading this can get my fix merged, it seems to be quite a popular service
Re: Serverless Docker Beta
#20My biggest concern with serverless is pricing. How does it fare when compared to regular Docker hosting and vps hosting?
Maybe it simply leads to smaller teams and you save in employee costs.