You’re right in considering using Eventarc as the best alternative solution. Eventarc will act as a bridge that will allow you to create a trigger that listens to your Pub/Sub topic and forward messages to an internal HTTP endpoint. This endpoint can be an internal IP address or a fully qualified domain name (FQDN), which includes services fronted by an L7 Internal Load Balancer, such as your Kubernetes Ingress.
To implement this, you need to do the following:
For more detailed documentation, you can check this article.