Posts
Minikube本地启动
· ☕ 2 分钟
重要 minikube 主要是镜像都在k8s.gcr.io上,需要设置proxy。 环境说明 Ubuntu18.04 driver = docker 安装 1. 初始配置 验证机器支持虚拟化。执行下面命令,如果输出非空

Kubernetes资料汇总
· ☕ 1 分钟
重要 Kubernetes资料汇总 环境说明 Reference 备注 Kubernetes-handbook(宋净超-jimmy Song) Installing Kubernetes with Minikube minikube启动带参数

Python-RestAPI使用Flask、Flask-RestPlus
· ☕ 7 分钟
重要 本文概述了使用Flask和Flask-restplus创建REST API所需的步骤。这些工具组合成一个框架,Swagger被整合在Fla

jenkins-pipeline-lib使用
· ☕ 1 分钟
重要 定义共享库 目录结构 1 2 3 4 5 6 7 8 9 10 11 12 (root) +- src # Groovy source files | +- org | +- foo | +- Bar.groovy # for org.foo.Bar class +- vars | +- foo.groovy # for global 'foo' variable | +- foo.txt # help for 'foo' variable +- resources # resource files (external libraries only) |

LDAP部署手册
· ☕ 3 分钟
重点 DN 是一条LDAP记录项的名字,并作为唯一标识。可以理解成uuid,具体格式像: “cn=admin,dc=service,dc=corp” 1.概念 LDAP:Lightweight Directory Access Protoc

LDAP-Python 操作库
· ☕ 5 分钟
运行环境 python环境: python3.7 安装包 1 pip install ldap3 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49

Drone-Pipeline使用举例
· ☕ 5 分钟
重点 如果使用multi-pipeline, 则在---之后不能跟注释。而且multi-pipeline之间的无法共通数据,每个新的pipeli

Jenkins-Pipeline使用举例
· ☕ 4 分钟
重点 能在DockerFile中做的,比如多阶段构建,就在Dockerfile中做。不能在Jenkinsfile中做太多特例化的事情,否则不好

Gogs集成LDAP
· ☕ 1 分钟
重要 Gogs 支持 本地认证+LDAP认证 模式。 Gogs 要求LDAP中的DN必须具备mail属性。 配置 使用安装时配置的管理帐号登陆gogs系统,点击头像进入

jenkins集成LDAP
· ☕ 6 分钟
重要 ldap创建两个groupjenkins-admin和jenkins-manager。并分别将用户admin, operator各自分配到

GitHub-drone-dockercompose
· ☕ 3 分钟
申请Github OAuth Application Github OAuth Application是为了授权Drone Server读取Github信息。 参考连接 部署drone+mysql+ng

提供健全的私仓服务-Nexus
· ☕ 1 分钟
写在前面 最重要的事: 可以提供java\node\python\docker-image\chart的仓储服务,但对镜像仓库的支持不足,不如h