上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 108 下一页
摘要: Observability (18%) Defining a Pod’s Readiness and Liveness Probe Create a new Pod named hello with the image bonomat/nodejs-hello-world that exposes 阅读全文
posted @ 2020-05-05 16:33 Mr.peter 阅读(406) 评论(0) 推荐(0)
摘要: Multi-Container Pods (10%) Implementing the Adapter Pattern The adapter pattern helps with providing a simplified, homogenized view of an application 阅读全文
posted @ 2020-05-05 14:56 Mr.peter 阅读(378) 评论(0) 推荐(0)
摘要: Configuration (18%) Configuring a Pod to Use a ConfigMap Create a new file named config.txt with the following environment variables as key/value pair 阅读全文
posted @ 2020-05-05 13:53 Mr.peter 阅读(484) 评论(0) 推荐(0)
摘要: Core Concepts (13%) Creating a Pod and Inspecting it Create the namespace ckad-prep. In the namespace ckad-prep create a new Pod named mypod with the 阅读全文
posted @ 2020-05-05 11:28 Mr.peter 阅读(467) 评论(0) 推荐(0)
摘要: 模拟硬件的虚拟机 此类虚拟机的用户是操作系统,也就是硬件层虚拟机抽象出了一个计算机硬件体系,此类虚拟机模拟的是cpu指令集。 典型有kvm,vmware等。 模拟操作系统的虚拟机 此类虚拟机模拟的是操作系统,准确来说是操作系统的系统调用接口。此类虚拟机(多是基于宿主操作系统提供的功能)能创建多个虚拟 阅读全文
posted @ 2020-05-04 14:49 Mr.peter 阅读(585) 评论(0) 推荐(0)
摘要: 查询某表的所有索引: show index from books; 阅读全文
posted @ 2020-04-29 16:03 Mr.peter 阅读(151) 评论(0) 推荐(0)
摘要: 练习环境: https://www.katacoda.com/courses/kubernetes/playground CKAD考试大纲: Core Concepts (13%) Multi-Container Pods (10%) Pod Design (20%) State Persisten 阅读全文
posted @ 2020-04-27 11:07 Mr.peter 阅读(7009) 评论(0) 推荐(0)
摘要: 题目: 检查有多少nodes是ready状态,(不包含node的污点,没有调度的),写入数量到 /opt/nodenum 解答: (1)获取Ready的节点数m kubectl get node | grep -w Ready | wc -l (2)获取有污点和没有调度的节点数n kubectl d 阅读全文
posted @ 2020-04-26 14:10 Mr.peter 阅读(407) 评论(0) 推荐(0)
摘要: 基差(basis)是期现价格之差,即:基差=现货价格-期货价格。 套期保值可以大体抵消现货市场中价格波动的风险,但不能使风险完全消失,主要原因是存在"基差"这个因素。要深刻理解并运用套期保值,避免价格风险,就必须掌握基差及其基本原理。 在商品实际价格运动过程中,基差总是在不断变动,而基差的变动形态对 阅读全文
posted @ 2020-04-26 14:04 Mr.peter 阅读(928) 评论(0) 推荐(0)
摘要: 基本概念: 套期保值(hedging),俗称“海琴”,又称对冲贸易,是指交易人在买进(或卖出) 实际货物的同时,在期货交易所卖出(或买进) 同等数量的期货交易合同作为保值。它是一种为避免或减少价格发生不利变动的损失,而以期货交易临时替代实物交易的一种行为。 基本特征: 套期保值的基本特征:某一时间点 阅读全文
posted @ 2020-04-26 13:56 Mr.peter 阅读(452) 评论(0) 推荐(0)
上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 108 下一页