Skip to content
Community

logo

NetApp#

Chart Name Version App version
trident-operator 100.2510.0 25.10.0

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.8.0: QuickStart

Install template to k0rdent#

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

Verify service template#

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

Deploy service template#

apiVersion: k0rdent.mirantis.com/v1beta1
kind: MultiClusterService
metadata:
  name: netapp
spec:
  clusterSelector:
    matchLabels:
      group: demo
  serviceSpec:
    services:
    - template: trident-operator-100-2510-0
      name: trident-operator
      namespace: netapp