We are bringing the best of Tectonic to Red Hat OpenShift to build the most secure, hybrid Kubernetes application platform.
The vault-operator creates the following Kubernetes resources to set up a Vault cluster:
All of the above resources created for a Vault cluster have the following labels:
app=vault
vault_cluster=<cluster-name>
where <cluster-name>
is the name of the Vault cluster to which that resource belongs.
For all the above resources their metadata.ownerReferences
field points to the Vault Custom Resource to which they belong.