书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 10215 个相关结果.
  • Troubleshooting

    Troubleshooting kOps clusters The Control Plane Nodeup API Server API Server hangs after etcd restore etcd DNS CNI missing files in /opt/cni/bin empty directory CNI plugin...
  • Metrics

    Metrics etcd namespace metrics Server Disk Network gRPC requests etcd_debugging namespace metrics Snapshot Prometheus supplied metrics Generated list of metrics Metric...
  • 服务配置

    132 2023-11-03 《go-zero v1.6 教程》
    服务配置 概述 配置 RpcClientConf EtcdConf ServerMiddlewaresConf 服务配置 概述 本文介绍如何使用 go-zero 框架进行 gRPC Client 的开发。 配置 type RpcClientConf struct { Etcd discov ....
  • Set up a local cluster

    Local standalone cluster Starting a cluster Interacting with the cluster Local multi-member cluster Starting a cluster Interacting with the cluster Testing fault tolerance ...
  • Set up a local cluster

    Local standalone cluster Starting a cluster Interacting with the cluster Local multi-member cluster Starting a cluster Interacting with the cluster Testing fault tolerance ...
  • Discovery service protocol

    Discovery service protocol Protocol workflow Creating a new discovery token Specifying the expected cluster size Bringing up etcd processes Registering itself Checking the stat...
  • Recommended host practices

    Recommended host practices Recommended node host practices Creating a KubeletConfig CRD to edit kubelet parameters Modifying the number of unavailable worker nodes Control plane...
  • Maintenance

    Overview Raft log retention History compaction: v3 API Key-Value Database Auto Compaction Defragmentation Space quota Snapshot backup Overview An etcd cluster needs perio...
  • 安全模式

    安全模式 基本设置 示例 1: 用HTTPS的客户端到服务器端传输安全 示例 2: 用HTTPS客户端证书的客户端到服务器端认证 示例 3: 集群中的传输安全和客户端证书 Example 4: 自动自签名安全 etcd proxy 注意事项 FAQ 使用TLS客户端身份验证时,我看到 SSLv3 警报握手失败? 使用对等证书认证,我收到”证书对...
  • 服务注册与发现

    542 2022-04-18 《Kratos v2.2 教程》
    服务注册与发现 接口实现 使用方式 注册服务实例 服务发现(gRPC) 服务注册与发现 接口实现 Registry 接口分为两个,Registrar 为实例注册和反注册,Discovery 为服务实例列表获取 type Registrar interface { // 注册实例 Register ( c...