January 2018
Intermediate to advanced
318 pages
7h 6m
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: "This contains a single file called index.html."
A block of code is set as follows:
apiVersion: apps/v1beta1kind: Deploymentmetadata: name: cli-hello-world labels: app: 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:
apiVersion: apps/v1beta1kind: Deploymentmetadata: name: cli-hello-world labels: app: nginx
Any command-line input or output is written as follows:
$ brew cask install minikube
Bold: Indicates ...
Read now
Unlock full access