JDOSTech Blog

踏实做事 匠心品格

Inside JD.COM's Shift To Kubernetes From OpenStack

Inside JD.COM's Shift To Kubernetes From OpenStack

Intro JD.COM (Jingdong) officially involved in the field of E-commerce in 2004. JD.COM begins trading on NASDAQ on May 22, 2014 under the ticker “JD”. In the following year, market transactions of...

Kubernetes API Server源码分析

apiserver源码分析

apiserver源码分析 Kubernetes Version: v1.3.0 1. apiserver流程梳理 1.1 GET /api/v1/namespaces/{namespace}/pods/{name}的处理过程 curl -i -v http://10.8.65.156:8080/api/v1/namespaces/default/pods/pod-multi-cont...

Kubernetes API Server功能分析

apiserver功能分析

apiserver功能分析 Kubernetes Version: v1.3.0 1. apiserver简介 API Server对外提供Kubernetes API,作为Kubernetes系统的入口,封装了核心对象的增删改查操作,以RESTful接口方式提供给外部客户和内部组件调用。它维护的REST对象将持久化到etcd。 2. 提供集群管理API接口 本地端口。默认为808...

Kubernetes环境之简易搭建

"k8s+etcd+flannel+docker"

Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications. 1. 准备 1.1 环境说明: master节点:10.8.65.10 Kubernetes+etcd node1 节点:10.8.65.11 ...

kubelet源码分析

"kubelet source code notes"

kubelet: The primary “node agent” that runs on each node. Kubelet源码分析 Kubelet Version: v1.3.4 1. Kubelet简介 Kubelet运行在Kubernetes的每个Node上,主要负责容器的生命周期管理和状态维护,以及监控数据采集。kubelet从配置文件或者HTTP请求或者api...

etcd源码分析之HTTP

"etcd source code notes"

etcd: A distributed, reliable key-value store for the most critical data of a distributed system. etcd源码分析之HTTP etcd Version: 3.0.4 直接上图

Hello 2016

"Hello World, Hello Blog"

Yeah, we are here. 团队介绍 我们是JDOS(Jingdong Datacenter Operating System)团队,自2012年9月南京研发筹备组建,现隶属于京东商城研发部。 目前,我们团队有近30人,于南京·江宁进行研发办公,自2014年负责京东的私有云研发,经历了2014年双十一的初尝试、2015年发展及2016年的大规模落地,目前运营有150K...