Please enter search query.
Search <book_title>...
InfoScale™ 9.0 Support for Containers - Linux
Last Published:
2025-04-14
Product(s):
InfoScale & Storage Foundation (9.0)
Platform: Linux
- Overview
- System requirements
- Preparing to install InfoScale on Containers
- Installing Arctera InfoScale™ on OpenShift
- Installing Arctera InfoScale™ on Kubernetes
- InfoScale CSI deployment in Container environment
- Dynamic provisioning
- Snapshot provisioning (Creating volume snapshots)
- Managing InfoScale volume snapshots with Velero
- Volume cloning
- Installing InfoScale DR on OpenShift
- Installing InfoScale DR on Kubernetes
- TECHNOLOGY PREVIEW: Disaster Recovery scenarios
- Configuring InfoScale
- Troubleshooting
External dependencies
Load balancer service must be installed to allocate Virtual IP addresses for the cluster. Virtual IP addresses ensure a resilient communication between the clusters. See Installing Metallb to install Metallb. Alternatively, you can install any other load balancer service. Refer to its documentation.
Velero must be installed on all clusters.
On the bastion node
Download Velero binaries from https://github.com/vmware-tanzu/velero/releases/tag/v1.6.0.
Run to following command to create Velero namespace.
oc create ns velero
Run the following command to install
velero install --provider aws --plugins velero/velero-plugin-for-aws:v1.2.0 --no-default-backup-location --no-secret