클라우드 컴퓨팅 & NoSQL/도커 & 쿠버네티스
쿠버네티스에서 도메인 이름 설정 방법
Terry Cho
2019. 11. 11. 16:34
xip.io is dns proxing service. It is easy to assign dns name to ip address.
This is way to assign Domain to Knative Service
kubectl patch configmap config-domain --namespace knative-serving --patch \
'{"data": {"example.com": null, "35.225.xxx.216.xip.io": ""}}'