参加2018 kubecon 的收获。
Helm3
- 增加了四个主要特性
- embedded Lua engine
- Removal of Tiller
- chart repository auth
- New chart yaml
Fluent bit
- 更轻量级的日志收集工具,适合嵌入式系统。
- 生态还不够完善,插件看起来繁多,但未经过验证。
- c语言编写,总的来说,占用资源少,性能强。
Nabla
- 一种isolation更好的容器,似乎已超越vm。
- 性能也只是略弱于docker,不知道是否测试用例的原因。
Hyperledger fabric
- 有人说是区块链3.0。(bitcoin 1.0, ethereum 2.0)
- 一种企业级的区块链系统实现。
- 减少资源浪费。
- 增加Smart Contract的功能。
- 并非完全公开的系统,成员互相知晓存在,但无法了解隐私。
Containerd
- containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability.
- It is available as a daemon for Linux and Windows, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc.