Can sidecar containers be integrated with ingress services like ngrok?
Sudeep Pillai
Asked on Nov 06, 2023
For the current implementation, the short answer is not. But assuming you are using the latest commit in the PR, we do have a workaround to do this - SSH into the controller and manually docker-compose up
the desired container, and use a separate port as an ingress port. We are also considering adding a customizable setup command for the controller and optionally disabling the load balancer.