• 2024-07-10spring boot microservices
    微服务包括这些组件,服务注册,服务发现,负载均衡,配置管理,路由,断流器-过流熔断,分布式系统的日记追踪,服务安全等。thecomponentofspringbootmicroservices.springboot,itprovidesthefoudationforbuildingmicroservices.Itsimplifiestheconfigurationanssetup
  • 2024-04-15[Microservices] Create and Deploy Microservices
    IBMCloudCodeEngineChallengesofself-hostingmicroservicesDeliberatedConfigurationandBuildManageInfrastructureDynamicScalingCommunicationandSecurityLoggingandMonitoringExample:DeployaPython-basedmicroserviceIBMCloudCodeEngineJu
  • 2024-04-13[Microservices] Serverless Overview
    IntriductiontoSeverlessComputingDefineserverlesscomputinganddescribeitsconceptsServerlesscomputingistheconceptofbuildingandrunningapplicationsthatdonotrequireservermanagementItdescribesafiner-graineddeploymentmodelwherea
  • 2024-04-06[Microservices] Microservices Anti-Patterns
    Whiletherearemanypatternsfordoingmicroserviceswell,anequallysignificantnumberofpatternsexistthatcanquicklygetanydevelopmentteamintotrouble.Thefollowingaresomeofthedon’tswhiledevelopingmicroservices:Don’tbuildmicroservi
  • 2024-04-03[Microservices] Microservices Patterns
    Singlepageapplication(SPA)Enabledbymorepowerfulbrowsers,fasterBackendforFrontend(BFF)ProvidesuperiorsupportcomparedtoagenericbackendInsertsalayerbetweenuserexperienceandtheresourcesEnablescustomixeduserexperiencesfordif
  • 2024-04-03[Microservices] Twelve-Factor App Methology
    ModernsoftwaredevelopmentDeliveryasaservice CentrallyhostedandaccessedthroughtheinternetWebapps,software-as-a-serviceTwelve-factorappmethodologyissuitedforwebappsCode->Deploy->Operate Factor1:Codebase:Codefactor
  • 2024-01-15微服务安全问题
    参考:https://cheatsheetseries.owasp.org/cheatsheets/Microservices_Security_Cheat_Sheet.htmlhttps://medium.com/microservices-learning/how-to-implement-security-for-microservices-89b140d3e555以下是medium.com的这篇文章内容: IntroductionOnecommonargumentt
  • 2023-12-06微服务(Microservices)
    微服务(Microservices)出处本文是于2014年由JamesLewis和MartinFowler共同编写的文章-微服务(Microservices)的译文原文网址:https://martinfowler.com/articles/microservices.html前言"微服务架构"这个术语在过去几年中频繁被提到,用来描述一种将软件应用程序设计为可独立
  • 2023-10-23auth blog
    https://deepzz.com/post/what-is-oidc-protocol.html dockercompose:https://learn.microsoft.com/zh-cn/dotnet/architecture/microservices/docker-application-development-process/docker-app-development-workflow#step-4-define-your-services-in-docker-composeym
  • 2023-09-25Microservice - What are microservices, and why are microservices?
    Theconceptof microservicesissimplybreakingasinglelargepotentialserviceintomanysmaller servicesthatworktogether,hence,thename.Oneveryobviousadvantagewhenitcomestobuildinganapplicationwitha microservicearchitecturewouldbe
  • 2023-06-07立即报名 | Microservices June 微服务之月再度开启
    原文作者:NGINX原文链接:立即报名|MicroservicesJune微服务之月再度开启转载来源:NGINX官方网站NGINX唯一中文官方社区,尽在 nginx.org.cn又是一个热情似火的六月,一年一度的MicroservicesJune微服务之月再次回归!微服务之月是NGINX一年一度的免费线上教学项目,今
  • 2023-04-21读书笔记 - 《Monolith to Microservices》
    如果你的产品目前是B/S或者C/S架构,想要考虑重构成微服务,这本书绝对是一个很好的参考,作者通过自己的实践经历,详述了以下几个方面:不要因为别人都做微服务,你就想要把自己的系统转成微服务,首先需要分析自己系统碰到的问题,找到最适合的解决办法,微服务不是万能的,不能解决所有问题考虑
  • 2023-03-27再谈DDD和Microservices
    面对高复杂度的时候我们会做关注点分离,这是一个最基本的哲学原则。技术维度分离,类似MVC这样的分层思想是我们广泛接受的业务维度分离,根据不同的业态来划分系统,比如按售前、
  • 2023-01-07.Net Core 微服务实战 - 部署到 Kubernetes
    原文网址:https://blog.csdn.net/qq_33649351/article/details/120788480部署到Kubernetes源码及系列文章目录KubernetesKubernetes的优势环境搭建安装DockerDesktop安
  • 2022-11-17aws-学习
    https://www.stacksimplify.com/aws-eks/microservices-on-aws-eks/learn-to-deploy-microservices-on-aws-eks/https://www.iloveaws.cn/
  • 2022-09-19Microservices 微服务
    什么是微服务体系结构?正如名称所示,微服务体系结构是一种将大型应用程序分解为一组较小的服务的方法。每个服务都在自己的进程中运行,并使用HTTP/HTTPS、WebSocket或AMQ