Veritas: The Untold Story of A Cloud Company
Earlier this month I had the privilege of being a delegate for Cloud Field Day 3 (http://techfieldday.com/event/cfd3/) which is a tech event put …
NetApp was one of the “legacy” companies that presented a number of compelling solutions at Cloud Field Day #3. The challenge for many similar companies is how do you continue to stay relevant given the pace at which technology moves.
Kubernetes is the defacto container orchestration platform created by Google that is one of the hottest technologies within the IT industry at this time. One of the still developing areas with containers is the management of stateful applications which for many is an anti-pattern for containers which they feel should be stateless. The challenge with stateful applications running in containers is that there must be some sort of persistent storage to allow the state to survive the destruction of the container. This is where a company like NetApp comes into the picture.
NetApp offers a collection of products that can be leveraged to create a highly scalable, performant and cloud agnostic kubernetes persistent storage solution.
https://cloud.netapp.com/cloud-volumes
NetApp Cloud Volumes is a fully managed enterprise class CIFS/NFS storage solution available within the public cloud. Cloud Volumes is based upon NetApp’s ONTAP technology that is familiar to those that manage storage in existing on-prem environments.
NetApp Cloud Volumes is an enterprise class storage solution that includes a number of features unavailable with the native cloud provider storage solutions.
https://github.com/NetApp/trident
Trident is an open source project created by NetApp that enables NetApp’s enterprise storage to be natively leveraged as a persistent volume with Kubernetes.
This allows Kubernetes to dynamically provision storage at an application level as well as specify the storage performance to meet the applications I/O requirements. This enables the application to seamlessly move around the Kubernetes cluster.
The combination of Trident and Cloud Volumes allows for I/O hungry workloads like databases to continue to be moved into containers and still meet performance requirements.
The following video is a snippet of the presentation given at Cloud Field Day #3 about NetApp’s cloud services.
Kubernetes Persistent Volumes
https://kubernetes.io/docs/concepts/storage/persistent-volumes/
Kubernetes Dynamic Volume Provisioning
https://kubernetes.io/docs/concepts/storage/dynamic-provisioning/
OpenShift and NetApp
https://blog.openshift.com/partner-spotlight-netapp/
Earlier this month I had the privilege of being a delegate for Cloud Field Day 3 (http://techfieldday.com/event/cfd3/) which is a tech event put …
A growing consideration for cloud spending and the proliferation of AI have caused many organizations to evaluate their use of the public cloud. Many …