Istio Introduction (5): Access Control and Traffic Management VirtualService and DestinationRule Relationship Between VirtualService and Service Istio[......] 继续阅读

2023年7月9日 0条评论 1140点热度 0人点赞 痴者工良 阅读全文

Istio 入门(五):访问控制和流量管理 VirtualService 和 DestinationRule VirtualService 与 Service 的关系 Istio 的 VirtualService 和 Kubernetes 的 Service 都是服务治理的组件,但它们有不同的作用[......] 继续阅读

2023年7月9日 0条评论 2862点热度 0人点赞 痴者工良 阅读全文

Isito Introduction (Part 4): Observability 4. Traffic Management This section primarily demonstrates how to expose service access addresses using Isti[......] 继续阅读

2023年7月9日 0条评论 1388点热度 0人点赞 痴者工良 阅读全文

Isito 入门(四):可观测性 4, 流量管理 主要演示了使用 Istio Gateway、VirtualService 对外暴露服务的访问地址 ,以及基于 Istio 实现可观察性的 Kiali 组件。让我们回在上一章中部署的 bookinfo 示例已经学习了什么: 使用 Istio Ga[......] 继续阅读

2023年7月9日 0条评论 3110点热度 0人点赞 痴者工良 阅读全文

本教程已加入 Istio 系列:https://istio.whuanle.cn Observability Istio integrates tracing applications such as Jaeger, Zipkin, and Skywalking, effectively captu[......] 继续阅读

2023年7月9日 1条评论 1068点热度 0人点赞 痴者工良 阅读全文

本教程已加入 Istio 系列:https://istio.whuanle.cn 可观测性 Istio 集成了 Jaeger、Zipkin 和 Skywalking 等链路追踪应用,能够有效地捕获服务网格的结构,展示网络拓扑结构,并分析网格的健康状况。 这一切都得益于 Envoy 代理的实现。由于所[......] 继续阅读

2023年7月9日 1条评论 3690点热度 0人点赞 痴者工良 阅读全文

本教程已加入 Istio 系列:https://istio.whuanle.cn 3, Quick Start In this chapter, we officially take the first step into learning Istio. Since the knowledge sy[......] 继续阅读

2023年7月9日 0条评论 1296点热度 0人点赞 痴者工良 阅读全文

本教程已加入 Istio 系列:https://istio.whuanle.cn 3,快速入门 在本章中,我们正式迈入学习 Istio 的第一步。因为 Istio 的知识体系是较为庞大的,因此我们可以先通过本章的入门教程快速了解如何使用 Istio 部署一套微服务,以及 Istio 核心功能的使用方[......] 继续阅读

2023年7月9日 0条评论 3184点热度 0人点赞 痴者工良 阅读全文

本教程已加入 Istio 系列:https://istio.whuanle.cn 2. Deploy Istio In this chapter, we will introduce how to deploy Istio in Kubernetes using Helm. The installa[......] 继续阅读

2023年7月9日 0条评论 1006点热度 0人点赞 痴者工良 阅读全文

本教程已加入 Istio 系列:https://istio.whuanle.cn 2,部署 Istio 在本章中,将会介绍如何在 Kubernetes 中使用 Helm 部署 Istio。 Istio 的安装方式主要有两类,第一类是基于 Kubernetes 原生集群或虚拟机的安装。另一种是基于 A[......] 继续阅读

2023年7月9日 0条评论 3010点热度 0人点赞 痴者工良 阅读全文

Jq is a lightweight and flexible command-line JSON processor. Official website: https://jqlang.github.io/jq/ https://jqlang.github.io/jq/manual/ Jq[......] 继续阅读

2023年6月6日 2条评论 1582点热度 1人点赞 痴者工良 阅读全文

Jq 是一个轻量级和灵活的命令行 JSON 处理器。 官网: https://jqlang.github.io/jq/ https://jqlang.github.io/jq/manual/ Jq 可以从 JSON 中解析数据以及将数据替换到字段表达式生成新的 Json。 例如一个 JSON: [......]继续阅读

2023年6月6日 2条评论 4907点热度 1人点赞 痴者工良 阅读全文

本教程已加入 Istio 系列:https://istio.whuanle.cn 1. Overview of Istio 🚩 Let's Talk About Microservices Design It seems that using Kubernetes means you have a[......] 继续阅读

2023年5月28日 0条评论 3085点热度 4人点赞 痴者工良 阅读全文

本教程已加入 Istio 系列:https://istio.whuanle.cn 1,Istio 概述 🚩聊聊微服务设计 似乎用上 Kubernetes ,就是微服务系统了。 碰到很多人或公司盲目崇拜 Kubernetes ,一直喊着要上 Kubernetes,但是本身既没有技术储备,也没有规划方案[......] 继续阅读

2023年5月28日 0条评论 3153点热度 4人点赞 痴者工良 阅读全文

Debezium can monitor the incremental changes of the following databases: MongoDB MySQL PostgreSQL SQL Server Oracle Db2 Cassandra Then it synchroniz[......] 继续阅读

2023年5月26日 1条评论 7041点热度 3人点赞 痴者工良 阅读全文

Debezium 可以监控以下数据的增量变化: MongoDB MySQL PostgreSQL SQL Server Oracle Db2 Cassandra 然后将增量数据同步到 Kafka。 当数据同步到 Kafka 时,我们可以选择自己研发工具读取 Kafka 的数据,然后从 Kafka[......] 继续阅读

2023年5月26日 2条评论 9513点热度 4人点赞 痴者工良 阅读全文

swagger2tsclient is not a Vue.js related library, but a tool used to convert Swagger API definition files into TypeScript client code. You can use the[......] 继续阅读

2023年5月15日 0条评论 3213点热度 1人点赞 痴者工良 阅读全文

swagger2tsclient 并不是一个 Vue.js 相关的库,而是一个用于将 Swagger API 定义文件转换为 TypeScript 客户端代码的工具。您可以将生成的 TypeScript 客户端代码与 Vue.js 项目一起使用,以简化与后端 API 的交互。以下是如何在 Vue.j[......] 继续阅读

2023年5月15日 0条评论 3599点热度 1人点赞 痴者工良 阅读全文

Snort is an open-source Intrusion Detection and Prevention System (IDS/IPS) used to monitor network traffic and block malicious behavior. Here are the[......] 继续阅读

2023年5月12日 0条评论 4458点热度 0人点赞 痴者工良 阅读全文

Snort 是一款开源的入侵检测和防止系统(IDS/IPS),用于监控网络流量并阻止恶意行为。以下是 Snort 的基本使用方法: 安装 Snort: 对于 Debian/Ubuntu 系统,使用以下命令安装: sudo apt-get update sudo apt-get install[......]继续阅读

2023年5月12日 0条评论 9211点热度 0人点赞 痴者工良 阅读全文
1789101154