- ../scripts/apply.sh - helper script to deploy resource yaml files and update prefix values. Resource files should be specified as arguments.
- fortune-no-volume.yaml - YAML manifest file for the
fortune-no-volumepod - fortune-emptydir.yaml - YAML manifest file for the
fortune-emptydirpod with an emptyDir volume - fortune.yaml - YAML manifest file for the
fortunepod with two containers that share a volume
- mongodb-pod-gcepd.yaml - YAML manifest file for the
mongodbpod using a GCE Persistent Disk volume - mongodb-pod-aws.yaml - YAML manifest file for the
mongodbpod using an AWS Elastic Block Store volume - mongodb-pod-nfs.yaml - YAML manifest file for the
mongodbpod using an NFS volume - mongodb-pod-hostpath.yaml - YAML manifest file for the
mongodbpod using a hostPath volume (for use in Minikube) - mongodb-pod-hostpath-kind.yaml - YAML manifest file for the
mongodbpod using a hostPath volume (for use in kind)
- node-explorer.yaml - YAML manifest file for the
node-explorerpod - node-explorer-directory.yaml - YAML manifest file for the
node-explorerpod with the hostPath volume type set to Directory