首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏超级架构师

    Microservices Ecosystem Transit Map

    According to a survey by NGINX, nearly a third of companies have deployed microservices in production , and another third are either using microservices in development or considering them. Furthermore, there is fairly even distribution of microservices adoption across small (36%), medium ( However, developing microservices is not always easy, and not necessarily a panacea or silver bullet Operating system platforms that are optimized for microservices execution.

    1.6K40发布于 2018-04-09
  • 来自专栏用户4822892的专栏

    Benefits of Microservices Architecture

    Benefits of Microservices.png Microservices architecture enables a system to be divided into multiple Read: "Why Microservices Architecture?" Advantages of Microservices Architecture What are the advantages of Microservices Architecture? Microservices: What's the Difference? Applications built on microservices are nimble and agile.

    63630发布于 2021-04-01
  • 来自专栏包子铺里聊IT

    构架模式: Microservices Architecture

    微服务不是免费的午餐 I am currently involved in architecting a system based around Microservices, and whilst the Microservices one of these ideas that are nice in practice, but all manner of complexity comes out when Significant Operations Overhead A Microservices architecture brings a lot of operations overhead. Physically shipping this plethora of Microservices through your pipeline and into production also needs It's likely therefore that a team rolling out Microservices will need to make significant investment

    99660发布于 2018-04-19
  • 来自专栏程序你好

    微服务(Microservices)集成原则

    在微服务的诸多优势中,最重要的动机是业务单位的规模和自主权。然而,我们仍然需要创建一个对最终用户有意义的集成体验。在为微服务之间的交互开发策略时,记住这两个目标是很重要的。这些策略可以成就或毁掉你的努力。

    1.7K30发布于 2018-09-29
  • 来自专栏用户4822892的专栏

    Microservices vs Web Services

    microservices-vs-web-services.png Microservices vs Web Services. Microservices vs. Web Services: Overview Microservices vs Web Services. What are Microservices? Why use microservices and web services? Microservices vs Web Services. When to use Microservices?

    71030发布于 2020-09-02
  • 来自专栏程序猿DD

    微服务(Microservices)【翻译】

    说了那么多,这里转一篇Microservices原文的翻译给大家,经典好文,每次阅读总是会有不同的收获! “微服务(Microservices)”——只不过在满大街充斥的软件架构中的一新名词而已。尽管我们非常鄙视这样的东西,但是这玩意所描述的软件风格,越来越引起我们的注意。

    2.1K90发布于 2018-02-01
  • 来自专栏TARS基金会

    TARS: Contributing to an open source microservices ecosystem

    文章来源:Linux.com 原文链接: https://www.linux.com/news/tars-contributing-to-an-open-source-microservices-ecosystem Microservices are an essential part of that. In China we are seeing the TARS project; the microservices framework is really taking off. We will talk more about the TARS Foundation in a little bit, but the microservices ecosystem has been It’s a microservices ecosystem.

    70950发布于 2020-08-13
  • 来自专栏程序你好

    Microservices工具箱- Docker

    Flink – https://hub.docker.com/_/flink/ Pretty much any technology you ever wanted to try Run your microservices

    1.1K20发布于 2018-07-23
  • 来自专栏Java领域客栈

    微服务(Microservices)——Martin Flower

    原文是 Martin Flower 于 2014 年 3 月 25 日写的《Microservices》。 这是一篇枯燥乏味的文章,但它足够能让你更深层次了解微服务。 没有梦想,何必远方 。 “微服务(Microservices)”——只不过在满大街充斥的软件架构中的一新名词而已。尽管我们非常鄙视这样的东西,但是这玩意所描述的软件风格,越来越引起我们的注意。 参考资料 Martin Fowler,Microservices infoQ,微服务架构解析 。

    35920编辑于 2022-09-23
  • 来自专栏一行舟

    微服务架构(Microservices architecture)

    定义 Microservices 是一种服务组织形式,很难有一个特别明确的定义,更多的是技术开发人员总结出来的一些共识。通常来说微服务架构包含一组「独立部署」的小服务,共同完成一个应用。 在2012年5月这个小组认为 「microservices」 是更合适的名字。 2012年3月,James Lewis 在克拉科夫的会议上也提出了要把一些相似的想法作为研究课题。 相关链接 https://microservices.io/ https://en.wikipedia.org/wiki/Microservices https://en.wikipedia.org/wiki Service-oriented_architecture https://docs.microsoft.com/en-us/azure/architecture/guide/architecture-styles/microservices https://aws.amazon.com/cn/microservices/ https://e.naixuejiaoyu.com/detail/term_60641ec5c73b2_8TIxMm

    53120编辑于 2022-08-25
  • 来自专栏赵化冰的技术博客

    Manage ONAP Microservices with Istio Service Mesh

    ONAP Logging ElasticStack local/msb 2.0.0 ONAP MicroServices Confirm that ONAP microservices have been started: kubectl get all -n onap NAME READY STATUS RESTARTS 59d4756fbc-rpn9v 2/2 Running 0 2d --omitted for simplicity You can open the MSB portal http://Node_IP:30280/iui/microservices ONAP microservices need to propagate the appropriate HTTP headers so that when the proxies send span we will enable mutual TLS authentication and leverage Istio RBAC for ONAP microservices communication

    40620编辑于 2022-08-01
  • 来自专栏天澄技术杂谈

    Microservices & Nameko』Python 微服务实践

    Microservices 2. Service Mesh and Serverless 2.1 Service Mesh 2.2 Serverless 3. Python framework for building microservices 3.1 Nameko Introduce 3.2 Practice 3.2.1 环境搭建: 3.2.2 代码演示: 下面来一张示例图: image.png Microservices Architecture: image.png 上面2幅图已经形象说明微服务是什么东西了,同时软件部署方式需要建立在容器上。 microservices 微服务代码,这里演示2个服务,注册和推送服务。 3.2.3 调试 开三个终端,分别运行: cd microservices & nameko run push cd microservices & nameko run register cd app

    2.1K10发布于 2019-04-05
  • 来自专栏程序你好

    微服务Microservices——应用架构的未来

    Microservices – Artefacts 为什么是微服务——新模式? IT技术的演变极大地改变了全球商业的视角。在早期,它被认为是对企业/组织的帮助。 Microservices的缺点 将应用程序分解为独立的服务意味着现在需要维护的活动部件更多了。这也会带来一些挑战。 Martin, and Lewis, James [25 March 2014] Microservice Architecture. http://martinfowler.com/articles/Microservices.html http://Microservices.io/patterns/Microservices.html http://www.infoq.com/presentations/Micro-Services

    1.1K20发布于 2018-08-09
  • 来自专栏ThoughtWorks

    持续部署Microservices的实践和准则

    Microservices架构渐渐被许多公司采用(Amazon、eBay、Netflix),用于解决Monolithic架构带来的问题。 其思路是将应用分解为小的、可以相互组合的Microservices。这些Microservices通过轻量级的机制进行交互,通常会采用基于HTTP协议的服务。 每个Microservices除了在业务独立外,也会有自己独立的运行环境,独立的开发、部署流程。 这种独立性给服务的部署和运营带来很大的挑战。 因此持续部署(Continuous Deployment)是Microservices场景下一个重要的技术实践。本文将介绍持续部署Microservices的实践和准则。 总结 Microservices给业务和技术的扩展性带来了极大的便利,同时在组织和技术层面带来了极大的挑战。

    1.8K40发布于 2018-04-13
  • 来自专栏赵化冰的技术博客

    Secure ONAP Microservices with Istio Mutual TLS Authentication and RBAC

    In the previous post Manage ONAP Microservices with Istio Service Mesh, we went through the steps of ONAP Logging ElasticStack local/msb 2.0.0 ONAP MicroServices Confirm that ONAP microservices have been started kubectl get all -n onap NAME READY STATUS RESTARTS ONAP microservices need to propagate the appropriate HTTP headers so that when the proxies send span

    1.3K20编辑于 2022-08-01
  • 来自专栏哲学驱动设计

    微服务(Microservices)——Martin Flower【翻译】

    原文是 Martin Flower 于 2014 年 3 月 25 日写的《Microservices》。 “微服务(Microservices)”——只不过在满大街充斥的软件架构中的一新名词而已。尽管我们非常鄙视这样的东西,但是这玩意所描述的软件风格,越来越引起我们的注意。 参考资料 Martin Flower,Microservices infoQ,微服务架构解析

    1.3K80发布于 2018-01-30
  • 来自专栏程序你好

    为什么应该使用微服务(Microservices) ?

    如今,微服务非常流行。几乎每个人都喜欢。不仅仅是Netflix、亚马逊或谷歌,似乎几乎每个人都采用了这种架构风格。虽然微服务已经存在了很长一段时间,也有很多关于它的文章,但我今天想再写一篇,所以请耐心听我说。

    1.3K30发布于 2018-09-29
  • 来自专栏黯羽轻扬

    微服务架构(Microservices)究竟是什么?

    (摘自Introduction to Monolithic Architecture and MicroServices Architecture) 把软件应用的不同组件都放到一个程序中,就叫 Monolithic Microservices are a software development technique—a variant of the service-oriented architecture (SOA In a microservices architecture, services are fine-grained and the protocols are lightweight. (摘自Microservices) 面向服务架构(SOA)的一种变体,把应用程序设计成一系列松耦合的细粒度服务,并通过轻量级的通信协议组织起来 Building applications as suites 参考资料 Microservices “微服务”博客中译完整版:上文的中译版 Microservices Resource Guide Microservices: What are smart endpoints

    1.5K20发布于 2019-08-12
  • 来自专栏程序你好

    How Anti-Patterns Can Constrain Microservices Adoption

    Microservices创造了大量小型分布式用途单一的服务,每个服务拥有自己的数据。这种服务和数据耦合支持有界上下文和无共享体系结构的概念。h服务及其相应的数据区分开来,完全独立于所有其他服务。

    44220发布于 2019-11-06
  • 来自专栏MavenTalk

    基于SpringCloud的Microservices架构实战案例-序篇

    基于SpringCloud架构体系实现,简单购物流程实现,满足基本功能:注册、登录、商品列表展示、商品详情展示、订单创建、详情查看、订单支付、库存更新等等。目前迭代第二版本,服务注册、发现、监控及分布式配置等基础服务已完成,购物流程可以通过Swagger提高的API顺序完成。后续将持续更新维护中。

    37530编辑于 2023-03-08
领券