More about Kubernetes Storage
- Kubernetes StorageClass: Concepts and Common Operations
- Kubernetes Data Mobility with Cloud Volumes ONTAP
- Scaling Kubernetes Persistent Volumes with Cloud Volumes ONTAP
- What's New in K8S 1.23?
- Kubernetes Topology-Aware Volumes and How to Set Them Up
- How to Use NetApp Cloud Manager for Provisioning Persistent Volumes in Kubernetes
- Kubernetes vs. Nomad: Understanding the Tradeoffs
- How to Set Up MySQL Kubernetes Deployments with Cloud Volumes ONTAP
- Kubernetes Volume Cloning with Cloud Volumes ONTAP
- Container Storage Interface: The Foundation of K8s Storage
- Kubernetes Deployment vs StatefulSet: Which is Right for You?
- Kubernetes for Developers: Overview, Insights, and Tips
- Kubernetes StatefulSet: A Practical Guide
- Kubernetes CSI: Basics of CSI Volumes and How to Build a CSI Driver
- Kubernetes Management and Orchestration Services: An Interview with Michael Shaul
- Kubernetes Database: How to Deploy and Manage Databases on Kubernetes
- Kubernetes and Persistent Apps: An Interview with Michael Shaul
- Kubernetes: Dynamic Provisioning with Cloud Volumes ONTAP and Astra Trident
- Kubernetes Cloud Storage Efficiency with Cloud Volumes ONTAP
- Data Protection for Persistent Data Storage in Kubernetes Workloads
- Managing Stateful Applications in Kubernetes
- Kubernetes: Provisioning Persistent Volumes
- An Introduction to Kubernetes
- Google Kubernetes Engine: Ultimate Quick Start Guide
- Azure Kubernetes Service Tutorial: How to Integrate AKS with Azure Container Instances
- Kubernetes Workloads with Cloud Volumes ONTAP: Success Stories
- Container Management in the Cloud Age: New Insights from 451 Research
- Kubernetes Storage: An In-Depth Look
- Monolith vs. Microservices: How Are You Running Your Applications?
- Kubernetes Shared Storage: The Basics and a Quick Tutorial
- Kubernetes NFS Provisioning with Cloud Volumes ONTAP and Trident
- Azure Kubernetes Service How-To: Configure Persistent Volumes for Containers in AKS
- Kubernetes NFS: Quick Tutorials
- NetApp Trident and Docker Volume Tutorial
December 8, 2021
Topics: Cloud Volumes ONTAPCloud Manager KubernetesMaster4 minute read
Kubernetes persistent volumes are used to provide containers with durable storage without application developers needing to concern themselves about the underlying implementation details. Kubernetes storage creates a useful abstraction that is able to support an extensible set of different storage provisioners, such as Amazon EBS, Azure Managed Disks, or Google cloud persistent disks.
But there’s more to it than this. This level of abstraction can also be used to switch out the storage implementation when going from development to production environments, for example.
NetApp Astra Trident is a storage provisioner for Kubernetes that uses Cloud Volumes ONTAP as its back-end storage service, giving Kubernetes pods access to NetApp’s enterprise data platform for the cloud.
In this article, we will demonstrate how NetApp Cloud Manager simplifies the use of NetApp Trident with your Kubernetes deployment, and gets you up and running with Cloud Volumes ONTAP in just a few clicks.
Jump directly to the deployment steps on using Cloud Manager for Kubernetes here.
Persistent Storage Using Cloud Volumes ONTAP
Cloud Volumes ONTAP is NetApp’s enterprise data management platform for the cloud, and builds on cloud storage services such as Amazon EBS, Amazon S3, Azure Managed Disks, and Azure Blob to give users a complete solution for NFS, SMB, and iSCSI storage in cloud, hybrid and multi-cloud environments. Cloud Volumes ONTAP reduces cloud storage costs through a set of sophisticated storage efficiency features, helps to protect data with snapshots and high availability, and supports many other crucial features for managing data, such as NetApp SnapMirror® for highly-efficient data replication.
Deployments of Kubernetes on AWS/Azure/GCP or on-prem, can make use of Cloud Volumes ONTAP from directly within a cluster by using Astra Trident. Trident is the CSI-compliant storage provisioner that enables dynamic provisioning in Cloud Volumes ONTAP in response to Kubernetes persistent volume claims. Advanced storage features, such as cloning an existing persistent volume using NetApp FlexClone®, data protection for persistent volumes, and storage efficiency features for improving persistent volume storage costs, are all available via standard Kubernetes manifests. Cloud Manager now makes Kubernetes deployment with Trident very easy to accomplish.
Using Cloud Manager for Kubernetes Deployment
Using the Cloud Manager platform, which is available both as a SaaS and as a solution, you can deploy and manage instances of Cloud Volumes ONTAP. Cloud Manager uses a graphical, web-based interface that makes it easy to set up Cloud Volumes ONTAP storage services and organize them across multiple tenants for better overall manageability. On-premises systems, Azure deployments, Google Cloud deployments, and AWS deployments can all be controlled from a single dashboard, and NetApp SnapMirror replication relationships created between them with a simple drag-and-drop.
Cloud Manager allows us to deploy Trident to a Kubernetes cluster and then relate the cluster to Cloud Volumes ONTAP instances.
Prerequisites
Before you can start you should make sure that you have network access between Cloud Manager, the instances of Cloud Volumes ONTAP to be used, and the actual Kubernetes cluster. Cloud Manager will also require internet access in order to download the latest deployment packages for Trident. You should also have your kubeconfig file downloaded from Kubernetes.
Associating the Kubernetes Cluster with Cloud Volumes ONTAP
- To deploy Trident you should begin by going to Cloud Manager. Head to the K8s tab on the menu bar and click on “Add Cluster.”
- On the Kubernetes “Add Cluster” screen, add the cluster to Cloud Manager by using “Discover Clusters” or “Import Cluster.”
- If you click on “Discover Clusters”, you can view the available clusters. Click on “Add Cluster” to add one of the discovered clusters.
- If you go with the “Import Cluster” option mentioned in step 2, you will be able to upload a Kubernetes configuration file.
Note: The kubeconfig file contains all your cluster’s configuration details and should be downloaded directly from Kubernetes itself first.
- Once the cluster is added, click on “Connect to Working Environment.”
- Select the Cloud Volumes ONTAP instance that you want to use with Trident and then click “Continue.”
- Select the storage class in the next step. For this example we will choose NFS.
When you are done, click “Continue.”
- In the next step click on “Add working Environment” to complete the process.
- The Trident provisioner will be installed transparently in the background at this time. Once the process is completed, you can see the Trident version and connected Cloud Volumes ONTAP environment if you navigate to your Kubernetes cluster details in Cloud Manager.
- You can verify that Trident was installed successfully by going to your Kubernetes cluster and running the kubectl get pod command.
Conclusion
Astra Trident gives Kubernetes clusters the power to provision persistent storage using Cloud Volumes ONTAP, which is an enterprise-grade solution for dynamically provisioning persistent volumes. Cloud Manager greatly simplifies Kubernetes deployment with Trident, and the configuration of Cloud Volumes ONTAP, making it much easier to start using NetApp data technology natively from within your Kubernetes cluster.
