I created a Kubernetes cluster on top of GCE VMs (a bit like kubernetes-the-hard-way) and now I'm facing lack of documentation to understand two point :
How can I integrate Google compute disks to be created when I create a PersistentVolumeClaim ?
How can I integrate Google LoadBalancer to create externalLB when I ask a Service type: Loadbalancer ?
Thanks a lot for that.