Weblog entry #222 for Steve
I'm slowly moving the hosting of this site over to BigV. This evening I've migrated the standalone site:
I'll do a full write-up in the near future. For the moment the basics are:
- Two new BigV guests - planet1 & planet2.
- A floating IP address which is live on only one host at a time 212.110.179.77
- This is implemented using ucarp
- nginx serving the site.
The site is rebuilt every five minutes on both hosts, and providing one of the machines is up the site will be functional. I've gone this route because the site is comparatively low-traffic - and even when the traffic peaks it can easily be handled by nginx (it is entirely static).
Having two running via load-balancing seemed like overkill, but at the same time I'm making a lot of effort to redeploy things "properly" and part of that is having redundancy in all layers.
TODO: IPv6.
Comments on this Entry
[ Send Message | View Steve's Scratchpad | View Weblogs ]
This site, and what I'm already calling the old deployment, has been IPv6 aware for a couple of years.
The issue is that I've created myself a private VLAN for the new deployment, and that VLAN only has IPv4 addresses routed to it. So the biggest job is routing IPv6 to the VLAN, after that bringing up IPs will be simple enough.
[ Parent | Reply to this comment ]
[ Parent | Reply to this comment ]
[ Send Message | View Weblogs ]
[ Parent | Reply to this comment ]