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.
Veritas InfoScale™ for Kubernetes Environments 8.0.110 - Linux
- Overview
- System requirements
- Preparing to install InfoScale on Containers
- Installing Veritas InfoScale on OpenShift
- Introduction
- Prerequisites
- Additional Prerequisites for Azure RedHat OpenShift (ARO)
- Installing InfoScale on a system with Internet connectivity
- Installing InfoScale in an air gapped system
- Installing Veritas InfoScale on Kubernetes
- Tech Preview: Configuring KMS-based Encryption on an OpenShift cluster
- Tech Preview: Configuring KMS-based Encryption on a Kubernetes cluster
- InfoScale CSI deployment in Container environment
- CSI plugin deployment
- 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
- Installing and configuring InfoScale DR Manager on OpenShift
- Installing and configuring InfoScale DR Manager on Kubernetes
- Disaster Recovery scenarios
- Configuring InfoScale
- Upgrading InfoScale
- Troubleshooting
Prerequisities
The cluster status must be 'Running'.
On an OpenShift cluster, run oc get infoscalecluster.
On a Kubernetes cluster, run kubectl get infoscalecluster.
Review output as under
NAME NAMESPACE VERSION STATE AGE infoscalecluster-dev infoscale-vtas <current version> Running 24h
The cluster state must be 'Healthy'.
On an OpenShift cluster, run oc get infoscaleclusters.infoscale.veritas.com infoscalecluster-dev -ojsonpath='{.status.clusterState}{"\n"}' Healthy.
On a Kubernetes cluster, run kubectl get infoscaleclusters.infoscale.veritas.com infoscalecluster-dev -ojsonpath='{.status.clusterState}{"\n"}' Healthy.
System returns as under
Healthy