PitchHut
Log in / Sign up
Piko
27 views
Easily expose your services with a simple and secure reverse proxy solution.
Pitch

Piko is an open-source reverse proxy designed to securely tunnel traffic to services that are not directly accessible. With strong support for Kubernetes, Piko allows you to deploy production-ready clusters, ensuring fault tolerance and easy scaling. Connect your upstream services effortlessly with Piko's user-friendly setup and management.

Description

Piko is an innovative open-source reverse proxy designed to seamlessly connect your non-publicly routable services through tunneling. By establishing outbound-only connections, your upstream services can securely relay traffic through Piko without the need for direct public routing. This makes Piko a powerful alternative to Ngrok, particularly suited for production environments.

Key Features

  • Robust Production Traffic Handling: Piko operates as a cluster of nodes to ensure fault tolerance and horizontal scaling, allowing for zero-downtime deployments. This architecture is ideal for businesses that rely on consistent Service Level Agreements (SLAs).

  • Simple Kubernetes Hosting: Piko is built with Kubernetes in mind, allowing for straightforward deployment behind an HTTP(S) load balancer. Its architecture supports gradual rollouts and allows upstream services to connect through the load balancer to any node in the cluster.

How It Works

Piko acts as a transparent reverse proxy, routing incoming requests based on specified endpoints. Unlike traditional reverse proxies that require discoverable upstream services, Piko simplifies connectivity by allowing services to open outbound connections to the Piko server:

# To set up an HTTP listener:
piko agent http my-endpoint 3000

# To set up a TCP listener:
piko agent tcp my-endpoint 3000

Endpoint Management

Upstream services can listen on any selected endpoint without static configurations. If there are multiple upstreams for the same endpoint, Piko efficiently balances the load among available services. For instance, requests sent to a specific target endpoint can effortlessly be managed, streamlining traffic and ensuring reliability.

Support and Documentation

Should you have questions or need assistance, the community is active on GitHub Discussions where you can ask questions and share ideas. For detailed guidance on getting started, refer to the Piko Wiki.

Conclusion

Whether you're looking to expose services within a private network, provide a Bring Your Own Cloud (BYOC) solution, or facilitate connections to user devices, Piko delivers a comprehensive solution that prioritizes security, simplicity, and performance. Dive into the Piko documentation today and explore the future of reverse proxying.