14. A Custom Domain#

A real application needs a real domain. You can’t just tell people your IP address! A custom domain brands your application and makes it possible to use HTTPS security. To achieve this milestone you must connect the IP address given to your Kubernetes load balancer to an “A” record in a custom domain name.

Requirements#

  1. Create a custom domain (or get one from me)

  2. Write an Ingress resource

  3. Deploy your work from the last milestone and add a www address record to your deployment. The record take me to your site when I navigate to http://www.yourdomain.com

Turn In#

Turn in a link to your GitHub repo and a URL that shows your running application.