Important Update: Cohesity Products Documentation
All Cohesity product documentation are now managed via the Cohesity Docs Portal: https://docs.cohesity.com/HomePage/Content/home.htm. Some documentation available here may not reflect the latest information or may no longer be accessible.
Arctera InfoScale™ for Kubernetes 8.0.410 - Linux
- Overview
- System requirements
- Preparing to install InfoScale on Containers
- Installing Arctera InfoScale on OpenShift
- Introduction
- Prerequisites
- Additional prerequisites for Azure Red Hat OpenShift (ARO)
- Considerations for configuring cluster or adding nodes to an existing cluster
- Creating multiple InfoScale clusters
- InfoScale for Kubernetes with Red Hat OpenShift virtualization platform
- Installing InfoScale on a system with Internet connectivity
- Installing InfoScale in an air gapped system
- Removing and adding back nodes to an Azure Red Hat OpenShift (ARO) cluster
- Installing Arctera InfoScale on Kubernetes
- Introduction
- Prerequisites
- Installing Node Feature Discovery (NFD) Operator and Cert-Manager on Kubernetes
- Downloading Installer
- Tagging the InfoScale images on Kubernetes
- Applying licenses
- Considerations for configuring cluster or adding nodes to an existing cluster
- Creating multiple InfoScale clusters
- Installing InfoScale on Kubernetes
- Undeploying and uninstalling InfoScale
- Configuring KMS-based encryption on an OpenShift cluster
- Configuring KMS-based encryption on an Kubernetes cluster
- InfoScale CSI deployment in Container environment
- CSI plugin deployment
- Raw block volume support
- Static provisioning
- Dynamic provisioning
- Resizing Persistent Volumes (CSI volume expansion)
- Snapshot provisioning (Creating volume snapshots)
- Managing InfoScale volume snapshots with Velero
- Volume cloning
- Using InfoScale with non-root containers
- Using InfoScale in SELinux environments
- CSI Drivers
- Creating CSI Objects for OpenShift
- Creating ephemeral volumes
- Creating node affine volumes
- Installing and configuring InfoScale DR Manager on OpenShift
- Installing and configuring InfoScale DR Manager on Kubernetes
- Disaster Recovery scenarios
- Configuring InfoScale
- Administering InfoScale on Containers
- Troubleshooting
InfoScale for Kubernetes with Red Hat OpenShift virtualization platform
InfoScale for Kubernetes is qualified for Red Hat OpenShift virtualization platform. It enables seamless integration of high-performance, resilient storage with virtual machine workloads. With this support, InfoScale for Kubernetescan be used to create CSI-based volumes in OpenShift that provide advanced data services such as high availability and dynamic provisioning. The storage-classes backed by InfoScale for Kubernetescan be used to provision virtual disks required by virtual machines in OpenShift virtualization. This ensures enterprise-grade storage reliability and performance for virtualized workloads.
Example of a storage profile which refers InfoScale storage class and snapshot class for creating virtual machines:
apiVersion: cdi.kubevirt.io/v1beta1
kind: StorageProfile
metadata:
name: csi-infoscale-sc
spec:
claimPropertySets:
- accessModes:
- ReadWriteMany
volumeMode: Block
cloneStrategy: snapshot
snapshotClass: csi-infoscale-snapclassNote:
cloneStrategy can either be a snapshot or a clone.
For creating a virtual machine using InfoScale provisioned storage, the user needs to mention appropriate storage class while selecting root disk and data disk.
Note:
Creating multiple VMs (100-200+) in a single batch is not recommended. We recommend to create a few VMs at a time and ensure that the VM state is running before creating a new set of VMs.
To create virtual machines
- Deploy a VIKE cluster. Create storage class ,snapshot class, and storage profile.
- Deploy OpenShift Virtualization operator.
- Navigate to Virtualization to create a new virtual machine
- Mention InfoScale storage class for boot disk and data disk
- Mention InfoScale storage class when adding the datadisk on a new or an existing VM.