May 2018
Intermediate to advanced
554 pages
13h 51m
English
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Prepare the following YAML file, which is a simple Deployment that launches two nginx containers."
A block of code is set as follows:
# cat 3-1-1_deployment.yamlapiVersion: apps/v1kind: Deploymentmetadata: name: my-nginx
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
Annotations: deployment.kubernetes.io/revision=1Selector: env=test,project=My-Happy-Web,role=frontendReplicas: 5 desired | 5 updated | 5 total ...