QCon北京2018/QCon北京2018-《Kubernetes-+面向未来的开发和部署》-Michael+ChenInfra layer: Implements the logic that creates topologies, attaches logical ports, etc. based on triggers from the Adapter layer • NSX API Client: Implements a standardized interface to the NSX API claim Filesystem mount point RedisDB Architecture Harbor AUTH UAA Image Repo Notary Clair Build Image Push Image Sign Trusted Image Scan Image For CVEs kubectl apply RBAC Project Project0 码力 | 42 页 | 10.97 MB | 1 年前3
vmware组Kubernetes on vSphere Deep Dive KubeCon China VMware SIGlevel CPU “Compressible” = violation results in throttling Memory “Uncompressible” = violation triggers “death penalty” of Pod hosting container Scheduling time enforcement ResourceQuota admission controller0 码力 | 25 页 | 2.22 MB | 1 年前3
VMware SIG Deep Dive into Kubernetes Schedulinglevel CPU “Compressible” = violation results in throttling Memory “Uncompressible” = violation triggers “death penalty” of Pod hosting container Scheduling time enforcement ResourceQuota admission controller0 码力 | 28 页 | 1.85 MB | 1 年前3
Kubernetes Native DevOps PracticePractice — 王磊磊 @TenxCloud Agenda • Our DevOps Expectations • Kubernetes Capabilities/Advantages to Build DevOps Solution • Architecture and Features • CRD and operator design • Pipeline / Stage/ Task availability • Extensibility / Integration • CI/CD examples • Future plan Our DevOps Expectations • Build a platform and easy to integrate with other DevOps/third-party tools • Easy to be customized as Kubernetes Capabilities/Advantages to Build DevOps Solution Pod Job CronJob • k8s itself is NOT a PaaS or DevOps platform,but … • k8s resources that can be used to build DevOps solution Volumes ConfigMap0 码力 | 21 页 | 6.39 MB | 1 年前3
Jib Kubecon 2018 Talkgithub.com/GoogleContainerTools/jib Build containers faster with Jib A container image builder for Java applications Our Team Cloud Tools for Java Appu Goundan @coollog @loosebazooka Qingyang ndencies to target/dependencies/ Some more searching github.com/GoogleContainerTools/jib ... <build> build> ... github.com/GoogleContainerTools/jib What did we do? 1. Write first Dockerfile 2. Reducecom.spotify dockerfile-maven itory> ${project.version} 0 码力 | 90 页 | 2.84 MB | 1 年前3
01. K8s扩展功能解析Rancher Labs, Inc. API Aggregation • What API aggregation provides • Extended with additional APIs • Build your own API server • Requirements of aggregation layer • Running Kubernetes 1.7 Cluster • Enable apiserver flags © 2017 Rancher Labs, Inc. Setup an Extension API Server • Use apiserver-builder to build your own API server • https://github.com/Kubernetes-incubator/apiserver-builder • Download and install Then initialize your own resource group, version and kind. • Your API server could be build and run now • Build as an image and run in a cluster © 2017 Rancher Labs, Inc. API Server Aggregation Architecture0 码力 | 12 页 | 1.08 MB | 1 年前3
基于 Kubernetes 构建标准可扩展的云原生应用管理平台-孙健波、周正喜Pool 统一的模型层 平台统一“能力池” 模块化的交付系统 - GitOps “应用”配置 Git (as source of truth) 持续集成 ● Build ● Run Unit Tests ● Build Docker Image ● Push Docker Image Image Registry Operational Configs (YAML) Revision 的应用模型 • 围绕 GitOps 的持续交付 = “以应用为中心”的 K8s KubeVela Git (as source of truth) 持续集成 ● Build ● Run Unit Tests ● Build Docker Image ● Push Docker Image Image Registry AutoScaling Controller Rollout0 码力 | 27 页 | 3.60 MB | 9 月前3
石墨文档Go在K8S上微服务的实践-彭友顺配置版本,发布,回滚,可以更加方便 微服务的开发阶段 统一采用gRPC协议和protobuf编解码 CI check 阶段 • 主要做 pb 的 format、lint、breaking 检查。 CI build 阶段 • 会基于 pb 的注释自动产生文档,并推送至内部的微服务管理系统接口平台中 • 会生成 Go/PHP/Node/Java 桩代码和错误码,推送到指定的仓库 开发阶段 • go get https://ego.gocn.vip/ micro/chapter1/build.ht ml 微服务的部署阶段 注入信息 版本信息 发布版本 • 执行./bin/hello --version • 查看线上使用框架版本 https://ego.gocn.vip/ micro/chapter1/build.ht ml 微服务的部署阶段 注入信息 版本信息 发布版本 • 配置 管理版本信息 管理拓扑关系 管理成本 资料 框架:https://github.com/gotomicro/ego 编译:https://ego.gocn.vip/micro/chapter1/build.html 链路:https://ego.gocn.vip/micro/chapter2/trace.html 限流:https://ego.gocn.vip/frame/client/sentinel0 码力 | 41 页 | 3.20 MB | 1 年前3
从Mesos到Kubernetes根分区 /home分区 DeviceMapper Docker Volumn LVM 比拟物理磁盘IO性能 磁盘空间隔离 调度扩展磁盘资源 异步清理 Build IMAGE 封装规范Dockerfile Dockerfile分片,构建编译 和运行环境 CMD固定为Docker-init 环境变量指引功能 Docker-Init 统一监控 数据自动迁移 故障自愈 CI/CD Step1 Branch staging change Condition Action Object Build UT test Staging Job Deploy Staging Job IT Test Staing Job Merge Preview Branch Step20 码力 | 30 页 | 2.12 MB | 1 年前3
Kubernetes 管理 Docker 容器listen(8080); Dockerfile FROM node:10.20.0 EXPOSE 8080 COPY server.js . CMD node server.js 打包 docker build -t hello-node:v1 . ⽣成镜像如下: docker images # REPOSITORY TAG IMAGE ID CREATED service hello-node 会即刻打开浏览器,显示 “Hello World” 消息。 更新 Nodejs 应⽤镜像和服务 修改 Nodejs 程序并出新镜像: docker build -t hello-node:v2 . Deployment更新镜像 kubectl set image deployment/hello-node hello-node=hello-node:v20 码力 | 5 页 | 675.91 KB | 1 年前3
共 25 条
- 1
- 2
- 3













