Difference between revisions of "PrivateEdition/Current/PEGuide/StorageReq"

From Genesys Documentation
Jump to: navigation, search
m (Text replacement - "Genesys Engage" to "Genesys Multicloud CX")
(Published)
Line 5: Line 5:
 
|ComingSoon=No
 
|ComingSoon=No
 
|Section={{Section
 
|Section={{Section
|sectionHeading=File and disk storage
 
 
|alignment=Vertical
 
|alignment=Vertical
|structuredtext=Deciding storage includes a lot of factors such as the number of agents, call volumes, call recordings and archiving them, data security, accessibility and so on. It also includes technical factors such as the Input Output Per Second (IOPS) or throughput, storage type, latency, and so on.  
+
|structuredtext=Deciding storage includes a lot of factors such as the number of agents, call volumes, call recordings and archiving them, data security, accessibility, and so on. It also includes technical factors such as the Input Output Per Second (IOPS) or throughput, storage type, latency, and so on.
  
In Genesys Multicloud CX private edition, you will create storage for specific services, for example, GCXI, Voice. The services that require storage elements such as file and disk storage for processing its data uses the [https://kubernetes.io/docs/concepts/storage/persistent-volumes/ Kubernetes Persistence Volume subsystem] (PV).  
+
In Genesys Multicloud CX private edition, you will create storage for specific services, for example, Genesys Customer Experience Insights (GCXI), and Voice. The services that require storage elements, such as file and disk storage for processing its data, use the [https://kubernetes.io/docs/concepts/storage/persistent-volumes/ Kubernetes Persistence Volume subsystem] (PV). The storage subsystem and Kubernetes StorageClass types requirements for different services for different Kubernetes platforms are given in the following tables:
The storage subsystem and Kubernetes StorageClass types requirements for different services are given in the following table. You can create or select the storage subsystem for your service based on the information presented in the table. For the exact sizing of each storage subsystem or PVs, refer the related service-level documentation.
 
  
{{NoteFormat|By default, the Kubernetes platform creates default file and disk storage classes. However, Genesys recommends not to use them and create custom a file and disk storage for your service.|1}}
+
*[[{{FULLPAGENAME}}#storageOCP|File and disk storage for OpenShift]]
{{NoteFormat|You can determine the storage requirements for your contact center yourself by either exploring the storage requirements of each service, using the Sizing Calculator or by leveraging the Genesys Professional Services team's support.|2}}
+
*[[{{FULLPAGENAME}}#storageGKE|File and disk storage for GKE]]
 +
 
 +
You can create or select the storage subsystem for your service on a specific Kubernetes platform based on the information presented in the corresponding table. For the exact sizing of each storage subsystem or PVs, refer to the related {{Link-AnywhereElse|product=PrivateEdition|version=Current|manual=PEGuide|topic=GEServices|display text=service-level documentation}}.
 +
 
 +
{{NoteFormat|By default, the Kubernetes platform creates default file and disk storage classes. However, Genesys recommends not to use them but to create a custom file and disk storage for your service.|1}}
 +
{{NoteFormat|You can determine the storage requirements for your contact center yourself by either exploring the storage requirements of each service, by using the Sizing Calculator or by leveraging the Genesys Professional Services team's support.|2}}
 +
{{AnchorDiv|storageOCP}}
 +
===File and disk storage for OpenShift===
 +
The following table provides the storage information for OpenShift:
 
{{{!}} class="wikitable"
 
{{{!}} class="wikitable"
 
{{!}}+
 
{{!}}+
Line 22: Line 28:
 
{{!}}Disk
 
{{!}}Disk
 
{{!}}Uses dynamically provisioned disks (which reside in a single AZ) to create an RWO volume that can be attached to a single pod. Genesys recommends SSD storage for production deployments.
 
{{!}}Uses dynamically provisioned disks (which reside in a single AZ) to create an RWO volume that can be attached to a single pod. Genesys recommends SSD storage for production deployments.
{{!}}GCXI*, GVP, gPlus-WFM, IXN*, Pulse*, Tenant*, Voice Services*, and WebRTC*
+
{{!}}
 +
*GCXI*
 +
*GVP
 +
*Gplus-WFM
 +
*Interaction Server*
 +
*Pulse*
 +
*Tenant*
 +
*Voice Services*
 +
*WebRTC*
 
{{!}}-
 
{{!}}-
 
{{!}}Files-local
 
{{!}}Files-local
{{!}}Create an RWX volume that can be attached to many pods across all the node pool AZs; this is similar to NFS. Local type means the 'Locally Redundant Storage' which replicates copies of data in a single AZ in a single region. Hence, there is a risk of your Persistent Volume Claims (PVCs) becoming unavailable if a single region completely fails. It needs guaranteed 1 IOPs per GB stored with a minimum of 100 IOPs while allowing bursting and higher throughput than standard HDD storage. Genesys recommends SSD storage for production deployments. '''Note:''' The minimum volume size needed is 100GB.
+
{{!}}Creates an RWX volume that can be attached to many pods across all the node pool AZs; this is similar to NFS. Local type means the 'Locally Redundant Storage' that replicates copies of data in a single AZ in a single region. Hence, there is a risk of your Persistent Volume Claims (PVCs) becoming unavailable if a single region completely fails. It needs a guaranteed 1 IOPS per GB stored with a minimum of 100 IOPS while allowing bursting and higher throughput than standard HDD storage. Genesys recommends SSD storage for production deployments. '''Note:''' The minimum volume size needed is 100GB.
 
{{!}}BDS
 
{{!}}BDS
 
{{!}}-
 
{{!}}-
 
{{!}}Files-redundant
 
{{!}}Files-redundant
{{!}}Create an RWX volume that can be attached to many pods across all the node pool AZs. Redundant type means the 'Zonal Redundant Storage' which replicates copies of data across multiple AZs in a region. No IOPs guarantees needed. Similar to NFS.
+
{{!}}Creates an RWX volume that can be attached to many pods across all the node pool AZs. Redundant type means the 'Zonal Redundant Storage' that replicates copies of data across multiple AZs in a region. No IOPS guarantee is needed. Similar to NFS.
{{!}}CXC, Designer, GCXI, gPlus-WFM, GVP, GWS, IWD, Pulse*, Tenant*, UCSX, and WebRTC*
+
{{!}}
 +
*CX Contact
 +
*Designer
 +
*GCXI
 +
*Gplus-WFM
 +
*GVP
 +
*GWS
 +
*Intelligent Workload Distribution
 +
*Pulse*
 +
*Tenant*
 +
*UCSX
 +
*WebRTC*
 
{{!}}-
 
{{!}}-
 
{{!}}Object storage
 
{{!}}Object storage
{{!}}Create object storage which is optimized for storing massive amounts of unstructured data across AZ and regions. Similar to S3 or Azure Blob, Google Cloud Storage.
+
{{!}}Creates object storage which is optimized for storing massive amounts of unstructured data across AZ and regions. Similar to S3 or Azure Blob, Google Cloud Storage.
{{!}}GIM data feed/GSP, Nexus (image, files, upload), Recordings(GVP), Voicemail, and Telemetry
+
{{!}}*GIM data feed/GSP
 +
 
 +
*Digital Channels (image, files, upload)
 +
*Recordings(GVP)
 +
*Voicemail
 +
*Telemetry
 +
{{!}}-
 +
{{!}}}
 +
<nowiki>*</nowiki>''Genesys Multicloud CX services that use the disk space mainly for logging purposes. You can optionally configure them not to use the disk space. Refer to the related'' {{Link-AnywhereElse|product=PrivateEdition|version=Current|manual=PEGuide|topic=GEServices|display text=service-level guides}} ''for more information.''
 +
|Status=No
 +
}}{{Section
 +
|alignment=Vertical
 +
|structuredtext={{AnchorDiv|storageGKE}}
 +
===File and disk storage for GKE===
 +
The following table provides the storage information for GKE:<br />
 +
{{{!}} class="wikitable"
 +
{{!}}+
 +
!'''GKE Storage Class Name<sup>#</sup>'''
 +
!Storage Type
 +
!Notes
 +
!Associated Services
 +
{{!}}-
 +
{{!}}ephemeral (emptyDir)
 +
{{!}}Persistent disk
 +
{{!}}Node disk accessed through local ephemeral '''emptyDir''' volumes, provided there is no access to hostPath.
 +
{{!}}
 +
*GCXI
 +
*GVP-MCP
 +
*GVP-RM
 +
*Gplus-WFM
 +
*Interaction Server
 +
*Pulse
 +
*Tenant
 +
*Voice services
 +
*WebRTC
 +
{{!}}-
 +
{{!}}standard-rwo*
 +
premium-rwo*
 +
{{!}}pd-balanced (SSD)
 +
pd-ssd (SSD)
 +
{{!}}Persistent Disk (pd) - Default [https://cloud.google.com/compute/docs/disks#pdspecs Zonal (single AZ) RWO] StorageClasses provided by GKE with typical [https://cloud.google.com/compute/docs/disks/performance Block storage performance].
 +
{{!}}
 +
*CX Contact
 +
*Designer
 +
*GVP
 +
*GWS
 +
*UCSX
 
{{!}}-
 
{{!}}-
 +
{{!}}standard-rwx**
 +
{{!}}Filestore - Basic HDD
 +
{{!}}Local redundant storage for RWX volumes shared between pod instances; replicated data in a single AZ.
 +
{{!}}BDS
 +
{{!}}-
 +
{{!}}redundant-rwx**
 +
{{!}}Filestore - Enterprise
 +
{{!}}Regional redundant storage for RWX volumes shared between pod instances; replicated data to two zones in a region (Regional PD).
 +
{{!}}
 +
*CX Contact
 +
*Designer
 +
*GCXI
 +
*Gplus-WFM
 +
*GVP
 +
*GWS
 +
*Pulse
 +
*Tenant
 +
*UCSX
 +
*WebRTC
 +
{{!}}}
  
{{!}}}
+
*<nowiki>#</nowiki>''The GKE storage class names are created by default. You can modify the storage class names based on your organizational needs.''
<nowiki>*</nowiki>''Genesys Multicloud CX services that use the disk space mainly for logging purposes. You can optionally configure them not to use the disk space. Refer the related service-level guides for more information.''
+
*<nowiki>*</nowiki>''RWO type storage is tested with the default CSI driver.''
 +
*<nowiki>**</nowiki>RWX type storage is tested with the Filestore CSI driver. This storage driver is not enabled by default and it must be enabled in the GKE clusters. However, this configuration is available only in GKE 1.21.x releases. For more information on enabling Filestore CSI driver, see [https://cloud.google.com/kubernetes-engine/docs/how-to/persistent-volumes/filestore-csi-driver GKE documentation]
 
|Status=No
 
|Status=No
 
}}
 
}}
 
}}
 
}}

Revision as of 18:58, December 22, 2021

Provides information about different storage types required for Genesys Multicloud CX services.

Deciding storage includes a lot of factors such as the number of agents, call volumes, call recordings and archiving them, data security, accessibility, and so on. It also includes technical factors such as the Input Output Per Second (IOPS) or throughput, storage type, latency, and so on.

In Genesys Multicloud CX private edition, you will create storage for specific services, for example, Genesys Customer Experience Insights (GCXI), and Voice. The services that require storage elements, such as file and disk storage for processing its data, use the Kubernetes Persistence Volume subsystem (PV). The storage subsystem and Kubernetes StorageClass types requirements for different services for different Kubernetes platforms are given in the following tables:

You can create or select the storage subsystem for your service on a specific Kubernetes platform based on the information presented in the corresponding table. For the exact sizing of each storage subsystem or PVs, refer to the related service-level documentation.

Important
By default, the Kubernetes platform creates default file and disk storage classes. However, Genesys recommends not to use them but to create a custom file and disk storage for your service.
Tip
You can determine the storage requirements for your contact center yourself by either exploring the storage requirements of each service, by using the Sizing Calculator or by leveraging the Genesys Professional Services team's support.

File and disk storage for OpenShift

The following table provides the storage information for OpenShift:

Storage Type Description Associated Services
Disk Uses dynamically provisioned disks (which reside in a single AZ) to create an RWO volume that can be attached to a single pod. Genesys recommends SSD storage for production deployments.
  • GCXI*
  • GVP
  • Gplus-WFM
  • Interaction Server*
  • Pulse*
  • Tenant*
  • Voice Services*
  • WebRTC*
Files-local Creates an RWX volume that can be attached to many pods across all the node pool AZs; this is similar to NFS. Local type means the 'Locally Redundant Storage' that replicates copies of data in a single AZ in a single region. Hence, there is a risk of your Persistent Volume Claims (PVCs) becoming unavailable if a single region completely fails. It needs a guaranteed 1 IOPS per GB stored with a minimum of 100 IOPS while allowing bursting and higher throughput than standard HDD storage. Genesys recommends SSD storage for production deployments. Note: The minimum volume size needed is 100GB. BDS
Files-redundant Creates an RWX volume that can be attached to many pods across all the node pool AZs. Redundant type means the 'Zonal Redundant Storage' that replicates copies of data across multiple AZs in a region. No IOPS guarantee is needed. Similar to NFS.
  • CX Contact
  • Designer
  • GCXI
  • Gplus-WFM
  • GVP
  • GWS
  • Intelligent Workload Distribution
  • Pulse*
  • Tenant*
  • UCSX
  • WebRTC*
Object storage Creates object storage which is optimized for storing massive amounts of unstructured data across AZ and regions. Similar to S3 or Azure Blob, Google Cloud Storage. *GIM data feed/GSP
  • Digital Channels (image, files, upload)
  • Recordings(GVP)
  • Voicemail
  • Telemetry

*Genesys Multicloud CX services that use the disk space mainly for logging purposes. You can optionally configure them not to use the disk space. Refer to the related service-level guides for more information.

File and disk storage for GKE

The following table provides the storage information for GKE:

GKE Storage Class Name# Storage Type Notes Associated Services
ephemeral (emptyDir) Persistent disk Node disk accessed through local ephemeral emptyDir volumes, provided there is no access to hostPath.
  • GCXI
  • GVP-MCP
  • GVP-RM
  • Gplus-WFM
  • Interaction Server
  • Pulse
  • Tenant
  • Voice services
  • WebRTC
standard-rwo*

premium-rwo*

pd-balanced (SSD)

pd-ssd (SSD)

Persistent Disk (pd) - Default Zonal (single AZ) RWO StorageClasses provided by GKE with typical Block storage performance.
  • CX Contact
  • Designer
  • GVP
  • GWS
  • UCSX
standard-rwx** Filestore - Basic HDD Local redundant storage for RWX volumes shared between pod instances; replicated data in a single AZ. BDS
redundant-rwx** Filestore - Enterprise Regional redundant storage for RWX volumes shared between pod instances; replicated data to two zones in a region (Regional PD).
  • CX Contact
  • Designer
  • GCXI
  • Gplus-WFM
  • GVP
  • GWS
  • Pulse
  • Tenant
  • UCSX
  • WebRTC
  • #The GKE storage class names are created by default. You can modify the storage class names based on your organizational needs.
  • *RWO type storage is tested with the default CSI driver.
  • **RWX type storage is tested with the Filestore CSI driver. This storage driver is not enabled by default and it must be enabled in the GKE clusters. However, this configuration is available only in GKE 1.21.x releases. For more information on enabling Filestore CSI driver, see GKE documentation
Comments or questions about this documentation? Contact us for support!