- Getting Started with Kubernetes(Second Edition)
- Jonathan Baier
- 271字
- 2021-07-02 22:51:19
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, folder names, filenames, file extensions, and pathnames are shown as follows: "Do a simple curl command to the pod IP."
URLs are shown as follows:
If we wish you to replace a portion of the URL with your own values it will be shown like this:
https://<your master ip>/swagger-ui/
Resource definition files and other code blocks are set as follows:
apiVersion: v1
kind: Pod
metadata:
name: node-js-pod
spec:
containers:
- name: node-js-pod
image: bitnami/apache:latest
ports:
- containerPort: 80
When we wish you to replace a portion of the listing with your own value, the relevant lines or items are set in bold between less than and greater than symbols:
subsets:
- addresses:
- IP: <X.X.X.X>
ports:
- name: http
port: 80
protocol: TCP
Any command-line input or output is written as follows:
$ kubectl get pods
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Clicking the Add New button moves you to the next screen."
There are several areas where the text refers to key-value pairs or to input dialogs on the screen. In these case the key or input label will be shown in bold and the value will be shown in bold italics. For example: "In the box labelled Timeout enter 5s."
- 高效能辦公必修課:Word圖文處理
- 嵌入式系統應用
- Seven NoSQL Databases in a Week
- Getting Started with MariaDB
- 嵌入式操作系統
- 悟透AutoCAD 2009完全自學手冊
- Hands-On Data Warehousing with Azure Data Factory
- PLC與變頻技術應用
- Machine Learning Algorithms(Second Edition)
- 智能制造系統及關鍵使能技術
- 新一代人工智能與語音識別
- 大型機系統應用基礎
- EDA技術及其創新實踐(Verilog HDL版)
- 商務智能
- TensorFlow 2.0 Quick Start Guide