March 2020
Intermediate to advanced
626 pages
14h 45m
English
There are several text conventions used throughout this book.
CodeInText: Indicates code words in a text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Optionally, you can configure a separate disk to mount /var/lib/docker and restart Docker."
A block of code is as follows:
apiVersion: authentication.istio.io/v1alpha1kind: Policymetadata: name: SVC-A-mTLS-disable namespace: ns1spec: targets: - name: Service-A peers: - mtls: mode: DISABLE
When we wish to draw your attention to a particular part of a code block, the relevant lines shows in bold:
peers: - mtls: mode: DISABLE
Any command-line input or output shows as follows:
$ kubectl ...
Read now
Unlock full access