当前位置:网站首页>kubernetes部署ldap
kubernetes部署ldap
2022-07-06 16:37:00 【阳光很暖吧】
从github取得openldap的yaml文件。
git clone https://github.com/atjapan2015/kuberneteshandson.git
启动deployment和service。
kubectl apply -f kuberneteshandson/openldap/ldap-deployment.yaml
kubectl apply -f kuberneteshandson/openldap/ldap-service.yaml
kubectl apply -f kuberneteshandson/openldap/phpldapadmin-deployment.yaml
kubectl apply -f kuberneteshandson/openldap/phpldapadmin-service.yaml
查看service,deploy和pod的启动情况。
kubectl get svc,deploy,pod
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
svc/kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 147d
svc/ldap-service ClusterIP 10.101.39.82 <none> 389/TCP 7m
svc/phpldapadmin ClusterIP 10.107.0.197 <none> 8080/TCP 7m
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
deploy/ldap 1 1 1 1 7m
deploy/phpldapadmin 1 1 1 1 7m
NAME READY STATUS RESTARTS AGE
po/ldap-645864c96c-ltmzc 1/1 Running 0 7m
po/phpldapadmin-85cb5df8b7-j8mjj 1/1 Running 0 7m
使用浏览器访问phpldapadmin。地址为CLUSTER-IP:PORT
,此例为10.107.0.197:8080
。
点击login
,输入Login DN和Password后,点击Authenticate
。此例中,Loing DN为“cn=admin,dc=example,dc=org
”,Password为“admin
”。
创建Posix Group和User Account。此例中,Posix Group为“ldap
”,User Account为“ldap_login
”,Password设置为“admin
”。
退出admin用户。使用“ldap_login
”用户(cn=ldap_login,dc=example,dc=org),Password为“admin
”登录。
边栏推荐
- The largest single investment in the history of Dachen was IPO today
- [communication] optimal power allocation in the uplink of two-layer wireless femtocell network with matlab code
- Common modification commands of Oracle for tables
- DAY THREE
- DAY THREE
- 快讯 l Huobi Ventures与Genesis公链深入接洽中
- 【OFDM通信】基于深度学习的OFDM系统信号检测附matlab代码
- What should I do if the USB flash disk data is formatted and how can I recover the formatted USB flash disk data?
- Oracle中使用包FY_Recover_Data.pck来恢复truncate误操作的表
- okcc呼叫中心的订单管理时怎么样的
猜你喜欢
MATLIB从excel表中读取数据并画出函数图像
Server SMP, NUMA, MPP system learning notes.
DevOps可以帮助减少技术债务的十种方式
【精品】pinia 基于插件pinia-plugin-persist的 持久化
基于SSM框架实现的房屋租赁管理系统
Cas d'essai fonctionnel universel de l'application
Newsletter L Huobi ventures is in-depth contact with genesis public chain
内网穿透zerotier 外网(手机、电脑等)访问内网设备(树莓派、NAS、电脑等)
Today, I met a senior test developer from Tencent and saw the ceiling of the foundation
pytest多进程/多线程执行测试用例
随机推荐
【系统分析师之路】第七章 复盘系统设计(面向服务开发方法)
(leetcode) sum of two numbers
ArrayExpress数据库里的细胞只有两个txt是不是只能根据Line到ENA下载测序跑矩阵?
Oracle EMCC 13.5 environment in docker every minute
Experiment 6: installing eve-ng
DAY TWO
web渗透测试是什么_渗透实战
App general function test cases
[OFDM communication] OFDM system signal detection based on deep learning with matlab code
华为mate8电池价格_华为mate8换电池后充电巨慢
Supersocket 1.6 creates a simple socket server with message length in the header
使用源码编译来安装PostgreSQL13.3数据库
《LaTex》LaTex数学公式简介「建议收藏」
达晨史上最大单笔投资,今天IPO了
Pinia module division
SQL的一种写法,匹配就更新,否则就是插入
app通用功能測試用例
Use source code compilation to install postgresql13.3 database
内网穿透zerotier 外网(手机、电脑等)访问内网设备(树莓派、NAS、电脑等)
DAY THREE