Conventions used
There are a number of text conventions used throughout this book.
Code in text
: 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: “On the page, type Jira report
in the search bar.”
A block of code is set as follows:
pipelines: default: - step: script: - echo "Running a command"
Any command-line input or output is written as follows:
kubectl run <my.app> --labels="app=<my.app>" --image=<my.dockerhub.username>/<my.app>:latest --replicas=2 --port=8080
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: “Select Insights to view links to other sources or create such a link yourself by clicking the Create an insight button.”
Tips or important notes
Appear like this.