上一页 1 2 3 4 5 6 7 8 9 ··· 36 下一页
  2018年3月12日
摘要: 本节学习如何在 Kubernetes 中滚动更新应用。 阅读全文
posted @ 2018-03-12 05:51 CloudMan 阅读(3505) 评论(3) 推荐(0) 编辑
  2018年3月9日
摘要: 本节讨论外网如何访问 Service。 阅读全文
posted @ 2018-03-09 06:05 CloudMan 阅读(4065) 评论(3) 推荐(2) 编辑
  2018年3月7日
摘要: 除了通过 Cluster IP 访问 Service,Kubernetes 还提供了更为方便的 DNS 访问。 阅读全文
posted @ 2018-03-07 06:21 CloudMan 阅读(3654) 评论(2) 推荐(0) 编辑
  2018年3月5日
摘要: Service Cluster IP 是一个虚拟 IP,是由 Kubernetes 节点上的 iptables 规则管理的。 阅读全文
posted @ 2018-03-05 06:32 CloudMan 阅读(4279) 评论(3) 推荐(0) 编辑
  2018年3月2日
摘要: Kubernets 通过 Service 访问 Pod。本节我们开始学习 Service。 阅读全文
posted @ 2018-03-02 05:25 CloudMan 阅读(5559) 评论(9) 推荐(1) 编辑
  2018年2月28日
摘要: Linux 中有 cron 程序定时执行任务,Kubernetes 的 CronJob 提供了类似的功能,可以定时执行 Job。 阅读全文
posted @ 2018-02-28 05:48 CloudMan 阅读(7939) 评论(4) 推荐(0) 编辑
  2018年2月26日
摘要: 有时我们希望通过同时运行多个 Pod 来提高 Job 的执行效率。可以用 parallelism 来实现。 阅读全文
posted @ 2018-02-26 06:59 CloudMan 阅读(3098) 评论(3) 推荐(1) 编辑
  2018年2月23日
摘要: 本节讨论 Kubernetes 如何处理运行失败的 Job。 阅读全文
posted @ 2018-02-23 05:29 CloudMan 阅读(3070) 评论(1) 推荐(2) 编辑
  2018年2月21日
摘要: Kubernetes 用 Job 来运行一次性任务,比如批处理程序,完成后容器就退出。 阅读全文
posted @ 2018-02-21 05:50 CloudMan 阅读(4367) 评论(7) 推荐(0) 编辑
  2018年2月19日
摘要: 本节以 Prometheus Node Exporter 为例演示如何运行自己的 DaemonSet。 阅读全文
posted @ 2018-02-19 06:29 CloudMan 阅读(3513) 评论(6) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 36 下一页