上一页 1 2 3 4 5 6 7 8 ··· 17 下一页
摘要: 点击查看代码 cat config.toml concurrent = 16 check_interval = 0 [session_server] session_timeout = 1800 [[runners]] name = "woshishi" url = "https://gitlab. 阅读全文
posted @ 2022-04-01 11:47 萱乐庆foreverlove 阅读(5) 评论(0) 推荐(0) 编辑
摘要: #A gitignore file specifies intentionally untracked files that Git should ignore. Files already tracked by Git are not affected; see the NOTES below f 阅读全文
posted @ 2022-03-15 11:42 萱乐庆foreverlove 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 123 阅读全文
posted @ 2022-03-14 20:24 萱乐庆foreverlove 阅读(11) 评论(0) 推荐(0) 编辑
摘要: #基础概念 service mesh istio ##service mesh 是处理服务间通信的基础设施层。它负责构成现代云原生应用程序的复杂服务拓扑来可靠地交付请求。在实践中,Service Mesh 通常以轻量级网络代理阵列的形式实现,这些代理与应用程序代码部署在一起,对应用程序来说无需感知代 阅读全文
posted @ 2022-03-14 20:23 萱乐庆foreverlove 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 认证相关问题 目前主流是RBAC认证 官方文档地址 划重点的一段话 尽管无法通过 API 调用来添加普通用户,Kubernetes 仍然认为能够提供由集群的证书 机构签名的合法证书的用户是通过身份认证的用户。基于这样的配置,Kubernetes 使用证书中的 'subject' 的通用名称(Comm 阅读全文
posted @ 2022-03-10 17:54 萱乐庆foreverlove 阅读(30) 评论(0) 推荐(0) 编辑
摘要: #使用sts简单安装zookeeper 集群 创建集群 点击查看代码 apiVersion: v1 kind: Service metadata: name: zk-hs labels: app: zk spec: ports: - port: 2888 name: server - port: 3 阅读全文
posted @ 2022-03-10 11:40 萱乐庆foreverlove 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 主要是以sts 形式部署cassandra 部署一个headless svc for cassandra 点击查看 #kubectl apply -f https://k8s.io/examples/application/cassandra/cassandra-service.yaml apiVe 阅读全文
posted @ 2022-03-10 11:24 萱乐庆foreverlove 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 建议要从官方文档中学习并熟练的技能: 入门: https://kubernetes.io/zh/docs/tutorials/ 安全: apparmor(Many Linux distributions (e.g. Debian, Ubuntu, OpenSUSE) ship with AppArm 阅读全文
posted @ 2022-03-09 11:37 萱乐庆foreverlove 阅读(75) 评论(0) 推荐(0) 编辑
摘要: Metricbeat(集群日志收集) https://www.elastic.co/guide/en/beats/metricbeat/current/running-on-kubernetes.html metric-server(top 指令数据源) kubectl apply -f https 阅读全文
posted @ 2022-03-08 15:18 萱乐庆foreverlove 阅读(263) 评论(0) 推荐(0) 编辑
摘要: calico 默认提供三种网络模式(这里只讲解基础部分,关于ebpf,custom cni 等暂时不考虑) overlay 网络两种 vxlan crossubnet 子网内不封装 always ipip tunnel (可以支持BGP) crossubnet 子网内不封装 always under 阅读全文
posted @ 2022-03-03 19:54 萱乐庆foreverlove 阅读(724) 评论(1) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 17 下一页