Huabing Blog

为什么 Envoy Gateway 是云原生时代的七层网关?

今天,我想和大家聊一聊 Envoy 生态中的新成员 Envoy Gateway, 以及为什么我认为 Envoy Gateway 是云原生时代的七层网关。

Kubernetes Controller 机制详解(二)

Controller Runtime 和 Kubebuilder

Kubernetes(简称K8s) 是一套容器编排和管理系统,可以帮助我们部署、扩展和管理容器化应用程序。在 K8s 中,Controller 是一个重要的组件,它可以根据我们的期望状态和实际状态来进行调谐,以确保我们的应用程序始终处于所需的状态。本系列文章将解析 K8s Controller 的实现机制,并介绍如何编写一个 Controller。

Kubernetes Controller 机制详解(一)

Kubernetes API List/Watch 机制 与 Informer 客户端库

Kubernetes(简称K8s) 是一套容器编排和管理系统,可以帮助我们部署、扩展和管理容器化应用程序。在 K8s 中,Controller 是一个重要的组件,它可以根据我们的期望状态和实际状态来进行调谐,以确保我们的应用程序始终处于所需的状态。本系列文章将解析 K8s Controller 的实现机制,并介绍如何编写一个 Controller。

How to Pass the Certified Kubernetes Administrator (CKA) Exam Without Any Stress?

Some useful tips I used to pass the CKA, which may help you as well

如何成功通过 CKA 考试?

帮助你顺利通过 CKA 考试的一些技巧。

Istio 知识图谱

Istio 相关知识汇总

腾讯云容器网络介绍

在实现 K8s 网络模型时,为了应对不同的使用场景,TKE(Tencent Kubernetes Engine)提供了 Global Router 和 VPC-CNI 两种网络模式。本文中,我们将通过这两种模式下数据包的转发流程来分析这两种模式各自的实现原理。本文还会对比分析不同网络模式下的网络效率和资源使用情况,以便于大家在创建 TKE 集群时根据应用对网络的需求和使用成本选择合适的网络模型。

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

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

Kubernetes 知识图谱

Kubernetes 相关知识汇总

Which One is the Right Choice for the Ingress Gateway of Your Service Mesh?

Kubernetes Ingress, Istio Gateway or API Gateway?

By default, in a Kubernetes cluster with the Istio service mesh enabled, services can only be accessed inside the cluster. However, some of the services may need to be exposed to the external network as well. Kubernetes and Istio provide a variety of means to get external traffic into your cluster including NodePort, LoadBalancer, Kubernetes Ingress and Istio Gateway. With all these options, which one should be the right choice for your service mesh running in production?