Conventions used
There are a number of text conventions used throughout this book.
DevOps Analogy (Italics): Indicates the analogy of a DevOps team going through the process of adopting Continuous Deployment and Continuous Delivery. This analogy can be found at the beginning of every heading in each chapter, followed by an explanation of the analogy.
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: "The automation of the tool runs helm install
or kubectl apply
."
A block of code is set as follows:
# BASIC STRUCTURE name-1: "hello-world-1" description-1: "say hello to the world 1" count-1: 1
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 the Disable button."
Tips or important notes
Appear like this.