The Azure Container Service (ACS) makes it easy to deploy a mesos cluster on Microsoft’s cloud. Unfortunately networking between containers on different slave nodes is a little more complex than when on your local machine. This problem is mostly solved using mesos-dns, but that still needs to be deployed on your cluster. In this brief […]
Tag Archives | dns
Managing Azure DNS: The Easy Way™
Managing Azure DNS with the CLI is a pain, which is why I created an open source tool for managing it in simple text files savable in version control.
Azure DNS with the Cross-Platform CLI
The Azure DNS service is very powerful. It must be anyways, as the only way to interact with it is directly via the API. That said, it’s a world-class service that can easily handle all the traffic you could possibly get, and is quite robust as well. In addition to all of that, hosting your […]