Slide 7
Slide 7 text
Google Cloud Platform
Expose local disks as Persistent Volumes
• Enables portability across clusters, environments and storage providers
• Consistent K8s volume management
• Managed lifecycle
• Managed access isolation between pods
• Reduces user privileges
Make scheduler aware of local disk placement constraints
• Lowers barrier to entry: reduces need for custom operators and schedulers
• Consistent application management across environments and storage providers
• Integration with Kubernetes features
• StatefulSets, horizontal scaling, pod affinity and anti-affinity, node taints and tolerations, etc.
Project Goals