Stella981 Stella981
4年前
Service Mesh 最火项目: Istio 架构解析
Istio是一个开源的服务网格,可为分布式微服务架构提供所需的基础运行和管理要素。随着各组织越来越多地采用云平台,开发者必须使用微服务设计架构以实现可移植性,而运维人员必须管理包含混合云部署和多云部署的大型分布式应用。Istio采用一种一致的方式来保护、连接和监控微服务,降低了管理微服务部署的复杂性。从架构设计上来看,Istio服务网格在逻辑上分为
Stella981 Stella981
4年前
Android 在Service中启动Activity的大坑
在Activity中其中startActivity这个大家应该是非常熟悉的;那么从service里面调用startActivity话,会怎么样呢?会出现下面的异常:android.util.AndroidRuntimeException:CallingstartActivity()fromoutsideofanActivity con
Stella981 Stella981
4年前
37. docker swarm docker service 的更新
在service运行的情况下进行更新  1.创建名为demo的overlay网络    dockernetworkcreatedoverlaydemo  2.创建pythonflaskdemo:1.0服务    映射本地的8080端口到容器的5000端口    dockerservice
Stella981 Stella981
4年前
Service Mesh 中的可观察性实践
!image.png(https://cdn.nlark.com/yuque/0/2020/png/226702/1590558258356f3e6ea43b18a45ee94c79a5e3f935f9c.png)ServiceMeshVirtualMeetup是ServiceMesher社区和CNCF联合主办的线上系列直播
Stella981 Stella981
4年前
Spring security(三)
  在前面两节Springsecurity(一)架构框架Component、Service、Filter分析(https://my.oschina.net/ccwwlx/blog/3114077)和SpringSecurity(二)WebSecurityConfigurer配置以及filter顺序(https://my.oschina.n
Stella981 Stella981
4年前
Service Mesh框架对比:Linkerd vs. Istio
!(https://oscimg.oschina.net/oscnet/7cbad0aec3c14340a6ba1b2f5513cbcb.jpg)本文由公众号EAWorld翻译发表,转载需注明出处。作者:MarcusSchiesser译者:白小白原题:ComparingServiceMeshes:Lin
Wesley13 Wesley13
4年前
Android Service学习之IntentService 深入分析
官方的解释是:IntentServiceisabaseclassfor Servicesthathandleasynchronousrequests(expressedas Intents)ondemand.Clientssendrequeststhrough android.content.Context.star
Stella981 Stella981
4年前
Service Mesh在微服务中的使用
ServiceMesh是什么?在微服务架构中怎么体现其价值?ServiceMesh(服务网格)是一个基础设施层,让服务之间的通信更安全、快速和可靠。如果你在构建云原生应用,那么就需要ServiceMesh。ServiceMesh已经成为云原生技术栈里的一个关键组件。很多拥有高负载流量业务的公司都在他们的生产应用里加入了Service
Stella981 Stella981
4年前
Service Mesh所应对的8项挑战
LoriMacvittie(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Ff5.com%2Faboutus%2Fblog%2Farticles%2Feightreasonswhythefutureofscalingcontainersisservicemesh
Stella981 Stella981
4年前
Service 和Dao的两种方式
方式一!(http://static.oschina.net/uploads/space/2013/0921/155727_K3cS_218843.bmp)方式二!(http://static.oschina.net/uploads/space/2013/0921/155734_bnFq_218843.bmp)一个大型