SlideShare a Scribd company logo
1 of 10
Kubernetes Storage: A
Deep Look
IT practitioners have long sought a solution for the ever-changing challenges of
storage. The latest innovation? Containers! These systems not only make it easier
than ever to store data, but also allow you greater flexibility and portability across
environments - something that's impossible with traditional approaches.
Kubernetes Storage is a service that lets you dynamically provision, attach, and
mount storage volumes on Kubernetes clusters. You can use the service to store
pod data as well as build stateful applications on top of your deployed pods.
The following types of storage are currently available:
Persistent Volume (PV) – Similar to AWS EBS or GCE PD, this provides
persistent block storage volumes that survive the deletion of pods that consume
them. It utilizes many drivers to enable it's functionality such as NFS, Ceph,
Flocker etc., depending upon your underlying infrastructure layer (e.g. AWS).
These drivers abstract complexities such as network setup/configuration and
physical disk management from developers/operators.
Dynamic Volume Provisioning – Provides dynamically provisioned volumes. This
volume type is backed by a block storage pool configured by the administrator,
which can be any cloud or on-premise storage providers who provide Amazon
Elastic Block Store (EBS) volume compatible API.
The PersistentVolume object represents persistent storage resources in
Kubernetes storage. You can use this resource to dynamically provision and
manage Persistent Volumes for your applications.
A persistent volume claim is used to request a volume with specific parameters
from an available persistent volume source that satisfies the requestor's
namespace configuration and access mode requirements.
A dynamic volume provisioner provides dynamically provisioned volumes. These
are mounted into pods created by kubelets when they see a volume being claimed
by a pod.
It does not have many use cases as it just makes the process of using different
types of storage easier for developers/operators who want to consume that
specific type of storage, but at the same time their usage is limited as they cannot
provide the required features such as QoS and access modes.
A Kubernetes Storage can be backed by various types of storage providers,
including cloud-based storage solutions as well as on-premise installations. In
order to allow provisioning from these different technologies, different types of
dynamic volume provisioners exist.

More Related Content

What's hot

Extending On-Premise Infrastructure To Cloud
Extending On-Premise Infrastructure To CloudExtending On-Premise Infrastructure To Cloud
Extending On-Premise Infrastructure To CloudLai Yoong Seng
 
Microsoft Azure Storage Basics
Microsoft Azure Storage BasicsMicrosoft Azure Storage Basics
Microsoft Azure Storage BasicsSai Kishore Naidu
 
Dell Compellent: VMware vSphere 5.x and Integration
Dell Compellent: VMware vSphere 5.x and IntegrationDell Compellent: VMware vSphere 5.x and Integration
Dell Compellent: VMware vSphere 5.x and Integration1CloudRoad.com
 
HDS and VMware vSphere Virtual Volumes (VVol)
HDS and VMware vSphere Virtual Volumes (VVol) HDS and VMware vSphere Virtual Volumes (VVol)
HDS and VMware vSphere Virtual Volumes (VVol) Hitachi Vantara
 
AWS Study Group - Chapter 10 - Matching Supply and Demand [Solution Architect...
AWS Study Group - Chapter 10 - Matching Supply and Demand [Solution Architect...AWS Study Group - Chapter 10 - Matching Supply and Demand [Solution Architect...
AWS Study Group - Chapter 10 - Matching Supply and Demand [Solution Architect...QCloudMentor
 
How to manage state with a Kubernetes Application
How to manage state with a Kubernetes ApplicationHow to manage state with a Kubernetes Application
How to manage state with a Kubernetes ApplicationBahubali Shetti
 
Smalltalk in the Cloud
Smalltalk in the CloudSmalltalk in the Cloud
Smalltalk in the CloudESUG
 
Microservices using .Net core
Microservices using .Net coreMicroservices using .Net core
Microservices using .Net coregirish goudar
 
EGI Cloud Compute service for EOSC-hub
EGI Cloud Compute service for EOSC-hub EGI Cloud Compute service for EOSC-hub
EGI Cloud Compute service for EOSC-hub EOSC-hub project
 
Biztalk 2013 Launch Briefing
Biztalk 2013 Launch BriefingBiztalk 2013 Launch Briefing
Biztalk 2013 Launch BriefingNikolai Blackie
 
eCommerce Series Part 2 - Cloud Infrastructure
eCommerce Series Part 2 - Cloud InfrastructureeCommerce Series Part 2 - Cloud Infrastructure
eCommerce Series Part 2 - Cloud InfrastructureAshwinee Kumar
 
eCommerce Series Part 4 - Data Center
eCommerce Series Part 4 - Data CentereCommerce Series Part 4 - Data Center
eCommerce Series Part 4 - Data CenterAshwinee Kumar
 
Containerizing your apps
Containerizing your appsContainerizing your apps
Containerizing your appsJian-Wei Wang
 
Introducing elastic containers
Introducing elastic containersIntroducing elastic containers
Introducing elastic containersGazman84
 
eCommerce Series Part 3 - Application Deployment
eCommerce Series Part 3 - Application DeploymenteCommerce Series Part 3 - Application Deployment
eCommerce Series Part 3 - Application DeploymentAshwinee Kumar
 
eCommerce Series Part 5 - Enterprise Architecture
eCommerce Series Part 5 - Enterprise ArchitectureeCommerce Series Part 5 - Enterprise Architecture
eCommerce Series Part 5 - Enterprise ArchitectureAshwinee Kumar
 
Alluxio: The missing piece of on-demand clusters at Alluxio Meetup 2016
Alluxio: The missing piece of on-demand clusters at Alluxio Meetup 2016Alluxio: The missing piece of on-demand clusters at Alluxio Meetup 2016
Alluxio: The missing piece of on-demand clusters at Alluxio Meetup 2016Alluxio, Inc.
 
Eucalyptus: Our Story. Presented at LCA2011
Eucalyptus: Our Story. Presented at LCA2011Eucalyptus: Our Story. Presented at LCA2011
Eucalyptus: Our Story. Presented at LCA2011Mark Atwood
 
AWS Webcast - Explore the AWS Cloud
AWS Webcast - Explore the AWS CloudAWS Webcast - Explore the AWS Cloud
AWS Webcast - Explore the AWS CloudAmazon Web Services
 
Deploying .net application using VSTS on ACS in kubernetes
Deploying .net application using VSTS on ACS in kubernetesDeploying .net application using VSTS on ACS in kubernetes
Deploying .net application using VSTS on ACS in kubernetesgirish goudar
 

What's hot (20)

Extending On-Premise Infrastructure To Cloud
Extending On-Premise Infrastructure To CloudExtending On-Premise Infrastructure To Cloud
Extending On-Premise Infrastructure To Cloud
 
Microsoft Azure Storage Basics
Microsoft Azure Storage BasicsMicrosoft Azure Storage Basics
Microsoft Azure Storage Basics
 
Dell Compellent: VMware vSphere 5.x and Integration
Dell Compellent: VMware vSphere 5.x and IntegrationDell Compellent: VMware vSphere 5.x and Integration
Dell Compellent: VMware vSphere 5.x and Integration
 
HDS and VMware vSphere Virtual Volumes (VVol)
HDS and VMware vSphere Virtual Volumes (VVol) HDS and VMware vSphere Virtual Volumes (VVol)
HDS and VMware vSphere Virtual Volumes (VVol)
 
AWS Study Group - Chapter 10 - Matching Supply and Demand [Solution Architect...
AWS Study Group - Chapter 10 - Matching Supply and Demand [Solution Architect...AWS Study Group - Chapter 10 - Matching Supply and Demand [Solution Architect...
AWS Study Group - Chapter 10 - Matching Supply and Demand [Solution Architect...
 
How to manage state with a Kubernetes Application
How to manage state with a Kubernetes ApplicationHow to manage state with a Kubernetes Application
How to manage state with a Kubernetes Application
 
Smalltalk in the Cloud
Smalltalk in the CloudSmalltalk in the Cloud
Smalltalk in the Cloud
 
Microservices using .Net core
Microservices using .Net coreMicroservices using .Net core
Microservices using .Net core
 
EGI Cloud Compute service for EOSC-hub
EGI Cloud Compute service for EOSC-hub EGI Cloud Compute service for EOSC-hub
EGI Cloud Compute service for EOSC-hub
 
Biztalk 2013 Launch Briefing
Biztalk 2013 Launch BriefingBiztalk 2013 Launch Briefing
Biztalk 2013 Launch Briefing
 
eCommerce Series Part 2 - Cloud Infrastructure
eCommerce Series Part 2 - Cloud InfrastructureeCommerce Series Part 2 - Cloud Infrastructure
eCommerce Series Part 2 - Cloud Infrastructure
 
eCommerce Series Part 4 - Data Center
eCommerce Series Part 4 - Data CentereCommerce Series Part 4 - Data Center
eCommerce Series Part 4 - Data Center
 
Containerizing your apps
Containerizing your appsContainerizing your apps
Containerizing your apps
 
Introducing elastic containers
Introducing elastic containersIntroducing elastic containers
Introducing elastic containers
 
eCommerce Series Part 3 - Application Deployment
eCommerce Series Part 3 - Application DeploymenteCommerce Series Part 3 - Application Deployment
eCommerce Series Part 3 - Application Deployment
 
eCommerce Series Part 5 - Enterprise Architecture
eCommerce Series Part 5 - Enterprise ArchitectureeCommerce Series Part 5 - Enterprise Architecture
eCommerce Series Part 5 - Enterprise Architecture
 
Alluxio: The missing piece of on-demand clusters at Alluxio Meetup 2016
Alluxio: The missing piece of on-demand clusters at Alluxio Meetup 2016Alluxio: The missing piece of on-demand clusters at Alluxio Meetup 2016
Alluxio: The missing piece of on-demand clusters at Alluxio Meetup 2016
 
Eucalyptus: Our Story. Presented at LCA2011
Eucalyptus: Our Story. Presented at LCA2011Eucalyptus: Our Story. Presented at LCA2011
Eucalyptus: Our Story. Presented at LCA2011
 
AWS Webcast - Explore the AWS Cloud
AWS Webcast - Explore the AWS CloudAWS Webcast - Explore the AWS Cloud
AWS Webcast - Explore the AWS Cloud
 
Deploying .net application using VSTS on ACS in kubernetes
Deploying .net application using VSTS on ACS in kubernetesDeploying .net application using VSTS on ACS in kubernetes
Deploying .net application using VSTS on ACS in kubernetes
 

Similar to Kubernetes Storage a Deep Look

Kubernetes Basics - ICP Workshop Batch II
Kubernetes Basics - ICP Workshop Batch IIKubernetes Basics - ICP Workshop Batch II
Kubernetes Basics - ICP Workshop Batch IIPT Datacomm Diangraha
 
Docker Chennai Meetup - OpenEBS Overview
Docker Chennai Meetup - OpenEBS OverviewDocker Chennai Meetup - OpenEBS Overview
Docker Chennai Meetup - OpenEBS OverviewOpenEBS
 
OpenEBS Usecases
OpenEBS   UsecasesOpenEBS   Usecases
OpenEBS UsecasesOpenEBS
 
Containerized Storage for Containers: Why, What and How OpenEBS Works
Containerized Storage for Containers:  Why, What and How OpenEBS WorksContainerized Storage for Containers:  Why, What and How OpenEBS Works
Containerized Storage for Containers: Why, What and How OpenEBS WorksMatt Baldwin
 
Containerized Storage for Containers- Kubernetes LA Meetup , July 2017
Containerized Storage for Containers- Kubernetes LA Meetup , July 2017Containerized Storage for Containers- Kubernetes LA Meetup , July 2017
Containerized Storage for Containers- Kubernetes LA Meetup , July 2017OpenEBS
 
OpenEBS - Containerized Storage for Containers
OpenEBS  - Containerized Storage for ContainersOpenEBS  - Containerized Storage for Containers
OpenEBS - Containerized Storage for ContainersUmasankar Mukkara
 
DCEU 18: Provisioning and Managing Storage for Docker Containers
DCEU 18: Provisioning and Managing Storage for Docker ContainersDCEU 18: Provisioning and Managing Storage for Docker Containers
DCEU 18: Provisioning and Managing Storage for Docker ContainersDocker, Inc.
 
Kubernetes Bangalore Meetup- July 2017
Kubernetes Bangalore Meetup- July 2017Kubernetes Bangalore Meetup- July 2017
Kubernetes Bangalore Meetup- July 2017OpenEBS
 
Newesis - Introduction to Containers
Newesis -  Introduction to ContainersNewesis -  Introduction to Containers
Newesis - Introduction to ContainersRauno De Pasquale
 
Intro to kubernetes
Intro to kubernetesIntro to kubernetes
Intro to kubernetesElad Hirsch
 
Deliver self-service to DevOps teams with Dell Technologies APEX cloud and st...
Deliver self-service to DevOps teams with Dell Technologies APEX cloud and st...Deliver self-service to DevOps teams with Dell Technologies APEX cloud and st...
Deliver self-service to DevOps teams with Dell Technologies APEX cloud and st...Principled Technologies
 
Cluster Management _ kubernetes MADIHA HARIFI
Cluster Management _ kubernetes MADIHA HARIFICluster Management _ kubernetes MADIHA HARIFI
Cluster Management _ kubernetes MADIHA HARIFIHarifi Madiha
 
Kubernetes vs Apache Mesos What is the Difference.pptx
Kubernetes vs Apache Mesos What is the Difference.pptxKubernetes vs Apache Mesos What is the Difference.pptx
Kubernetes vs Apache Mesos What is the Difference.pptxCalidad Infotech
 
Kubernetes From Scratch .pdf
Kubernetes From Scratch .pdfKubernetes From Scratch .pdf
Kubernetes From Scratch .pdfssuser9b44c7
 
16th Generation Dell PowerEdge servers + VMware vSphere 8.0: Improve workload...
16th Generation Dell PowerEdge servers + VMware vSphere 8.0: Improve workload...16th Generation Dell PowerEdge servers + VMware vSphere 8.0: Improve workload...
16th Generation Dell PowerEdge servers + VMware vSphere 8.0: Improve workload...Principled Technologies
 
Persistent Storage in Docker Platform
Persistent Storage in Docker PlatformPersistent Storage in Docker Platform
Persistent Storage in Docker PlatformAnusha Ragunathan
 
aks_training_document_Azure_kuberne.pptx
aks_training_document_Azure_kuberne.pptxaks_training_document_Azure_kuberne.pptx
aks_training_document_Azure_kuberne.pptxWaseemShare
 
Red Hat Storage Day LA - Persistent Storage for Linux Containers
Red Hat Storage Day LA - Persistent Storage for Linux Containers Red Hat Storage Day LA - Persistent Storage for Linux Containers
Red Hat Storage Day LA - Persistent Storage for Linux Containers Red_Hat_Storage
 
Highly scalable caching service on cloud - Redis
Highly scalable caching service on cloud - RedisHighly scalable caching service on cloud - Redis
Highly scalable caching service on cloud - RedisKrishna-Kumar
 
Cloud Architectures.ppt
Cloud Architectures.pptCloud Architectures.ppt
Cloud Architectures.pptdumyfake
 

Similar to Kubernetes Storage a Deep Look (20)

Kubernetes Basics - ICP Workshop Batch II
Kubernetes Basics - ICP Workshop Batch IIKubernetes Basics - ICP Workshop Batch II
Kubernetes Basics - ICP Workshop Batch II
 
Docker Chennai Meetup - OpenEBS Overview
Docker Chennai Meetup - OpenEBS OverviewDocker Chennai Meetup - OpenEBS Overview
Docker Chennai Meetup - OpenEBS Overview
 
OpenEBS Usecases
OpenEBS   UsecasesOpenEBS   Usecases
OpenEBS Usecases
 
Containerized Storage for Containers: Why, What and How OpenEBS Works
Containerized Storage for Containers:  Why, What and How OpenEBS WorksContainerized Storage for Containers:  Why, What and How OpenEBS Works
Containerized Storage for Containers: Why, What and How OpenEBS Works
 
Containerized Storage for Containers- Kubernetes LA Meetup , July 2017
Containerized Storage for Containers- Kubernetes LA Meetup , July 2017Containerized Storage for Containers- Kubernetes LA Meetup , July 2017
Containerized Storage for Containers- Kubernetes LA Meetup , July 2017
 
OpenEBS - Containerized Storage for Containers
OpenEBS  - Containerized Storage for ContainersOpenEBS  - Containerized Storage for Containers
OpenEBS - Containerized Storage for Containers
 
DCEU 18: Provisioning and Managing Storage for Docker Containers
DCEU 18: Provisioning and Managing Storage for Docker ContainersDCEU 18: Provisioning and Managing Storage for Docker Containers
DCEU 18: Provisioning and Managing Storage for Docker Containers
 
Kubernetes Bangalore Meetup- July 2017
Kubernetes Bangalore Meetup- July 2017Kubernetes Bangalore Meetup- July 2017
Kubernetes Bangalore Meetup- July 2017
 
Newesis - Introduction to Containers
Newesis -  Introduction to ContainersNewesis -  Introduction to Containers
Newesis - Introduction to Containers
 
Intro to kubernetes
Intro to kubernetesIntro to kubernetes
Intro to kubernetes
 
Deliver self-service to DevOps teams with Dell Technologies APEX cloud and st...
Deliver self-service to DevOps teams with Dell Technologies APEX cloud and st...Deliver self-service to DevOps teams with Dell Technologies APEX cloud and st...
Deliver self-service to DevOps teams with Dell Technologies APEX cloud and st...
 
Cluster Management _ kubernetes MADIHA HARIFI
Cluster Management _ kubernetes MADIHA HARIFICluster Management _ kubernetes MADIHA HARIFI
Cluster Management _ kubernetes MADIHA HARIFI
 
Kubernetes vs Apache Mesos What is the Difference.pptx
Kubernetes vs Apache Mesos What is the Difference.pptxKubernetes vs Apache Mesos What is the Difference.pptx
Kubernetes vs Apache Mesos What is the Difference.pptx
 
Kubernetes From Scratch .pdf
Kubernetes From Scratch .pdfKubernetes From Scratch .pdf
Kubernetes From Scratch .pdf
 
16th Generation Dell PowerEdge servers + VMware vSphere 8.0: Improve workload...
16th Generation Dell PowerEdge servers + VMware vSphere 8.0: Improve workload...16th Generation Dell PowerEdge servers + VMware vSphere 8.0: Improve workload...
16th Generation Dell PowerEdge servers + VMware vSphere 8.0: Improve workload...
 
Persistent Storage in Docker Platform
Persistent Storage in Docker PlatformPersistent Storage in Docker Platform
Persistent Storage in Docker Platform
 
aks_training_document_Azure_kuberne.pptx
aks_training_document_Azure_kuberne.pptxaks_training_document_Azure_kuberne.pptx
aks_training_document_Azure_kuberne.pptx
 
Red Hat Storage Day LA - Persistent Storage for Linux Containers
Red Hat Storage Day LA - Persistent Storage for Linux Containers Red Hat Storage Day LA - Persistent Storage for Linux Containers
Red Hat Storage Day LA - Persistent Storage for Linux Containers
 
Highly scalable caching service on cloud - Redis
Highly scalable caching service on cloud - RedisHighly scalable caching service on cloud - Redis
Highly scalable caching service on cloud - Redis
 
Cloud Architectures.ppt
Cloud Architectures.pptCloud Architectures.ppt
Cloud Architectures.ppt
 

More from Data Source

Transforming Retail Communications: The Key to Success
Transforming Retail Communications: The Key to SuccessTransforming Retail Communications: The Key to Success
Transforming Retail Communications: The Key to SuccessData Source
 
IoT Monitoring: Unleashing the Power of Real-Time Insights for Efficient Oper...
IoT Monitoring: Unleashing the Power of Real-Time Insights for Efficient Oper...IoT Monitoring: Unleashing the Power of Real-Time Insights for Efficient Oper...
IoT Monitoring: Unleashing the Power of Real-Time Insights for Efficient Oper...Data Source
 
Fiber converters.pdf
Fiber converters.pdfFiber converters.pdf
Fiber converters.pdfData Source
 
Embracing the Future: Exploring the Power of EW Radar
Embracing the Future: Exploring the Power of EW RadarEmbracing the Future: Exploring the Power of EW Radar
Embracing the Future: Exploring the Power of EW RadarData Source
 
Медикаментозное лечение _ рассеянный склероз.pptx
Медикаментозное лечение _ рассеянный склероз.pptxМедикаментозное лечение _ рассеянный склероз.pptx
Медикаментозное лечение _ рассеянный склероз.pptxData Source
 
AI 小売革命: ショッピング エクスペリエンスを変革する
AI 小売革命: ショッピング エクスペリエンスを変革するAI 小売革命: ショッピング エクスペリエンスを変革する
AI 小売革命: ショッピング エクスペリエンスを変革するData Source
 
Die KI-Revolution: Das Potenzial von KI-Produkten freisetzen
Die KI-Revolution: Das Potenzial von KI-Produkten freisetzenDie KI-Revolution: Das Potenzial von KI-Produkten freisetzen
Die KI-Revolution: Das Potenzial von KI-Produkten freisetzenData Source
 
AI-generated avatars.pptx
AI-generated avatars.pptxAI-generated avatars.pptx
AI-generated avatars.pptxData Source
 
טיפול בסוכרת: גישה מקיפה
טיפול בסוכרת: גישה מקיפהטיפול בסוכרת: גישה מקיפה
טיפול בסוכרת: גישה מקיפהData Source
 
E-Learning Video Maker
E-Learning Video MakerE-Learning Video Maker
E-Learning Video MakerData Source
 
עיצוב מטבחי יוקרה
עיצוב מטבחי יוקרהעיצוב מטבחי יוקרה
עיצוב מטבחי יוקרהData Source
 
טיפול בסכרת
טיפול בסכרתטיפול בסכרת
טיפול בסכרתData Source
 
בחירת משכנתא
בחירת משכנתאבחירת משכנתא
בחירת משכנתאData Source
 
SMS For Ecommerce Banking
SMS For Ecommerce BankingSMS For Ecommerce Banking
SMS For Ecommerce BankingData Source
 
Connected Operational Worker Market
Connected Operational Worker MarketConnected Operational Worker Market
Connected Operational Worker MarketData Source
 
Smart Home Technology
Smart Home TechnologySmart Home Technology
Smart Home TechnologyData Source
 
בנק איגוד למשכנתאות
בנק איגוד למשכנתאותבנק איגוד למשכנתאות
בנק איגוד למשכנתאותData Source
 
אנגלית לכיתה ה
אנגלית לכיתה האנגלית לכיתה ה
אנגלית לכיתה הData Source
 

More from Data Source (20)

Transforming Retail Communications: The Key to Success
Transforming Retail Communications: The Key to SuccessTransforming Retail Communications: The Key to Success
Transforming Retail Communications: The Key to Success
 
IoT Monitoring: Unleashing the Power of Real-Time Insights for Efficient Oper...
IoT Monitoring: Unleashing the Power of Real-Time Insights for Efficient Oper...IoT Monitoring: Unleashing the Power of Real-Time Insights for Efficient Oper...
IoT Monitoring: Unleashing the Power of Real-Time Insights for Efficient Oper...
 
Fiber converters.pdf
Fiber converters.pdfFiber converters.pdf
Fiber converters.pdf
 
Embracing the Future: Exploring the Power of EW Radar
Embracing the Future: Exploring the Power of EW RadarEmbracing the Future: Exploring the Power of EW Radar
Embracing the Future: Exploring the Power of EW Radar
 
Медикаментозное лечение _ рассеянный склероз.pptx
Медикаментозное лечение _ рассеянный склероз.pptxМедикаментозное лечение _ рассеянный склероз.pptx
Медикаментозное лечение _ рассеянный склероз.pptx
 
AI 小売革命: ショッピング エクスペリエンスを変革する
AI 小売革命: ショッピング エクスペリエンスを変革するAI 小売革命: ショッピング エクスペリエンスを変革する
AI 小売革命: ショッピング エクスペリエンスを変革する
 
Die KI-Revolution: Das Potenzial von KI-Produkten freisetzen
Die KI-Revolution: Das Potenzial von KI-Produkten freisetzenDie KI-Revolution: Das Potenzial von KI-Produkten freisetzen
Die KI-Revolution: Das Potenzial von KI-Produkten freisetzen
 
AI-generated avatars.pptx
AI-generated avatars.pptxAI-generated avatars.pptx
AI-generated avatars.pptx
 
טיפול בסוכרת: גישה מקיפה
טיפול בסוכרת: גישה מקיפהטיפול בסוכרת: גישה מקיפה
טיפול בסוכרת: גישה מקיפה
 
E-Learning Video Maker
E-Learning Video MakerE-Learning Video Maker
E-Learning Video Maker
 
עיצוב מטבחי יוקרה
עיצוב מטבחי יוקרהעיצוב מטבחי יוקרה
עיצוב מטבחי יוקרה
 
טיפול בסכרת
טיפול בסכרתטיפול בסכרת
טיפול בסכרת
 
ai チップ
ai チップai チップ
ai チップ
 
Edge ki
Edge kiEdge ki
Edge ki
 
בחירת משכנתא
בחירת משכנתאבחירת משכנתא
בחירת משכנתא
 
SMS For Ecommerce Banking
SMS For Ecommerce BankingSMS For Ecommerce Banking
SMS For Ecommerce Banking
 
Connected Operational Worker Market
Connected Operational Worker MarketConnected Operational Worker Market
Connected Operational Worker Market
 
Smart Home Technology
Smart Home TechnologySmart Home Technology
Smart Home Technology
 
בנק איגוד למשכנתאות
בנק איגוד למשכנתאותבנק איגוד למשכנתאות
בנק איגוד למשכנתאות
 
אנגלית לכיתה ה
אנגלית לכיתה האנגלית לכיתה ה
אנגלית לכיתה ה
 

Recently uploaded

Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 

Recently uploaded (20)

Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 

Kubernetes Storage a Deep Look

  • 2. IT practitioners have long sought a solution for the ever-changing challenges of storage. The latest innovation? Containers! These systems not only make it easier than ever to store data, but also allow you greater flexibility and portability across environments - something that's impossible with traditional approaches.
  • 3. Kubernetes Storage is a service that lets you dynamically provision, attach, and mount storage volumes on Kubernetes clusters. You can use the service to store pod data as well as build stateful applications on top of your deployed pods.
  • 4. The following types of storage are currently available: Persistent Volume (PV) – Similar to AWS EBS or GCE PD, this provides persistent block storage volumes that survive the deletion of pods that consume them. It utilizes many drivers to enable it's functionality such as NFS, Ceph, Flocker etc., depending upon your underlying infrastructure layer (e.g. AWS). These drivers abstract complexities such as network setup/configuration and physical disk management from developers/operators.
  • 5. Dynamic Volume Provisioning – Provides dynamically provisioned volumes. This volume type is backed by a block storage pool configured by the administrator, which can be any cloud or on-premise storage providers who provide Amazon Elastic Block Store (EBS) volume compatible API.
  • 6. The PersistentVolume object represents persistent storage resources in Kubernetes storage. You can use this resource to dynamically provision and manage Persistent Volumes for your applications.
  • 7. A persistent volume claim is used to request a volume with specific parameters from an available persistent volume source that satisfies the requestor's namespace configuration and access mode requirements.
  • 8. A dynamic volume provisioner provides dynamically provisioned volumes. These are mounted into pods created by kubelets when they see a volume being claimed by a pod.
  • 9. It does not have many use cases as it just makes the process of using different types of storage easier for developers/operators who want to consume that specific type of storage, but at the same time their usage is limited as they cannot provide the required features such as QoS and access modes.
  • 10. A Kubernetes Storage can be backed by various types of storage providers, including cloud-based storage solutions as well as on-premise installations. In order to allow provisioning from these different technologies, different types of dynamic volume provisioners exist.