Live data from Hacker News

Minecraft on Docker, one click SSL deployments, and Fallout 4's database

getcarina.com

11–12 of 12 posts

Re: Minecraft on Docker, one click SSL deployments, and Fallout 4's database

#11
post #5

This is not the best way to post this content to HN. The title is a poorly written list of three different articles. There aren't really many things linking the three topics, so they really shouldn't be grouped together. Which one is someone supposed to discuss in here?

Honestly I'd happily discuss any of the topics, especially the one command let's encrypt docker topic. The team and I are crazy excited about let's encrypt and the potential of zero downtime deployments using a container architecture

I'm looking into integrating my nginx containers with LetsEncrypt too. Maybe with a dedicated container for the LE client that accepts new domain requests and keeps certs up to date, and confd + etcd/consul/etc to deploy certs and configs to nginx containers.

Re: Minecraft on Docker, one click SSL deployments, and Fallout 4's database

#12
post #5

Earlier quoted context omitted.

Honestly I'd happily discuss any of the topics, especially the one command let's encrypt docker topic. The team and I are crazy excited about let's encrypt and the potential of zero downtime deployments using a container architecture

I'm looking into integrating my nginx containers with LetsEncrypt too. Maybe with a dedicated container for the LE client that accepts new domain requests and keeps certs up to date, and confd + etcd/consul/etc to deploy certs and configs to nginx containers.

Yeah I've been considering a CI container + data volume with a CD pipeline to do that; zero downtime if you factor in anything but your own load balancers is tough though
Post reply on HN