Geo-scale, next-generation peer-to-peer sharing platform built on top of OpenZiti.
Go to file
2022-11-02 15:08:50 -04:00
.github/workflows ci-build (#70) 2022-11-02 15:08:50 -04:00
bin update the update script for new hosts 2022-10-25 11:51:16 -04:00
build add build-time version metadata (#70) 2022-11-02 15:07:43 -04:00
cmd/zrok fixes for enable/disable 2022-11-02 14:12:19 -04:00
controller add build-time version metadata (#70) 2022-11-02 15:07:43 -04:00
docs metrics service instructions 2022-10-14 13:14:58 -04:00
endpoints metrics lint; cache infrastructure (#74, #76) 2022-10-19 11:25:08 -04:00
etc http frontend configuration 2022-10-31 12:03:02 -04:00
model better metrics accumulator (#74, #76) 2022-10-18 11:57:32 -04:00
rest_client_zrok more cleanups and polish; working registration (#50) 2022-09-20 16:33:36 -04:00
rest_model_zrok communicate time as epoch ms; better disable of durations in ui (#33) 2022-11-01 16:52:02 -04:00
rest_server_zrok communicate time as epoch ms; better disable of durations in ui (#33) 2022-11-01 16:52:02 -04:00
specs communicate time as epoch ms; better disable of durations in ui (#33) 2022-11-01 16:52:02 -04:00
ui full support for untunelling services and disabling environments from the ui (#87) 2022-11-02 13:25:15 -04:00
util rudimentary zrokloop metrics (#40) 2022-10-06 13:02:44 -04:00
zrokdir more naming simplification 2022-10-19 12:24:43 -04:00
.gitignore controller store skeleton; sqlx; sqlite3; migrations 2022-07-22 13:53:39 -04:00
go.mod update cf to v0.0.13 to support secret suppression (#85) 2022-10-31 15:56:59 -04:00
go.sum update cf to v0.0.13 to support secret suppression (#85) 2022-10-31 15:56:59 -04:00
README.md reorder; wip 2022-10-05 15:14:39 -04:00

zrok

zrok is a service designed to provide frictionless access to ephemeral, geo-scale reverse proxy capabilities.

Characteristics

zrok has the following characteristics:

Frictionless

zrok is designed to provide a "frictionless" experience. A single binary and a single command are all that is required to take advantage of all of the power of zrok.

zrok works in a large number environments: developer shells, container sidecars, serverless environments, webhooks.

Expand with OpenZiti

zrok is built on top of OpenZiti, a next-generation solution for secure application connectivity. zrok is a fantastic way to start working with OpenZiti. Start with simple zrok ephemeral connectivity, and then layer on additional capabilities provided by the underlying OpenZiti network.

Bring zrok into your existing OpenZiti deployment to provide rapid, ephemeral connectivity for a number of important HTTP scenarios.

World-Scale

zrok is the software that powers the zrok.io world-scale service. zrok can scale as large as you need.

Multiple Isolated Tenants

A single zrok instance can support any number of isolated tenants, allowing them to coexist on top of the same OpenZiti deployment in a secure manner.

Self-hosting Capable

Install zrok on top of your own OpenZiti network. zrok is simple to operate and scale.

Concepts

zrok is conceptually structured like this:

zrok overview

zrok Frontend, zrok Backend

The zrok reverse proxy is broken into two halves, a frontend and a backend. These two components connect over an OpenZiti network. Together the frontend and the backend work together to implement a reverse proxy.

The frontend is designed to be sited on an accessible network (typically the public internet). This allows traffic from that accessible network to ingress into the zrok frontend, across the dynamic reverse proxy.

The backend is designed to be sited in a private environment, such as a private development server, or a serverless environment, or a container sidecar. The backend only needs outbound connectivity to reach the OpenZiti network and the zrok controller.

The controller is a lightweight control plane component, which orchestrates connectivity between frontend and backend components.