57uv6Z6g

MS4wLjABAAAA5qMD8Gzdcgq7HXUOviKB59i0-ybJ59jJvNzyaPt5XOsVNqP6DU7WLcoAXvdxvYdp💗
本站所有文章仅作技术研究,请勿非法破坏,请遵守相关法律法规,后果自负

前言

Kubernetes(常简称为K8s)是用于自动部署、扩展和管理“容器化(containerized)应用程序”的开源系统。该系统由Google设计并捐赠给Cloud Native Computing Foundation(今属Linux基金会)来使用。(维基百科

阅读全文 »

前言

Distributed tracing for spring cloud(Github

spring-cloud/spring-cloud-sleuth为链路跟踪工具,可以在日志中生成链路跟踪记录

Zipkin is a distributed tracing system. It helps gather timing data needed to troubleshoot latency problems in service architectures. Features include both the collection and lookup of this data.(Github

openzipkin/zipkin为图表生成工具,可以搭配Sleuth将链路信息生成图表展示

rabbitmq/rabbitmq-server配合spring-cloud/spring-cloud-sleuthopenzipkin/zipkin实现解耦和流量削峰

阅读全文 »
0%