├── Chapter1 ├── 1.3.2 mysql-rc.yaml ├── 1.3.2 mysql-svc.yaml ├── 1.3.3 myweb-rc.yaml ├── 1.3.3 myweb-svc.yaml ├── 1.4.3 myweb-pod.yaml └── 1.4.6 tomcat-deployment.yaml ├── Chapter2 ├── 2.3.10 nginx-init-containers.yaml ├── 2.3.11 nginx-deployment.yaml ├── 2.3.11.4 redis-master-controller-v2.yaml ├── 2.3.12.1 nginx-deployment.yaml ├── 2.3.12.2 busybox-pod.yaml ├── 2.3.12.2 hpa-php-apache.yaml ├── 2.3.12.2 php-apache-deployment.yaml ├── 2.3.12.2 php-apache-svc.yaml ├── 2.3.13 mongo-headless-service.yaml ├── 2.3.13 statefulset-mongo.yaml ├── 2.3.13 storageclass-fast.yaml ├── 2.3.3 static-web.yaml ├── 2.3.4 pod-volume-applogs.yaml ├── 2.3.5 cm-appconfigfiles.yaml ├── 2.3.5 cm-appvars.yaml ├── 2.3.5 cm-test-app.yaml ├── 2.3.6 dapi-test-pod-container-vars.yaml ├── 2.3.6 dapi-test-pod-volume.yaml ├── 2.3.6 dapi-test-pod.yaml ├── 2.3.9 cron.yaml ├── 2.3.9 fluentd-ds.yaml ├── 2.3.9 nginx-deployment.yaml ├── 2.3.9 redis-master-controller.yaml ├── 2.4.2 webapp-rc.yaml ├── 2.4.3.2 cassandra-rc.yaml ├── 2.4.3.2 cassandra-service.yaml ├── 2.4.4.1 pod-hostnetwork.yaml ├── 2.4.4.1 pod-hostport.yaml ├── 2.4.5.1 skydns-rc.yaml ├── 2.4.5.1 skydns-svc.yaml ├── 2.4.5.3 redis-master-service.yaml ├── 2.4.5.4 busybox.yaml ├── 2.4.7.1 default-backend.yaml ├── 2.4.7.1 nginx-ingress-daemonset.yaml └── 2.4.7.5 mywebsite-ingress-secret.yaml ├── Chapter5 ├── 5.1.1 - unschedule_node.yaml ├── 5.1.11 - kubernetes-dashboard.yaml ├── 5.1.3 - namespace-development.yaml ├── 5.1.3 - namespace-production.yaml ├── 5.1.4 - best-effort.yaml ├── 5.1.4 - compute-resources.yaml ├── 5.1.4 - invalid-pod.yaml ├── 5.1.4 - limit-test-nginx.yaml ├── 5.1.4 - limits.yaml ├── 5.1.4 - namespace.yaml ├── 5.1.4 - not-best-effort.yaml ├── 5.1.4 - object-counts.yaml ├── 5.1.7 - kube-apiserver.yaml ├── 5.1.7 - kube-controller-manager.yaml ├── 5.1.7 - kube-scheduler.yaml ├── 5.1.8 - grafana-service.yaml ├── 5.1.8 - heapster.yaml ├── 5.1.8 - influxdb-grafana-rc.yaml ├── 5.1.8 - influxdb-service.yaml ├── 5.1.9 - elasticsearch-rc-svc.yml ├── 5.1.9 - fluentd-ds.yml ├── 5.1.9 - kibana-rc-svc.yml ├── 5.2.4 - redis-master-controller.yaml ├── 5.3.1 - myweb-db setting-cm.yaml ├── 5.3.1 - myweb-env-config.yaml ├── 5.3.1 - myweb-pod.yaml ├── 5.3.1 - myweb-podpreset-db.yaml └── 5.3.1 - myweb-podpreset-volume.yaml └── README.md /Chapter1/1.3.2 mysql-rc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter1/1.3.2 mysql-rc.yaml -------------------------------------------------------------------------------- /Chapter1/1.3.2 mysql-svc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter1/1.3.2 mysql-svc.yaml -------------------------------------------------------------------------------- /Chapter1/1.3.3 myweb-rc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter1/1.3.3 myweb-rc.yaml -------------------------------------------------------------------------------- /Chapter1/1.3.3 myweb-svc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter1/1.3.3 myweb-svc.yaml -------------------------------------------------------------------------------- /Chapter1/1.4.3 myweb-pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter1/1.4.3 myweb-pod.yaml -------------------------------------------------------------------------------- /Chapter1/1.4.6 tomcat-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter1/1.4.6 tomcat-deployment.yaml -------------------------------------------------------------------------------- /Chapter2/2.3.10 nginx-init-containers.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.3.10 nginx-init-containers.yaml -------------------------------------------------------------------------------- /Chapter2/2.3.11 nginx-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.3.11 nginx-deployment.yaml -------------------------------------------------------------------------------- /Chapter2/2.3.11.4 redis-master-controller-v2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.3.11.4 redis-master-controller-v2.yaml -------------------------------------------------------------------------------- /Chapter2/2.3.12.1 nginx-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.3.12.1 nginx-deployment.yaml -------------------------------------------------------------------------------- /Chapter2/2.3.12.2 busybox-pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.3.12.2 busybox-pod.yaml -------------------------------------------------------------------------------- /Chapter2/2.3.12.2 hpa-php-apache.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.3.12.2 hpa-php-apache.yaml -------------------------------------------------------------------------------- /Chapter2/2.3.12.2 php-apache-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.3.12.2 php-apache-deployment.yaml -------------------------------------------------------------------------------- /Chapter2/2.3.12.2 php-apache-svc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.3.12.2 php-apache-svc.yaml -------------------------------------------------------------------------------- /Chapter2/2.3.13 mongo-headless-service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.3.13 mongo-headless-service.yaml -------------------------------------------------------------------------------- /Chapter2/2.3.13 statefulset-mongo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.3.13 statefulset-mongo.yaml -------------------------------------------------------------------------------- /Chapter2/2.3.13 storageclass-fast.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.3.13 storageclass-fast.yaml -------------------------------------------------------------------------------- /Chapter2/2.3.3 static-web.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.3.3 static-web.yaml -------------------------------------------------------------------------------- /Chapter2/2.3.4 pod-volume-applogs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.3.4 pod-volume-applogs.yaml -------------------------------------------------------------------------------- /Chapter2/2.3.5 cm-appconfigfiles.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.3.5 cm-appconfigfiles.yaml -------------------------------------------------------------------------------- /Chapter2/2.3.5 cm-appvars.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.3.5 cm-appvars.yaml -------------------------------------------------------------------------------- /Chapter2/2.3.5 cm-test-app.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.3.5 cm-test-app.yaml -------------------------------------------------------------------------------- /Chapter2/2.3.6 dapi-test-pod-container-vars.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.3.6 dapi-test-pod-container-vars.yaml -------------------------------------------------------------------------------- /Chapter2/2.3.6 dapi-test-pod-volume.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.3.6 dapi-test-pod-volume.yaml -------------------------------------------------------------------------------- /Chapter2/2.3.6 dapi-test-pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.3.6 dapi-test-pod.yaml -------------------------------------------------------------------------------- /Chapter2/2.3.9 cron.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.3.9 cron.yaml -------------------------------------------------------------------------------- /Chapter2/2.3.9 fluentd-ds.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.3.9 fluentd-ds.yaml -------------------------------------------------------------------------------- /Chapter2/2.3.9 nginx-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.3.9 nginx-deployment.yaml -------------------------------------------------------------------------------- /Chapter2/2.3.9 redis-master-controller.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.3.9 redis-master-controller.yaml -------------------------------------------------------------------------------- /Chapter2/2.4.2 webapp-rc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.4.2 webapp-rc.yaml -------------------------------------------------------------------------------- /Chapter2/2.4.3.2 cassandra-rc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.4.3.2 cassandra-rc.yaml -------------------------------------------------------------------------------- /Chapter2/2.4.3.2 cassandra-service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.4.3.2 cassandra-service.yaml -------------------------------------------------------------------------------- /Chapter2/2.4.4.1 pod-hostnetwork.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.4.4.1 pod-hostnetwork.yaml -------------------------------------------------------------------------------- /Chapter2/2.4.4.1 pod-hostport.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.4.4.1 pod-hostport.yaml -------------------------------------------------------------------------------- /Chapter2/2.4.5.1 skydns-rc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.4.5.1 skydns-rc.yaml -------------------------------------------------------------------------------- /Chapter2/2.4.5.1 skydns-svc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.4.5.1 skydns-svc.yaml -------------------------------------------------------------------------------- /Chapter2/2.4.5.3 redis-master-service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.4.5.3 redis-master-service.yaml -------------------------------------------------------------------------------- /Chapter2/2.4.5.4 busybox.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.4.5.4 busybox.yaml -------------------------------------------------------------------------------- /Chapter2/2.4.7.1 default-backend.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.4.7.1 default-backend.yaml -------------------------------------------------------------------------------- /Chapter2/2.4.7.1 nginx-ingress-daemonset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.4.7.1 nginx-ingress-daemonset.yaml -------------------------------------------------------------------------------- /Chapter2/2.4.7.5 mywebsite-ingress-secret.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter2/2.4.7.5 mywebsite-ingress-secret.yaml -------------------------------------------------------------------------------- /Chapter5/5.1.1 - unschedule_node.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter5/5.1.1 - unschedule_node.yaml -------------------------------------------------------------------------------- /Chapter5/5.1.11 - kubernetes-dashboard.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter5/5.1.11 - kubernetes-dashboard.yaml -------------------------------------------------------------------------------- /Chapter5/5.1.3 - namespace-development.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: v1 2 | kind: Namespace 3 | metadata: 4 | name: development 5 | -------------------------------------------------------------------------------- /Chapter5/5.1.3 - namespace-production.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: v1 2 | kind: Namespace 3 | metadata: 4 | name: production 5 | -------------------------------------------------------------------------------- /Chapter5/5.1.4 - best-effort.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter5/5.1.4 - best-effort.yaml -------------------------------------------------------------------------------- /Chapter5/5.1.4 - compute-resources.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter5/5.1.4 - compute-resources.yaml -------------------------------------------------------------------------------- /Chapter5/5.1.4 - invalid-pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter5/5.1.4 - invalid-pod.yaml -------------------------------------------------------------------------------- /Chapter5/5.1.4 - limit-test-nginx.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter5/5.1.4 - limit-test-nginx.yaml -------------------------------------------------------------------------------- /Chapter5/5.1.4 - limits.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter5/5.1.4 - limits.yaml -------------------------------------------------------------------------------- /Chapter5/5.1.4 - namespace.yaml: -------------------------------------------------------------------------------- 1 | apiVersion: v1 2 | kind: Namespace 3 | metadata: 4 | name: quota-example -------------------------------------------------------------------------------- /Chapter5/5.1.4 - not-best-effort.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter5/5.1.4 - not-best-effort.yaml -------------------------------------------------------------------------------- /Chapter5/5.1.4 - object-counts.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter5/5.1.4 - object-counts.yaml -------------------------------------------------------------------------------- /Chapter5/5.1.7 - kube-apiserver.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter5/5.1.7 - kube-apiserver.yaml -------------------------------------------------------------------------------- /Chapter5/5.1.7 - kube-controller-manager.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter5/5.1.7 - kube-controller-manager.yaml -------------------------------------------------------------------------------- /Chapter5/5.1.7 - kube-scheduler.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter5/5.1.7 - kube-scheduler.yaml -------------------------------------------------------------------------------- /Chapter5/5.1.8 - grafana-service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter5/5.1.8 - grafana-service.yaml -------------------------------------------------------------------------------- /Chapter5/5.1.8 - heapster.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter5/5.1.8 - heapster.yaml -------------------------------------------------------------------------------- /Chapter5/5.1.8 - influxdb-grafana-rc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter5/5.1.8 - influxdb-grafana-rc.yaml -------------------------------------------------------------------------------- /Chapter5/5.1.8 - influxdb-service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter5/5.1.8 - influxdb-service.yaml -------------------------------------------------------------------------------- /Chapter5/5.1.9 - elasticsearch-rc-svc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter5/5.1.9 - elasticsearch-rc-svc.yml -------------------------------------------------------------------------------- /Chapter5/5.1.9 - fluentd-ds.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter5/5.1.9 - fluentd-ds.yml -------------------------------------------------------------------------------- /Chapter5/5.1.9 - kibana-rc-svc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter5/5.1.9 - kibana-rc-svc.yml -------------------------------------------------------------------------------- /Chapter5/5.2.4 - redis-master-controller.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter5/5.2.4 - redis-master-controller.yaml -------------------------------------------------------------------------------- /Chapter5/5.3.1 - myweb-db setting-cm.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter5/5.3.1 - myweb-db setting-cm.yaml -------------------------------------------------------------------------------- /Chapter5/5.3.1 - myweb-env-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter5/5.3.1 - myweb-env-config.yaml -------------------------------------------------------------------------------- /Chapter5/5.3.1 - myweb-pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter5/5.3.1 - myweb-pod.yaml -------------------------------------------------------------------------------- /Chapter5/5.3.1 - myweb-podpreset-db.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter5/5.3.1 - myweb-podpreset-db.yaml -------------------------------------------------------------------------------- /Chapter5/5.3.1 - myweb-podpreset-volume.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubeguide/K8sDefinitiveGuide-V3-Sourcecode/HEAD/Chapter5/5.3.1 - myweb-podpreset-volume.yaml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 《Kubernetes权威指南》纪念版书中示例 2 | --------------------------------------------------------------------------------