Posts tagged 'k8s'

Setting Up a Domain with SSL on DigitalOcean Kubernetes using ExternalDNS and Helm

A little while back I added support for DigitalOcean to the ExternalDNS Helm chart, and I wanted to share my notes on how to use it. ExternalDNS is an extremely convenient tool that allows you to dynamically control DNS records for your Kubernetes resources just by adding an annotation. In …