
Kubernetes
Dreamer who
=== Happiness isn't something you experience; it's something you remember.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Kubernetes Patterns-Distributed Primitives(k8s模式-分布式原语)
To explain what we mean by new abstractions and primitives, here we compare them with thewell-known object-oriented programming (OOP), and Java specifically. In the OOP universe, wehave concepts suc...原创 2020-02-23 15:53:24 · 612 阅读 · 0 评论 -
构建容器的最佳做法
本文介绍构建容器的一系列最佳做法。这些做法涵盖了广泛的目标(从缩短构建时间到创建更小、弹性更佳的映像),旨在使容器更加容易构建(例如,使用Cloud Build),并且更加容易在Google Kubernetes Engine (GKE)中运行。这些最佳做法的重要性并不相同。例如,成功运行某一生产工作负载可能无需其中某些做法,但必须使用其他做法。特别是,与安全相关的最佳做法的重要性较为主...原创 2020-02-23 17:30:15 · 844 阅读 · 0 评论 -
A few distributed abstractions and primitives from Kubernetes
ContainersContainersare the building blocks for Kubernetes-based cloud-native applications. If we make a comparison with OOP and Java, container images are like classes, and containers are like obj...原创 2020-02-23 16:53:39 · 567 阅读 · 0 评论