书栈网 · BookStack 本次搜索耗时 0.031 秒,为您找到 18426 个相关结果.
  • Basic auth

    Securing Prometheus API and UI endpoints using basic auth nginx example nginx configuration Prometheus configuration Testing Summary Securing Prometheus API and UI endpoin...
  • 安装Nginx ingress

    安装Nginx ingress 镜像准备 步骤详解 参考 安装Nginx ingress Nginx ingress 使用ConfigMap来管理Nginx配置,nginx是大家熟知的代理和负载均衡软件,比起Traefik 来说功能更加强大. 我们使用helm 来部署,chart 保存在私有的仓库中,请确保您已经安装和配置好helm,hel...
  • 配置 NGINX 负载均衡器

    配置 NGINX 负载均衡器 安装 NGINX 创建 NGINX 配置 可选 - 将 NGINX 作为 Docker 容器运行 配置 NGINX 负载均衡器 将 NGINX 配置为四层负载均衡器(TCP),用于将连接转发到 Rancher 节点。 在此配置中,负载均衡器位于节点的前面。负载均衡器可以是任何能运行 NGINX 的主机。 备注 ...
  • Ingress Gateway without TLS Termination

    Ingress Gateway without TLS Termination Generate client and server certificates and keys Deploy an NGINX server Configure an ingress gateway Cleanup See also Ingress Gatew...
  • Ingress Gateway without TLS Termination

    Ingress Gateway without TLS Termination Generate client and server certificates and keys Deploy an NGINX server Configure an ingress gateway Cleanup See also Ingress Gatew...
  • 无 TLS 终止的 Ingress Gateway

    无 TLS 终止的 Ingress Gateway 生成客户端和服务端的证书和密钥 部署一个 NGINX 服务 配置 Ingress Gateway 清除 无 TLS 终止的 Ingress Gateway 安全网关 说明了如何为 HTTP 服务配置 HTTPS 访问入口。而本示例将说明如何为 HTTPS 服务配置 HTTPS 访问入口,即配置...
  • 使用 Deployment 运行一个无状态应用

    使用 Deployment 运行一个无状态应用 教程目标 准备开始 创建并了解一个 nginx Deployment 更新 Deployment 通过增加副本数来扩缩应用 删除 Deployment ReplicationController —— 旧的方式 接下来 使用 Deployment 运行一个无状态应用 本文介绍如何通过 Ku...
  • 使用 Deployment 运行一个无状态应用

    使用 Deployment 运行一个无状态应用 教程目标 准备开始 创建并了解一个 nginx Deployment 更新 Deployment 通过增加副本数来扩缩应用 删除 Deployment ReplicationController —— 旧的方式 接下来 使用 Deployment 运行一个无状态应用 本文介绍如何通过 Ku...
  • 使用 Deployment 运行一个无状态应用

    使用 Deployment 运行一个无状态应用 教程目标 准备开始 创建并了解一个 nginx Deployment 更新 Deployment 通过增加副本数来扩缩应用 删除 Deployment ReplicationController —— 旧的方式 接下来 使用 Deployment 运行一个无状态应用 本文介绍如何通过 Ku...
  • Spread operator

    Spread operator concat arrays with spread Object.assign shorthand Spread operator Spreads an array into its individual values. var a = [ 1 , 2 ]; var b = returnTw...