📂
ingress-nginx-docs-cn
  • ingress-nginx 中文文档
  • docs
    • user-guide
      • nginx-configuration
        • nginx Configuration
        • Annotations
        • ConfigMaps
        • Log format
        • Custom nginx template
      • 基本用法 - 基于主机的路由
      • Exposing TCP and UDP services
      • External Articles
      • TLS/HTTPS
      • Multiple Ingress controllers
      • third-party-addons
        • ModSecurity Web Application Firewall
        • OpenTracing
      • 杂项
      • Ingress Path Matching
      • 暴露FastCGI服务器
      • Prometheus and Grafana installation
      • Command line arguments
      • Default backend
      • Custom errors
    • examples
      • Docker registry
      • customization
        • Custom Headers
        • Custom Errors
        • Configuration Snippets
        • Sysctl tuning
        • Custom Configuration
        • Custom DH parameters for perfect forward secrecy
        • External authentication, authentication service response headers propagation
      • affinity
        • Sticky sessions
      • auth
        • Basic Authentication
        • External OAUTH Authentication
        • Client Certificate Authentication
        • External Basic Authentication
      • Rewrite
      • Pod Security Policy (PSP)
      • Ingress examples
      • TLS termination
      • gRPC
      • Prerequisites
      • Static IPs
      • Multi TLS certificate termination
    • deploy
      • 裸机注意事项
      • 安装指南
      • Validating webhook (准入控制器)
      • 升级
      • 基于角色的访问控制(rbac)
    • 欢迎
    • 如何工作
    • 开发 nginx ingress controller
    • The ingress-nginx kubectl 插件
    • 排错
Powered by GitBook
On this page
  • mkdoc安装
  • 目录

Was this helpful?

ingress-nginx 中文文档

mkdoc安装

pip install mkdocs-material
mkdocs serve

访问: http://127.0.0.1:8000

目录

  • 欢迎:

    • 欢迎

    • 如何工作

    • 故障排查

    • kubectl 插件

    • 开发

  • 部署:

    • 安装指南

    • 裸机注意事项

    • 基于角色的访问控制(RBAC)

    • Validating Webhook (准入控制器)

    • 升级

  • 用户指南:

    • nginx 配置:

      • 介绍

      • 基本用法

      • 注解

      • ConfigMap

      • 自定义nginx模板

      • 日志格式

    • 命令行参数

    • 自定义错误

    • 默认后端

    • 暴露TCP或UDP服务

    • 暴露FCGI服务

    • 路径中的正则表达式

    • 扩展阅读

    • 杂项

    • 安装Prometheus 和 Grafana

    • 多Ingress控制器

    • TLS/HTTPS

    • 第三方插件:

      • ModSecurity Web应用程序防火墙

      • OpenTracing

  • 示例:

    • 介绍

    • 依赖

    • 回话粘滞性

    • 认证:

      • 基础认证

      • 客户端证书认证

      • 扩展基础认证

      • 扩展 OAUTH 认证

    • 定制化:

      • 配置片段

      • 定义配置

      • 定义错误

      • 定义Headers

      • 扩展认证

      • 自定义DH参数以实现完美的前向保密性

      • 系统调整

    • Docker仓库

    • gRPC

    • 多证书结束

    • Rewrite

    • 静态 IPs

    • TLS 种植

    • Pod安全策略 (PSP)

Nextdocs

Last updated 5 years ago

Was this helpful?