04月
微服务中网络层抽象与改进

本文从集中API Gateway到Sidecar介绍了抽象网络的多个方案,供读者参考。

03月
Nomad调度框架对CGroups的使用

本文从应用侧调度软件开始介绍调度器,并主要以单机版OS为例,介绍了CGroups的隔离。

03月
Linux隔离与调度「Namespace」

Namespace主要是通过CLONE_FLAG实现资源隔离。其实无论是Docker还是其它容器,它底层的隔离实现是内核早就有的功能。在内核中,通过ns_proxy实现。

10月
Resilient Jenkins Agents Provisioning with HashiCorp's Nomad

Nomad is an easy-to-use workload orchestrator which is more lightweight and operational than Kubernetes. With nomad, we can create a scalable jenkins cluster running up to 1k jobs on the bare metal machines.