dennisseidel / spa-starter

0 stars 0 forks source link

Expose the app through a domain #12

Closed dennisseidel closed 6 years ago

dennisseidel commented 6 years ago

Expose the application through a domain developer.d13l.de or open.d13l.de (http://open.wechat.com/cgi-bin/newreadtemplate?t=overseas_open/index)

https://cloud.google.com/kubernetes-engine/docs/tutorials/configuring-domain-name-static-ip

expose the complete cluster under: api.d13l.de expose the main product-ui page: d13l.de

dennisseidel commented 6 years ago

document the route53 configuration

dennisseidel commented 6 years ago

Just create two A Records:

api.d10l.de. | A | 35.196.37.22 open.d10l.de. | A | 35.196.37.22

and let the ingress of the kubernetes cluster route to the right container with name based virtual hosting: https://kubernetes.io/docs/concepts/services-networking/ingress/