Files
kuboard-press/learning/k8s-advanced/sec/authenticate/ldap.md
huanqing.shao ba31fc7dda introduction
2020-07-16 22:54:57 +08:00

24 lines
914 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
vssueId: 180
layout: LearningLayout
description: Kubernetes教程_除了ServiceAccount以外Kubernetes不提供任何形式的用户认证方式如果需要通过用户名密码登录Kubernete/Kuboard本文描述使用 Kubernetes 认证模块安装向导为已有的 Kubernetes 集群增加用户认证功能,并可以使用 LDAP 账号登录 Kubernetes。
meta:
- name: keywords
content: Kubernetes 教程,Kubernetes 授权,Kubernetes authentication,Kubernetes LDAP
---
# Kubernetes Authentication LDAP
<AdSenseTitle/>
本文介绍了两部分内容,如果您已经有 LDAP 在使用,请直接进入文档的第二部分内容。
* 安装 OpenLDAP
> 仅用于配合此文档达成演示目的,部署到生产环境时,请参考 OpenLDAP 的官方网站
* 配置 Kubernetes/Kuboard 使用 OpenLDAP 登录
## 安装 OpenLDAP
## 配置 Kubernetes/Kuboard 使用 OpenLDAP 登录