学习 Linux 文件目录之 /etc/adduser.conf2023-09-12linux1072 words 3 mins read/etc/adduser.conf 文件是用于配置用户添加过程中的默认行为和参数的配置文件。本文记录了该文件的结构和常见配置项的含义.Read more...
学习 Linux 文件目录之 /etc/resolv.conf2023-09-12dns1041 words 3 mins read/etc/resolv.conf 文件是Linux和Unix系统中DNS客户端的重要配置文件,它定义了DNS解析器的行为。本文记录了该文件的结构和常见配置项。Read more...
Gateway - Kubernetes Gateway API2023-08-16k8s kubernetes1129 words 3 mins readGateway Gateway 与基础设施配置的生命周期是1:1的。当用户创建 Gateway 时, GatewayClass 控制器会配置或配置一些负载平衡基础设施(有关详细信息,请参见下文)。 在 Kubernetes Gateway API 中, GatewayRead more...
GatewayClass - Kubernetes Gateway API2023-08-16k8s kubernetes1556 words 4 mins readGatewayClass GatewayClass 是由基础设施提供商定义的集群范围的资源。描述了一类用户可以创建的 Gateway 资源。短名称是 gc, 你可以使用如下命令获取集群范围内的 GatewayClass 资源: 1 $ kubectl get gc 注Read more...