You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nexus Repository Manager 3 needs EBS-backed storage for the "Embedded Data" - EFS is not supported / fast enough - (see this).
As:
EBS volumes are not available across multiple AWS Availability Zones, and our EKS Cluster stretches multiple AWS Availability Zones
Sonatype recommendation is to use locally provisioned Node Storage (see this)
...we need to be sure that Nexus Repository Manager Deployment is pinned to a single Node in the EKS Cluster.
Currently, if EKS Node maintenance is performed, or Kubernetes decides to move workloads (as is its prerogative!), our Nexus Repository Manager will appear to suffer data loss as the EBS Volume will be on a different Node.
The text was updated successfully, but these errors were encountered:
Nexus Repository Manager 3 needs EBS-backed storage for the "Embedded Data" - EFS is not supported / fast enough - (see this).
As:
...we need to be sure that Nexus Repository Manager Deployment is pinned to a single Node in the EKS Cluster.
Currently, if EKS Node maintenance is performed, or Kubernetes decides to move workloads (as is its prerogative!), our Nexus Repository Manager will appear to suffer data loss as the EBS Volume will be on a different Node.
The text was updated successfully, but these errors were encountered: