Huabing Blog

How to Integrate Your Service Registry with Istio?

How can we quickly integrate these existing microservices projects with Istio at minimal modifications? In this post, I will first explain the service registry mechanism of Istio, and then propose several possible options to integrate third-party service discovery with Istio.

如何将第三方服务中心注册集成到 Istio ?

目前越来越多的微服务项目开始考虑将自己的微服务基础设施向 Istio 进行迁移。然而对于大量使用了 Consul,Eureka 或者自建服务注册中心的项目来说,如何能够以最小的代价快速地将现有微服务项目和 Istio 进行集成,以享受 Istio 提供的各种服务治理能力呢?本文将分析 Istio 服务注册机制的原理,并提出几种 Istio 与第三方服务注册中心集成的可行方案,以供读者参考。

一文带你彻底厘清 Isito 中的证书工作机制

Istio 为微服务提供了无侵入,可插拔的安全框架。应用不需要修改代码,就可以利用 Istio 提供的双向 TLS 认证实现服务身份认证,并基于服务身份信息提供细粒度的访问控制。本文将揭秘 Istio 双向 TLS 认证的实现机制。

一文带你彻底厘清 Kubernetes 中的证书工作机制

在本文中,我将试图以一种比官方文档更容易理解的方式来说明 Kubernete s中和证书(Certificate)相关的工作机制,如果你也存在这方面的疑惑,希望这篇文章对你有所帮助。

数字证书原理

数字证书相关的技术与原理。

Linux network namespace, veth, birdge与路由

介绍Linux的network namespace, veth,bridge与路由。

Linux Tun/Tap 介绍

在计算机网络中,TUN与TAP是操作系统内核中的虚拟网络设备。不同于普通靠硬件网路板卡实现的设备,这些虚拟的网络设备全部用软件实现,并向运行于操作系统上的软件提供与硬件的网络设备完全相同的功能。

Kubernetes 知识图谱

Kubernetes 相关知识汇总

Network Service Mesh: A Big Step Toward Cloud-Native NFV

When hearing about Network Service Mesh for the first time, you probably are as curious as I was: Does it have anything to do with Service Mesh/Istio? In my opinion, Network Service Mesh could be a turn point for NFV. I'll dive into more details in this post.

NFV迈向云原生时代:Network Service Mesh项目介绍

当第一次看到Network Service Mesh这一名词时,你很可能和我一样好奇它到底是什么?是否和Service Mesh有什么关系?Network Service Mesh是云原生领域中一个新的热点,是CNCF(云原生基金会)中的一个沙箱项目。本文将介绍Network Service Mesh的起源和架构,并探讨其与Service Mesh、SDN、NFV等相关技术的区别与联系。