Live data from Hacker News

Roll Your Own CDN

reinterpretcast.com

11–20 of 27 posts

Re: Roll Your Own CDN

#11
post #8
post #3

Earlier quoted context omitted.

I wonder if "run your own anycast network as a service" would ever make sense as a product. I can't see anyone other than CDN or testing being terribly interested, and a lot of this is included in the raw CDN use case.

https://rage4.com/Home/ANY Is that what you are looking for? They only have 3 locations tho.

Looks a bit like a one person shop – not exactly what you're looking for while building a high availability system.

Re: Roll Your Own CDN

#12

Please do not run your own DNS server if you do not have the knowledge or expertise to properly secure it. It is extremely irresponsible, and the article is also irresponsible for suggesting it and not having any information about rate limiting.

Use nsd. If you just run an authoritative only service, it is easy to do correctly.

Re: Roll Your Own CDN

#13

Please do not run your own DNS server if you do not have the knowledge or expertise to properly secure it. It is extremely irresponsible, and the article is also irresponsible for suggesting it and not having any information about rate limiting.

I run a recursing DNS server behind a firewall for my home servers -- is this risky?

Re: Roll Your Own CDN

#14
post #10
post #7

Earlier quoted context omitted.

Route 53 now does GeoDNS so you can map it more accurately, for a few cents more. http://aws.amazon.com/route53/pricing/

Awesome, didn't realize that! Will definitely be using it.

It just came out this week which is probably why. :)

Re: Roll Your Own CDN

#15
post #11
post #8

Earlier quoted context omitted.

https://rage4.com/Home/ANY Is that what you are looking for? They only have 3 locations tho.

Looks a bit like a one person shop – not exactly what you're looking for while building a high availability system.

http://www.linkedin.com/company/rage4-networks-limited

2 person shop. ;)

That said, some people on lowendtalk swear by them and they usually are the first to complain about not getting 100% uptime on a $7 a year VPS.

Re: Roll Your Own CDN

#16

Please do not run your own DNS server if you do not have the knowledge or expertise to properly secure it. It is extremely irresponsible, and the article is also irresponsible for suggesting it and not having any information about rate limiting.

Plus your DNS servers (you are running more than one right?) are never going to be as fast as Route 53 and the ilk. Spend the $5/m and use a real DNS host.

Re: Roll Your Own CDN

#17
This is a neat article, but 'CDN' is such a broad term. This is much more a very well done proof of concept article, but fails to take into account the huge scope of a large scale CDN, and all associated quirks it comes with.

Re: Roll Your Own CDN

#18
post #12

Please do not run your own DNS server if you do not have the knowledge or expertise to properly secure it. It is extremely irresponsible, and the article is also irresponsible for suggesting it and not having any information about rate limiting.

Use nsd. If you just run an authoritative only service, it is easy to do correctly.

For the record, the setup shown with PowerDNS is authoritative-only too.

Re: Roll Your Own CDN

#20
The Powerdns geo backend as mentioned by the article is used by wikipedia among others.

I have some additions (e.g. Google Public DNS), see the files at https://gist.github.com/dgl/8344c3ebe405a1400e2d (which also has the rsync location for the original).

[edit: now I read the article again I notice the author is assuming 'eu' is going to get all of EU, it won't. There need to be entries for each country.]

Post reply on HN