How to connect a domain to hubspot without DNS changes?

12/31/2021

I own the domain foo.com with lots of exisitng services. We have chosen hubspot as our blog service provider and we it appears to be foo.com/blog while all the other pages are self-hosted.

We are using kubernetes and istio already. Is there a way we can connect /blog similar to a reverse proxy as an external service?

-- benone
hubspot
istio
kubernetes

1 Answer

12/31/2021

Is there a way we can connect /blog similar to a reverse proxy as an external service?

If I good understand your problem / question this could be done by using an External HTTPS Proxy. Everything is described in this documentation with examples.

But based on this topic by default

You need to have an ingress gateway and expose the internal service. The services within the mesh is discovered by Pilot and you can't visit internal mesh services without configure the Ingress Gateway. They're simply isolated by the sidecar rules.

There are also many similar questions on the internet. Look at the similar topics:

-- Mikołaj Głodziak
Source: StackOverflow