Manifests from Kubernetes on vSphere Storage 101 blogs series published on https://cormachogan.com
I wrote a series of blog posts which attempted to cover many basic aspects of running Kubernetes on top of vSphere, with particular emphasis on the underlying vSphere storage. Here are the posts, along with the links to the manifest files should you wish to try these out in your own lab:
1. The basics - PVs, PVCs and Pods. Link to manifest files here.
2. StorageClass. Link to manifest files here.
3. Deployments and ReplicaSets. Link to manifest files here.
4. StatefulSets. Link to manifest files here.
5. Failure Scenarios No manifest files.
6. ReadWriteMany Volumes (e.g. NFS). Link to manifest files here.
7. NFS Revisited. Link to manifest files here.
8. Services. Link to manifest files here.
9. Ingress. Link to manifest files here.