Deployment Using Helm

The Kubernetes deployment for MetaDefender Storage Security can be performed directly using the provided Helm chart, which is available in our public GitHub repository here.

Example configuration files for different environments are provided in the helm_charts directory within the repository.

Using the helm repository

The GitHub repository can be used directly as a Helm repository:

Bash
Copy

Alternatively, the repository can be cloned locally:

Bash
Copy

Storage

MDSS containers are stateless and do not require persistent storage.

However, if deploying the PostgreSQL database within the cluster, it is recommended to use persistent storage managed by your cloud provider.

An external database can be configured using the following values:

YAML
Copy

When using an external database not deployed via the MDSS chart, the deploy_with_mdss_db value must be set to false to prevent the chart from deploying an additional database.

Exposing MDSS

By default, the Helm chart deploys a ClusterIP service for the MDSS deployment.

This can be changed to any service type supported by your Kubernetes cluster.

For example, to create a LoadBalancer service, overwrite the service_type value in the webclient component:

YAML
Copy

MDSS can also be exposed using an Ingress:

YAML
Copy

Flexible deployment

By default, the Helm chart deploys MDSS with support for the following storage units: azureblob, amazonsdk, googlecloud, alibabacloud, azurefiles, and box.

For more efficient resource utilization, you can specify only the required storage units by modifying the ENABLED_MODULES value.

For instance, to enable support for only Azure, AWS, and GCP:

YAML
Copy

Supported modules

Currently supported modules include:

  • azureblob
  • amazonsdk
  • googlecloud
  • alibabacloud
  • azurefiles
  • smb
  • box
  • graph
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard