Ingress host
About this task
If you used the Ingress controller above, Kubernetes will create an Ingress object for Language Weaver Edge.
kubectl get ingress | grep mtedge-ingress
The output will look something like this:
mtedge-ingress mtedge.example.com 34.123.193.227 80 3m33s
The second column is the host provided in the .yaml file under mtedge.ingress.host.
Procedure
Now you need to create a DNS entry for mtedge.example.com to point to this IP address.