- DevOps with Kubernetes
- Hideto Saito Hui Chuan Chloe Lee Cheng Yang Wu
- 194字
- 2021-07-02 13:41:40
Conventions used
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: "In light of this, cgroups is utilized here to limit resource usage."
A block of code is set as follows:
ENV key value
ENV key1=value1 key2=value2 ...
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
metadata:
name: nginx-external
annotations:
service.beta.kubernetes.io/aws-load-balancer-type: "nlb"
Any command-line input or output is written as follows:
$ docker run -p 80:5000 busybox /bin/sh -c \
"while :; do echo -e 'HTTP/1.1 200 OK\n\ngood day'|nc -lp 5000; done"
$ curl localhost
good day
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: "After clicking Create, the console will bring us to the following view for us to explore."
- FreeSWITCH 1.6 Cookbook
- VSTO開發入門教程
- Linux網絡程序設計:基于龍芯平臺
- 深入淺出DPDK
- 小程序,巧運營:微信小程序運營招式大全
- C語言程序設計學習指導與習題解答
- Microsoft Dynamics AX 2012 R3 Financial Management
- Python 3.7從入門到精通(視頻教學版)
- Unity&VR游戲美術設計實戰
- App Inventor少兒趣味編程動手做
- Oracle Data Guard 11gR2 Administration Beginner's Guide
- C++ System Programming Cookbook
- Docker on Windows
- Building Web and Mobile ArcGIS Server Applications with JavaScript(Second Edition)
- C++面向對象程序設計