 09-harbor助你玩转云原生-邹佳IBM等多家企业担任资深软件工程师和架构师,专注于云计算及 云原生等相关领域的研究与创新。著有《Harbor权威指南》等 书籍。 >> Email: szou@vmware.com >> GitHub ID: steven-zou >> Slack: steven zou 目录 - 开场:云原生与制品管理 - 初识Harbor:云原生制品仓库服务 - 使用Harbor搭建私有制品仓库服务 CNCF毕业项目 落地在很多企业级 产品中 Apache 2.0协议下 开源 GitHub代码库: https://github.com/goha rbor/harbor/ 一个开源可信的云原生制品仓库项目用来存储、签名和管理相关内容。 Harbor社区 有来自于5家公司的14位维护者 GitHub星 13K+ 核心提交者 200+ 数据来源: https://harbor https://harbor.devstats.cncf.io/ & https://github.com/goharbor/harbor/graphs/traffic (截止2020/10/16) USA China Australia Italy Spain France Singapore Vietnam Nicaragua Maintainers’ locations Contributors’0 码力 | 32 页 | 17.15 MB | 6 月前3 09-harbor助你玩转云原生-邹佳IBM等多家企业担任资深软件工程师和架构师,专注于云计算及 云原生等相关领域的研究与创新。著有《Harbor权威指南》等 书籍。 >> Email: szou@vmware.com >> GitHub ID: steven-zou >> Slack: steven zou 目录 - 开场:云原生与制品管理 - 初识Harbor:云原生制品仓库服务 - 使用Harbor搭建私有制品仓库服务 CNCF毕业项目 落地在很多企业级 产品中 Apache 2.0协议下 开源 GitHub代码库: https://github.com/goha rbor/harbor/ 一个开源可信的云原生制品仓库项目用来存储、签名和管理相关内容。 Harbor社区 有来自于5家公司的14位维护者 GitHub星 13K+ 核心提交者 200+ 数据来源: https://harbor https://harbor.devstats.cncf.io/ & https://github.com/goharbor/harbor/graphs/traffic (截止2020/10/16) USA China Australia Italy Spain France Singapore Vietnam Nicaragua Maintainers’ locations Contributors’0 码力 | 32 页 | 17.15 MB | 6 月前3
 Apache Pulsar,云原生时代的消息平台 - 翟佳
Segmented Stream streamnative.io 基础决定上层:Cloud-Native • State / Scale / Storage https://github.com/apache/pulsar-helm-chart streamnative.io 基础决定上层:Cloud-Native https://streamnative.io/blog Pulsar 的⽣态和社区 streamnative.io Pulsar 和周边⽣态 streamnative.io Github https://star-history.t9t.io/#apache/pulsar https://github.com/apache/pulsar • ~30 committers, • 300+ contributors, • 1600+ 1600+ forks • 6600+ stars StreamNative 和 Pulsar Releases https://github.com/apache/pulsar/releases streamnative.io Pulsar ⽤户 http://pulsar.apache.org/en/powered-by/ StreamNative 和 Pulsar0 码力 | 39 页 | 12.71 MB | 6 月前0.03 Apache Pulsar,云原生时代的消息平台 - 翟佳
Segmented Stream streamnative.io 基础决定上层:Cloud-Native • State / Scale / Storage https://github.com/apache/pulsar-helm-chart streamnative.io 基础决定上层:Cloud-Native https://streamnative.io/blog Pulsar 的⽣态和社区 streamnative.io Pulsar 和周边⽣态 streamnative.io Github https://star-history.t9t.io/#apache/pulsar https://github.com/apache/pulsar • ~30 committers, • 300+ contributors, • 1600+ 1600+ forks • 6600+ stars StreamNative 和 Pulsar Releases https://github.com/apache/pulsar/releases streamnative.io Pulsar ⽤户 http://pulsar.apache.org/en/powered-by/ StreamNative 和 Pulsar0 码力 | 39 页 | 12.71 MB | 6 月前0.03
 云原生图数据库解谜、容器化实践与 Serverless 应用实操https://github.com/OpenFunction 主要仓库 → https://github.com/OpenFunction/OpenFunction → https://github.com/OpenFunction/functions-framework → https://github.com/OpenFunction/builder → https://github.com Nebula Operator Roadmap Rolling Upgrade Auto Scaling Integration with other Services Check out our Github Repo and contribute! vesoft-inc/nebula-operator Wey Gu 古思为 @wey_gu Replying to @wey_gu Inspired World! kk create cluster ��with�kubernetes v1.20.4 ��with�kubesphere v3.1.1 git clone https:��github.com/OpenFunction/OpenFunction.git cd OpenFunction sh hack/deploy.sh ��all kubectl apply �f https:��raw0 码力 | 47 页 | 29.72 MB | 1 年前3 云原生图数据库解谜、容器化实践与 Serverless 应用实操https://github.com/OpenFunction 主要仓库 → https://github.com/OpenFunction/OpenFunction → https://github.com/OpenFunction/functions-framework → https://github.com/OpenFunction/builder → https://github.com Nebula Operator Roadmap Rolling Upgrade Auto Scaling Integration with other Services Check out our Github Repo and contribute! vesoft-inc/nebula-operator Wey Gu 古思为 @wey_gu Replying to @wey_gu Inspired World! kk create cluster ��with�kubernetes v1.20.4 ��with�kubesphere v3.1.1 git clone https:��github.com/OpenFunction/OpenFunction.git cd OpenFunction sh hack/deploy.sh ��all kubectl apply �f https:��raw0 码力 | 47 页 | 29.72 MB | 1 年前3
 The Many Faces of Struct Tagsyou may encounter What we’ve built Evergreen - a continuous integration tool built on MongoDB (github.com/evergreen-ci/evergreen) over the last two years. MongoDB Tools (backups, restoration, monitoring…) MustHaveBSONTag(Donor{}, "Name") collection.Find(bson.M{NameTag: "Selena Gomez"}) // safe! https://github.com/evergreen-ci/tags A More Unusual Mapping Case type PersonalDonation struct { Amount int PersonalDonation Decode(asMap, &donation) fmt.Println(donation.Donor) // "Hugo Weaving" } else { ... } github.com/mitchellh/mapstructure Library for converting between structs and Go's builtin map. Why?0 码力 | 18 页 | 148.80 KB | 1 年前3 The Many Faces of Struct Tagsyou may encounter What we’ve built Evergreen - a continuous integration tool built on MongoDB (github.com/evergreen-ci/evergreen) over the last two years. MongoDB Tools (backups, restoration, monitoring…) MustHaveBSONTag(Donor{}, "Name") collection.Find(bson.M{NameTag: "Selena Gomez"}) // safe! https://github.com/evergreen-ci/tags A More Unusual Mapping Case type PersonalDonation struct { Amount int PersonalDonation Decode(asMap, &donation) fmt.Println(donation.Donor) // "Hugo Weaving" } else { ... } github.com/mitchellh/mapstructure Library for converting between structs and Go's builtin map. Why?0 码力 | 18 页 | 148.80 KB | 1 年前3
 1.3 MOSN 在云原生的探索及实践蚂蚁集团技术专家,专注于高性能网络服务器研发,MOSN、 Tengine 开源项目核心成员,目前专注于云原生 ServiceMesh、 Nginx、Envoy、Istio 等相关领域。 喜欢开源,乐于分享。 https://github.com/wangfakang MOSN 开源交流群2 目 录 MOSN 云原生演进历程 01 MOSN 网络层扩展思考和选型 02 对应解决方案和实践介绍 03 MOSN 开源进展同步 开源进展同步 高性能网络扩展层 — MOE GoLang extension proposal 已支持将 MOSN 部分 filter 运行在 Envoy 中, 欢迎试用 https://github.com/mosn/mosn/blob/master/pkg/networkextention/README-cn.md L7 network GoLang extension for Envoy 多语言友好 • 标准化,无厂商绑定 • 真正实现 Write once, Run anywhere https://github.com/mosn/layotto MOE — L4 扩展支持 在 MOE 支持 L4 扩展后,可方便使得 Envoy 集成 Layotto 或 Dapr 能力,从而同时具备 service0 码力 | 36 页 | 35.61 MB | 1 年前3 1.3 MOSN 在云原生的探索及实践蚂蚁集团技术专家,专注于高性能网络服务器研发,MOSN、 Tengine 开源项目核心成员,目前专注于云原生 ServiceMesh、 Nginx、Envoy、Istio 等相关领域。 喜欢开源,乐于分享。 https://github.com/wangfakang MOSN 开源交流群2 目 录 MOSN 云原生演进历程 01 MOSN 网络层扩展思考和选型 02 对应解决方案和实践介绍 03 MOSN 开源进展同步 开源进展同步 高性能网络扩展层 — MOE GoLang extension proposal 已支持将 MOSN 部分 filter 运行在 Envoy 中, 欢迎试用 https://github.com/mosn/mosn/blob/master/pkg/networkextention/README-cn.md L7 network GoLang extension for Envoy 多语言友好 • 标准化,无厂商绑定 • 真正实现 Write once, Run anywhere https://github.com/mosn/layotto MOE — L4 扩展支持 在 MOE 支持 L4 扩展后,可方便使得 Envoy 集成 Layotto 或 Dapr 能力,从而同时具备 service0 码力 | 36 页 | 35.61 MB | 1 年前3
 使用Chaos Mesh来保障云原生系统的健壮性-周强 云原生社区Meetup 第三期·杭州站 使用 Chaos Mesh 来保障云原生系统的健壮性 演讲人:周强 GitHub 地址:https://github.com/zhouqiang-cl PingCAP 工程效率负责人,ChaosMesh 负责人 云原生社区Meetup 第三期·杭州站 The incident in the production environment Incident happens anywhere anytime AWS Incident happens on MySQL Github Incident happends on Github Chaos Engineering Chaos Engineering is the discipline of experimenting on a0 码力 | 28 页 | 986.42 KB | 6 月前3 使用Chaos Mesh来保障云原生系统的健壮性-周强 云原生社区Meetup 第三期·杭州站 使用 Chaos Mesh 来保障云原生系统的健壮性 演讲人:周强 GitHub 地址:https://github.com/zhouqiang-cl PingCAP 工程效率负责人,ChaosMesh 负责人 云原生社区Meetup 第三期·杭州站 The incident in the production environment Incident happens anywhere anytime AWS Incident happens on MySQL Github Incident happends on Github Chaos Engineering Chaos Engineering is the discipline of experimenting on a0 码力 | 28 页 | 986.42 KB | 6 月前3
 开源多集群应用治理项目Clusternet 在多点生活的云原生实践重构 CD 流程 • 多云环境适配 • Service Mesh 落地 • Multi runtime 支持 2021~ • 多商家私有云适配 • HPA 支持 • …… https://github.com/symcn/sym-ops CRD AppSet: spec: chart: "****:v1" clusterTopology: - clusterA: blue: chart: values: "{\"replicaCount\": 2, \"resource\":\"...\"}" https://github.com/symcn/sym-ops/blob/main/api/v1beta1/appset_types.go https://github.com/symcn/sym-ops/blob/main/api/v1beta1/advdeployment_types.go Controller 是否合理? • 当新的需求来临应该怎么扩展? …… 需求 需求: • 最好能兼容现在的逻辑(Helm 发布) • 方便扩展 • 高级特性 …… 社区的力量 https://github.com/clusternet/clusternet • 轻量化部署,不依赖额外的存储和端口 • 兼容所有k8s 资源,包括helm chart以及各种CRD • 分发策略,差异化策略灵活搭配实现复杂场景0 码力 | 22 页 | 17.18 MB | 1 年前3 开源多集群应用治理项目Clusternet 在多点生活的云原生实践重构 CD 流程 • 多云环境适配 • Service Mesh 落地 • Multi runtime 支持 2021~ • 多商家私有云适配 • HPA 支持 • …… https://github.com/symcn/sym-ops CRD AppSet: spec: chart: "****:v1" clusterTopology: - clusterA: blue: chart: values: "{\"replicaCount\": 2, \"resource\":\"...\"}" https://github.com/symcn/sym-ops/blob/main/api/v1beta1/appset_types.go https://github.com/symcn/sym-ops/blob/main/api/v1beta1/advdeployment_types.go Controller 是否合理? • 当新的需求来临应该怎么扩展? …… 需求 需求: • 最好能兼容现在的逻辑(Helm 发布) • 方便扩展 • 高级特性 …… 社区的力量 https://github.com/clusternet/clusternet • 轻量化部署,不依赖额外的存储和端口 • 兼容所有k8s 资源,包括helm chart以及各种CRD • 分发策略,差异化策略灵活搭配实现复杂场景0 码力 | 22 页 | 17.18 MB | 1 年前3
 云原生中的数据科学KubeConAsia2018FinalIntroduction to Modern Data Science Sam Kreter Code and Slides github.com/samkreter/KubeconAsia2018 The Process Business Need / Problem Discovery The Process Business Need / Problem Discovery 3. Data Provenance 4. Automation Demo Demo Demo Demo Demo Contact Me Twitter: @samkreter Github: samkreter Medium: samkreter Sources / Resources Pachyderm: http://www.pachyderm.io/ Data Science Service: https://azure.microsoft.com/en-us/services/kubernetes-service/ Pipeline Images: https://github.com/pachyderm/pachyderm/tree/master/doc/examples/ml/hyperparameter 谢谢!0 码力 | 47 页 | 14.91 MB | 1 年前3 云原生中的数据科学KubeConAsia2018FinalIntroduction to Modern Data Science Sam Kreter Code and Slides github.com/samkreter/KubeconAsia2018 The Process Business Need / Problem Discovery The Process Business Need / Problem Discovery 3. Data Provenance 4. Automation Demo Demo Demo Demo Demo Contact Me Twitter: @samkreter Github: samkreter Medium: samkreter Sources / Resources Pachyderm: http://www.pachyderm.io/ Data Science Service: https://azure.microsoft.com/en-us/services/kubernetes-service/ Pipeline Images: https://github.com/pachyderm/pachyderm/tree/master/doc/examples/ml/hyperparameter 谢谢!0 码力 | 47 页 | 14.91 MB | 1 年前3
 Volcano加速金融行业大数据分析平台云原生化改造的应用实践completed policies: - event: TaskCompleted action: CompleteJob Volcano部署命令如下,详情参见项目主页:https://github.com/volcano-sh/volcano kubectl apply -f https://raw.githubusercontent.com/volcano-sh/volcano/ma devstats.cncf.io Volcano communityTop contribution orgination 社区用户示例 加入社区 容器魔方公众号 加入微信群 Github: https://github.com/volcano-sh/volcano Slack Channel: https://volcano-sh.slack.com/ Website: https://volcano0 码力 | 18 页 | 1.82 MB | 1 年前3 Volcano加速金融行业大数据分析平台云原生化改造的应用实践completed policies: - event: TaskCompleted action: CompleteJob Volcano部署命令如下,详情参见项目主页:https://github.com/volcano-sh/volcano kubectl apply -f https://raw.githubusercontent.com/volcano-sh/volcano/ma devstats.cncf.io Volcano communityTop contribution orgination 社区用户示例 加入社区 容器魔方公众号 加入微信群 Github: https://github.com/volcano-sh/volcano Slack Channel: https://volcano-sh.slack.com/ Website: https://volcano0 码力 | 18 页 | 1.82 MB | 1 年前3
 01. MOSN 高性能网络扩展实践 - 王发康蚂蚁集团技术专家,专注于高性能网络服务器研发,MOSN、Tengine 开源项目核 心成员,目前关注云原生 ServiceMesh、Nginx、Envoy、Istio 等相关领域。 喜欢开源,乐于分享。 https://github.com/wangfakang 目 录 MoE 背景介绍 01 MoE 方案介绍 02 MoE 实践效果 03 MoE Roadmap 04 MoE 背景介绍 MoE 是什么 为什么做 L4 扩展支持 • WASM API 规范支 持及完善 理念:通用能力回馈社区,同社区共建标准 Q ? A : E MOSN 官网 http://mosn.io MOSN Github http://github.com/mosn/mosn MOSN 开源交流群 欢迎技术交流 Thanks0 码力 | 29 页 | 2.80 MB | 1 年前3 01. MOSN 高性能网络扩展实践 - 王发康蚂蚁集团技术专家,专注于高性能网络服务器研发,MOSN、Tengine 开源项目核 心成员,目前关注云原生 ServiceMesh、Nginx、Envoy、Istio 等相关领域。 喜欢开源,乐于分享。 https://github.com/wangfakang 目 录 MoE 背景介绍 01 MoE 方案介绍 02 MoE 实践效果 03 MoE Roadmap 04 MoE 背景介绍 MoE 是什么 为什么做 L4 扩展支持 • WASM API 规范支 持及完善 理念:通用能力回馈社区,同社区共建标准 Q ? A : E MOSN 官网 http://mosn.io MOSN Github http://github.com/mosn/mosn MOSN 开源交流群 欢迎技术交流 Thanks0 码力 | 29 页 | 2.80 MB | 1 年前3
共 23 条
- 1
- 2
- 3













