Skip to content
Community

logo

NetApp#

NetApp Trident is a Container Storage Interface (CSI) that integrates with Kubernetes to manage and consume storage resources. It's an open-source project that helps containerized applications meet their storage needs.


Looking for Commercial Support? LEARN MORE

Prerequisites#

Deploy k0rdent v1.4.0: QuickStart

Install template to k0rdent#

helm upgrade --install trident-operator oci://ghcr.io/k0rdent/catalog/charts/kgst --set "chart=trident-operator:100.2506.0" -n kcm-system

Verify service template#

kubectl get servicetemplates -A
# NAMESPACE    NAME                            VALID
# kcm-system   trident-operator-100-2506-0     true

Deploy service template#

apiVersion: k0rdent.mirantis.com/v1beta1
kind: ClusterDeployment
# kind: MultiClusterService
...
  serviceSpec:
    services:
      - template: trident-operator-100-2506-0
        name: trident-operator
        namespace: trident-operator