Deploying ibi WebFOCUS - Container Edition on Cloud Environment

Following is the list of supported cloud providers.

  • Amazon Web Services (EKS)

  • Microsoft Azure (AKS)

  • Google Cloud Provider (GKE)

To deploy in cloud environment, you must modify the following components in your configuration:

  • storage.storageClass - Update this value with the correct storage class being used.

  • storage.accessMode - Must be set to ReadWriteMany.

Deploying on AWS (EKS)

When tested with the Amazon EFS Container Storage Interface (CSI) driver. The driver provides a CSI interface that allows Kubernetes clusters running on AWS to manage the lifecycle of Amazon EFS file systems.

For more information, reference the following link:

https://docs.aws.amazon.com/eks/latest/userguide/efs-csi.html

Note: Although there are other drivers available, the Amazon EFS CSI driver is recommended since it was tested with WebFOCUS - Container Edition. If you use any other storage driver, configuration settings may vary.