VerrazzanoProject
Defines the namespaces and security resources for a set of multicluster applications
The VerrazzanoProject custom resource is used to create the application namespaces and their associated security settings on one or more clusters. The namespaces are always created on the admin cluster. Here is a sample VerrazzanoProject that specifies a namespace to create on the cluster named managed1
.
apiVersion: clusters.verrazzano.io/v1alpha1
kind: VerrazzanoProject
metadata:
name: hello-helidon
namespace: verrazzano-mc
spec:
template:
namespaces:
- metadata:
name: hello-helidon
placement:
clusters:
- name: managed1
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.