Clusters
Every env in Platz has a set of clusters attached to it. The cluster set is what an env user can deploy into — when you click "New Deployment" the cluster dropdown is filtered to the clusters attached to the current env.
Permissions
Platz's RBAC has three layers that compose:
Secrets
Env-level secrets are named values stored in Platz that get surfaced to deployments through the CollectionSelect input type and rendered into Kubernetes Secret resources at deploy time.
Resources
A deployment resource in Platz is a structured child object owned by a deployment — for example, a Shop owned by a Storefront service, a Database owned by a DatabaseService chart, a Webhook owned by an integration deployment.