随笔分类 -  PaaS系统/容器

摘要:本文转载:https://xz.aliyun.com/t/10216 SAST(Static Application Security Testing):静态应用程序安全测试技术,通常在编码阶段分析应用程序的源代码或二进制文件的语法、结构、过程、接口等来发现程序代码存在的安全漏洞。 目前有多款静态代 阅读全文
posted @ 2022-07-07 23:26 博客萨斯州 阅读(711) 评论(0) 推荐(0) 编辑
摘要:pipeline { agent { label 'master' } parameters { extendedChoice( defaultValue: '', description: '选择发布模块', multiSelectDelimiter: ',', name: 'module', q 阅读全文
posted @ 2022-06-28 14:33 博客萨斯州 阅读(175) 评论(0) 推荐(0) 编辑
摘要:1.sonar安装配置 https://blog.csdn.net/u012448904/article/details/81706283 2.jenkins的安装配置 https://blog.csdn.net/u012448904/article/details/81477194 3.sonar 阅读全文
posted @ 2022-06-28 14:31 博客萨斯州 阅读(60) 评论(0) 推荐(0) 编辑
摘要:GlusterFS部署 Heketi要求在每个glusterfs节点上配备裸磁盘,因为Heketi要用来创建PV和VG,如果有了Heketi,则可以通过StorageClass来创建PV,步骤仅有:创建StorageClass-->创建PVC-->Pod挂载PVC。 本文的操作步骤依据heketi的 阅读全文
posted @ 2021-01-19 13:14 博客萨斯州 阅读(560) 评论(0) 推荐(0) 编辑
摘要:Warning FailedMount 26s kubelet, 10.145.132.62 MountVolume.SetUp failed for volume "pvc-1343ae7d-cd81-11ea-a7ae-6c92bf8f6ffc" : mount failed: mount fa 阅读全文
posted @ 2020-12-12 16:38 博客萨斯州 阅读(1537) 评论(0) 推荐(0) 编辑
摘要:traefik.yaml: |- ping: "" ## 启用 Ping serversTransport: insecureSkipVerify: true ## Traefik 忽略验证代理服务的 TLS 证书 api: insecure: true ## 允许 HTTP 方式访问 API da 阅读全文
posted @ 2020-10-02 19:48 博客萨斯州 阅读(536) 评论(0) 推荐(0) 编辑
摘要:参考 apiVersion: autoscaling/v1 kind: HorizontalPodAutoscaler metadata: name: nginxtest #应用名 namespace: default #集群空间 spec: scaleTargetRef: apiVersion: 阅读全文
posted @ 2020-08-07 11:00 博客萨斯州 阅读(270) 评论(0) 推荐(1) 编辑
摘要:FROM centos:7.7.1908 ADD jdk-9.0.4_linux-x64_bin.tar.gz /usr/local/ ENV JAVA_HOME /usr/local/jdk-9.0.4 ENV JRE_HOME /usr/local/jdk-9.0.4/jre ENV CLASS 阅读全文
posted @ 2020-06-02 10:05 博客萨斯州 阅读(428) 评论(0) 推荐(0) 编辑
摘要:[root@localhost ~]# docker run -it -d centos:7 [root@650da1307bb1 /]# echo $LANG [root@650da1307bb1 /]# locale # 查看当前系统所使用的字符集 LANG= LC_CTYPE="POSIX" 阅读全文
posted @ 2020-05-29 20:18 博客萨斯州 阅读(4869) 评论(0) 推荐(0) 编辑
摘要:FROM 47.96.166.136/library/java:v4 MAINTAINER fantasy RUN localedef -c -f UTF-8 -i zh_CN zh_CN.utf8 && mkdir /home/admin/server-name/logs -p && sed -i 阅读全文
posted @ 2020-05-26 23:40 博客萨斯州 阅读(162) 评论(0) 推荐(0) 编辑
摘要:```yaml apiVersion:v1 kind:ConfigMap metadata: name:mysql labels: app:mysql data: master.cnf:| Apply this config only on the master. [mysqld] log bin 阅读全文
posted @ 2020-05-12 09:31 博客萨斯州 阅读(3129) 评论(0) 推荐(0) 编辑
摘要:```yaml kind: Deployment apiVersion: apps/v1 metadata: name: jenkins namespace: paas-jenkins spec: replicas: 1 selector: matchLabels: app: jenkins template: metadata: labels: app: jenkins spec: servic 阅读全文
posted @ 2020-04-30 23:14 博客萨斯州 阅读(212) 评论(0) 推荐(0) 编辑
摘要:"参考大神博客:Too many open files的四种解决办法" 阅读全文
posted @ 2020-04-29 21:11 博客萨斯州 阅读(2329) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2020-01-20 15:08 博客萨斯州 阅读(1) 评论(0) 推荐(0) 编辑