Show HN: Pico: An open-source Ngrok alternative built for production traffic

Pico is an open-source alternative to Ngrok. Unlike most other open-source tunnelling solutions, Pico is designed to serve production traffic and be simple to host (particularly on Kubernetes).

Upstream services connect to Pico and register endpoints. Pico will then route requests for an endpoint to a registered upstream service via its outbound-only connection. This means you can expose your services without opening a public port.

Pico runs as a cluster of nodes in order to be fault tolerant, scale horizontally and support zero downtime deployments. It is also easy to host, such as a Kubernetes Deployment or StatefulSet behind a HTTP load balancer.


Comments URL: https://news.ycombinator.com/item?id=40355744

Points: 6

# Comments: 0

https://github.com/andydunstall/pico

Created 14d | May 14, 2024, 4:10:16 PM


Login to add comment