May 2018
Intermediate to advanced
554 pages
13h 51m
English
| YAML Filename | Pod Image | Project | Environment | Tier |
| pilot-dev.yaml | nginx | pilot | develop | frontend |
| pilot-dev.yaml | memcached | cache | ||
| pilot-prod.yaml | nginx | production | frontend | |
| pilot-prod.yaml | memcached | cache | ||
| poc-dev.yaml | httpd | poc | develop | frontend |
| poc-dev.yaml | memcached | cache |
apiVersion: v1kind: Podmetadata: name: pilot.dev.nginx labels: project: pilot environment: develop tier: frontendspec: containers: - name: nginx image: nginx---apiVersion: v1 ...
Read now
Unlock full access