Merge branch 'v0.3.0' of github.com:openziti-test-kitchen/zrok into v0.3.0

This commit is contained in:
Michael Quigley 2022-11-15 14:45:59 -05:00
commit df86667a24
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -9,3 +9,7 @@ The `v0.3` series includes support for both "public" and "private" reverse proxi
The following illustration shows the possibilities available.
![v0.3 Frontend Selection](images/zrok_frontends_v0.3.png)
The `*.in.zrok.io` frontend is a "public" frontend, available to all `zrok` users. Most `zrok` installations will want to have at least one public, global frontend for all public, internet-facing ingress traffic for private backend instances. In the underlying data store, the public frontend will have a row in the `frontends` table with a `NULL` `environment_id`, a `type` of `public`, and a `name` set to `public` (or some other representative name).
The other two "private" frontends are configured with an `environment_id` and no `name` label. The ephemeral environment is allocated when a `zrok` frontend request is made without an account on behalf of a private share.