k8s操作手册 2.3
51~53)使用haproxy做反向代理 frontend k8s_api_tcp_6443 bind *:6443 mode tcp default_backend my_k8s_cluster_6443 backend my_k8s_cluster_6443 mode tcp balance roundrobin server s1 10.99 "web.xxx.com" h�p: paths: - path: / #若不指定url,则默认就是/根路径,全部转发 backend: serviceName: mynginx-svc servicePort: 1380 - host: "web2.xxx.com" h�p: - path: /apixx #转发到后端时也是带这个url的 backend: serviceName: mynginx-svc2 servicePort: 2390 - path: /sta�cxx backend: serviceName: mynginx-svc0 码力 | 126 页 | 4.33 MB | 1 年前3python3学习手册
"type"="table" and "tbl_name"="tb_test";') result = sqlite_cursor.fetchall() # fetchall()从结果中获取 所有记录,返回一个list,元素为(即查询到的结果) print("tables: ", result) if len(result) == 0: # 若未查询到有此表,则创建此表 sqlite_cursor tb_test limit 1000") result = sqlite_cursor2.fetchall() # fetchall()从结果中获 取所有记录,返回一个list,元素为 (即查询到的结果) print(result) sqlite_cursor2.execute("select * from tb_test limit 1000") result2 = sqlite_cursor2 到的结果) print(result2) sqlite_cursor2.execute("select * from tb_test limit 1000") result3 = sqlite_cursor2.fetchmany(3) # fetchone()从结果 中获取多条记录(3条)返回一个list,元素为 (即查询到的结果) print(result3) sqlite_cursor2 0 码力 | 213 页 | 3.53 MB | 1 年前3The DevOps Handbook
sizes. 2. Large batch sizes result in skyrocketing levels of WIP and high levels of variability in flow that cascade through the entire manufacturing plant. The result is long lead times and poor quality that causes delay for the customer, such as activities that can be bypassed without affecting the result. The following categories of waste and hardship come from Implementing Lean Software Development0 码力 | 8 页 | 22.57 KB | 5 月前3The DevOps Handbook
hypothesis 1. Barry O’Reilly, Lean Enterprise describes as: We Believe thatWill Result in . We WillHave Confidence To Proceed When result. Pairs typically consider more design alternatives than programmers working alone and arrive at 0 码力 | 8 页 | 24.02 KB | 5 月前3The DevOps Handbook
environment interactions 3. Ch. 10 Enable Fast and Reliable Automated Testing a. Undesired outcomes result from finding and fixes errors in a separate test phase. b. Delayed feedback fades the cause & effect environments are synchronized and consistent e. ENABLE AUTOMATED SELF-SERVICE DEPLOYMENTS i. As a result of compliance, oversight, and control needs separate Operations groups have emerged ii. Widely0 码力 | 8 页 | 23.08 KB | 5 月前3A Seat at the Table: IT Leadership in the Age of Agility - Part 2
which developers can produce something, get feedback, and then adjust what they have produced. As a result, the code can be developed in a user-centric way and match the enterprise’s needs precisely. Risk0 码力 | 7 页 | 387.61 KB | 5 月前3A Seat at the Table - IT Leadership in the Age of Agility
and compare. We are comfortable with the ideathat we will break things in testing, because the end result of doing so is that we can make a decision more quickly and with more good information available0 码力 | 7 页 | 387.48 KB | 5 月前3
共 7 条
- 1