Best practice: from spring cloud to IstioBest practice: from spring cloud to Istio zhangchaomeng@huawei.com ’ alt=‘OCR图片’/> About me Chaomeng Zhang is the Chief Architect of Huawei Cloud ASM (Application Service Mesh) service which is based based on Istio and Kubernetes. Chaomeng has been working on cloud native technologies for more than 6 years, including Kubernetes, microservices, service catalog, APM, devops and service mesh for now. He bestselling Chinese Istio book “Cloud Native Service Mesh Istio”. He is also an experienced speaker of many cloud native and open source conferences, including KubeCon, Cloud Native Days, Service mesh meetup0 码力 | 32 页 | 1.44 MB | 3 月前3
使用Spring Cloud与Docker实战微服务目 录 致谢 介绍 1 微服务简介 2 Spring Cloud 2.1 服务发现 2.1.1 Eureka 2.1.2 Eureka的高可用 2.1.3 Consul 2.1.4 Consul安装与使用 2.1.5 Consul常用命令 2.1.6 Consul高可用 2.2 服务提供者 2.3 服务消费者 2.3.1 Ribbon 2.3.2. Feign 2.4 熔断器 2.4.1. Hystrix 8.3 docker-compose.yml常用命令 8.4 docker-compose常用命令 8.5 使用Docker Compose部署项目 致谢 当前文档 《使用Spring Cloud与Docker实战微服务》由进击的皇虫 使用 书栈(BookStack.CN)进行构建,生成于 2018- 05-03。 书栈(BookStack.CN)仅提供文档编写、整理、归类等功能,以及对文档内容的生成和导出工具。 bookstack.cn/books/spring-cloud-book 书栈官网:http://www.bookstack.cn 书栈开源:https://github.com/TruthHun 分享,让知识传承更久远!感谢知识的创造者,感谢知识的分享者,也感谢每一位阅读到此处的读者,因为我们都将成为知识的传承者。 介绍 使用Spring Cloud与Docker实战微服务 愿景 转载协议0 码力 | 179 页 | 2.57 MB | 3 月前3
快速构建微服务Dubbo+SpringBoot快速构建微服务Dubbo+SpringBoot Dubbo/SpringBoot 阿里巴巴-中间件技术部 陈志轩/断岭 ’ alt=‘OCR图片’/> 快速构建微服务Dubbo+SpringBoot Dubbo/SpringBoot ’ alt=‘OCR图片’/> Dubbo Initializr Quick Start Quick Start http://start.dubbo.io Generate a Maven Project with Java/Kotlin Language 5.12 and Spring Boot Project Metadata Artifact coordinates Group com.example Dependencies Add Spring Boot Starters and dependencies to your application Search Dependencies Dubbo Dubbo Web Dubbo Config DubboServiceName com.example.HelloService DubboServiceVersion 0.0 client embeddedZookeeper Client/Server server qos Generate Project % + dubbo. apache. org Copyright0 码力 | 14 页 | 697.19 KB | 3 月前3
C++ in the Cloud## C++ in the Cloud One NIF at a Time with Elixir Sakshi Verma | Senior Software Engineer ## What is Elixir?  Functional Functional, concurrent language built for scalability. Ideal for managing large-scale cloud applications. Built on the Erlang VM, ensuring resilience and fault tolerance.  - CurveBS: a high performance cloud native distributed block storage • Curve File System (CurveFS) • CurveFS: a high performance cloud native file system (Based on CurveBS / S3 compatible Support|horizontal/vertical scaling, auto config tuning, abnormal detection, schedule tuning| ## Cloud native Feature list • Features for Cluster • Features for CurveBS • Features for CurveFS • Features0 码力 | 9 页 | 2.85 MB | 1 年前3
2.2.1 Go in the Cloud - Why People Choose Go for Cloud ComputingGOPHER CHINA 2020 中国 上海 / 2020-11.21-22 Go to the Cloud Why do people building cloud computing choose Go? Vladimir Vivien ’ alt=‘OCR图片’/> About Me Vladimir Vivien (@VladimirVivien) Staff Engineer VMware Go book author, technologist GOPHER CHINA 2020 中国 上海 / 2020-11.21-22 What is Cloud Native Computing? Cloud Native Computing A collection of technologies that automates the deployment and management uniform abstraction of compute resources to create dynamic and elastic infrastructures. What makes cloud native computing possible? Abstraction The ability of one technology to make it easier to use another0 码力 | 56 页 | 1.38 MB | 3 月前3
Optimal Canary Deployments using
Istio and how it scores over Spring
Cloud and Kubernetes## Optimal Canary Deployments using Istio and how it scores over Spring Cloud and Kubernetes Presented by Archna Gupta ## What is a Canary Release or Deployment? • A canary deployment, or canary release my-data-service env: prod version: v2 ## Canary Releases Using Spring Cloud www.my-application.com Load Balancer SPRING CLOUD GATEWAY 75% or Header: X-User-Type: Non-Admin 25% or Header: X-User-Type: Service Instance V2 ## SPRING EUREKA 0 ## Canary Releases Using Spring Cloud – Across application Layers using Blue-Green Deployment www.my-application.com Load Balancer ## SPRING CLOUD GATEWAY 75% or Header:0 码力 | 9 页 | 1011.00 KB | 1 年前3
Istio + MOSN 在 Dubbo 场景下的探索之路I stio + MOSN 在 Dubbo 场景下的探索之路 陈鹏 多点生活 平台架构组研发工程师 陈鹏、多点生活平台架构组研发工程师 • 开源项目与云原生爱好者 多年网上商城、支付系统相关开发经验 • 2019 年至今从事云原生和 Service Mesh 相关开发工作 ## /01 为什么需要 Service Mesh 探索 Istio 技术点 Dubbo 场景下的改造 对比传统微服务架构 } ] } ] }, ## /03 ## Dubbo 场景下的改造 从数据面、控制面两个方面来介绍如何改造 ## 改造方案1 Istio+Envoy - 通过创建 EnvoyFilter 资源来给 xDS 资源打 patch Envoy 解析 Dubbo 协议中的 Service 和 Method 根据路由策略配置把流量转发到对应的 Provider com/bestpractice-istio/istio-bestpractice-3005.html ## 改造方案2 MOSN+Dubbo-go • MOSN 提供 Subscribe、Unsubscribe、Publish、Unpublish 服务 • SDK 发送请求 MOSN 提供的服务 • MOSN 通过 Dubbo-go 直接和注册中心连接 ## 改造方案3 Istio+MOSN 数据面改造 • 控制面适配0 码力 | 25 页 | 3.71 MB | 1 年前3
Handle Edge Cloud Network with KubeBusCloudNativeCon China 2018 # Handle Edge Cloud Network with KubeBus Yulin Sun, yulin.sun@huawei.com Seattle Cloud Lab, Huawei R&D USA, Bellevue WA ## Agenda • Edge sample user scenarios • Edge Model Training • Video Stream Publish • Skill (AI algorithm/model) Management • AI Development Cloud Area • Model • AI application • Picture • Control Command • Video Stream • Application status Connect to Cloud behind NAT gateway • Mightn't have direct connection between Edges ## • Edge Nodes connect to Cloud with Internet • Low bandwidth • High latency ## Related Work ## --Edge/Cloud collaboration0 码力 | 10 页 | 1.17 MB | 2 年前3
Handle Edge Cloud Network with KubeBusCloudNativeCon China 2018 # Handle Edge Cloud Network with KubeBus Yulin Sun, yulin.sun@huawei.com Seattle Cloud Lab, Huawei R&D USA, Bellevue WA ## Agenda • Edge sample user scenarios • Edge Model Training • Video Stream Publish • Skill (AI algorithm/model) Management • AI Development Cloud Area • Model • AI application • Picture • Control Command • Video Stream • Application status Connect to Cloud behind NAT gateway • Mightn't have direct connection between Edges ## • Edge Nodes connect to Cloud with Internet • Low bandwidth • High latency ## Related Work ## --Edge/Cloud collaboration0 码力 | 10 页 | 1.17 MB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
IstioSpring CloudKubernetesservice meshEnvoyDocker微服务Eureka服务发现DubboSpringBootQOS运维支持Dubbo InitializrElixir函数式编程并发Erlang虚拟机容错机制云原生分布式存储系统CurveBSCurveFSHelm ChartGocloud computingcloud native computingsimplicityplatform-independentCanary DeploymentsDestination RulesService MeshMOSN改造方案Edge networkKubeBusMulti-tenant managementEdge computingProtocol stack













