Title
Create new category
Edit page index title
Edit category
Edit link
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:
Alternatively, the repository can be cloned locally:
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:
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:
MDSS can also be exposed using an Ingress:
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:
Supported modules
Currently supported modules include:
azureblobamazonsdkgooglecloudalibabacloudazurefilessmbboxgraph