Prerequisites
Before you can begin working with NetApp Volumes, you’ll need to verify that you have these prerequisites in place:| Component | Description |
|---|---|
| Domino | Have a Domino deployed and configured. |
| ONTAP filesystem | Have a supported ONTAP filesystem. This is where the volumes will be made and how they will interact with your underlying infrastructure. |
| Trident | Installed and working with your file system. |
| Communication | Verified that Domino and ONTAP can talk to each other. |
| Storage Configuration | Root system file name: This is the base of the filesystem where all other volumes are mounted. |
| Feature Flag | Verify that the feature flag EnableDominoNetAppVolumes is set to true. |
Kubernetes configuration for Domino
There are a couple of steps you’ll need to take to configure Kubernetes for Domino.-
Role and RoleBinding: A Kubernetes
RoleandRoleBindingare required to enable the microservice to authenticate and communicate with Trident. - Network policy: You’ll also need a network policy to allow the right Kubernetes resources to communicate with Trident.
Create Role and RoleBinding
You can use these examples as-is to create and apply your Role and RoleBinding:Create Role
Create RoleBinding
Create a Network Policy
Use this example as a template for yourNetworkPolicy resource:
Create a Root PVC
When you created a filesystem in Amazon FSx or NetApp Cloud ONTAP, it included a special root volume at the path/. This is the base of the filesystem where all other volumes are mounted.
To make it usable in Domino, you’ll need to create a Kubernetes PersistentVolumeClaim (PVC) that maps to this root volume. The example below shows how to define that PVC using an import:
STATUS - Success.
Your Domino deployment is now fully configured to use NetApp Volumes for scalable, managed storage.
Next Steps
- Configure NetApp Volumes: has information and instructions on how to configure NetApp Volumes with the UI.
- Create NetApp Volumes from Domino or a project: Create and configure new NetApp Volumes from Domino or within a specific project.