jiayi
正在加载今日诗词...
原理HPA在k8s中也由一个controller控制,controller会间隔循环HPA,检查每个HPA中监控的指标是否触发伸缩条件,默认的间隔时间为15s。一旦触发伸缩条件,controller会向k8s发送请求,修改伸缩对象(stat
2023-01-06
压测工具Sysbench、Stress、iperf或iperf3 压测工具Sysbench、Stress、iperf或iperf3
sysbench是一款开源的、模块化的、跨平台的多线程性能测试工具,可用于CPU、内存、磁盘I/O、线程、数据库的性能测试。sysbench目前支持的数据库压测有PG和MySQL。(若想学习数据库压测,可以私聊麦老师哟,MySQL和PG均
2023-01-06
【gRPC SSL】自签CA、服务端和客户端双向认证 【gRPC SSL】自签CA、服务端和客户端双向认证
本文主要介绍了自签CA、服务端和客户端双向认证,主要包括自签CA、GolangGrpc服务端和客户端双向认证的相关内容,需要的朋友可以参考下
2023-01-06
helm 使用 helm 使用
Helm是什么没有使用Helm之前,在Kubernetes部署应用,我们要依次部署deployment、service等,步骤比较繁琐。况且随着很多项目微服务化,复杂的应用在容器中部署以及管理显得较为复杂。helm通过打包的方式,支持发布的
2023-01-06
Ingress 使用 Ingress 使用
官方文档地址:https://kubernetes.io/docs/concepts/services-networking/ingress/#ingress-class https://mp.weixin.qq.com/s?__biz=
2023-01-06
ServiceAccount 使用 ServiceAccount 使用
一、创建 Service Account# 创建sa账号 root@k8s-master pv]# kubectl create serviceaccount xjy serviceaccount/xjy created [root@k8
2023-01-06
弹性伸缩 使用 弹性伸缩 使用
1.calico/node is not ready: BIRD is not ready: BGP not established with 192.168.56.12,192.168.56.10 interface=INTERFACE-
2023-01-06
StatefulSet有状态应用 使用 StatefulSet有状态应用 使用
参考地址:https://www.jianshu.com/p/693fe35a9156一、StatefulSet组成部分 Headless Service:用来定义Pod网络标识( DNS domain)。 volumeClaimTempl
2023-01-06
cronjob 使用 cronjob 使用
.spec.schedule 指定任务运行周期,格式同 Cron .spec.jobTemplate 指定需要运行的任务,格式同 Job .spec.startingDeadlineSeconds 指定任务开始的截止期限 .spec.co
2023-01-06
harbor 使用 harbor 使用
Download harbor helm charthelm repo add harbor https://helm.goharbor.io helm fetch harbor/harbor --untar kubectl create
2023-01-06
容器组pod 使用 容器组pod 使用
资源限制 spec.containers[].resources.limits.cpu : CPU 上限, 可以短暂超过, 容器也不会被停止 spec.containers[].resources.limits.memory : 内存上限,
2023-01-06
其他插件 使用 其他插件 使用
一、Grafana + Prometheus +node-exporter 注意事项1.参考地址:https://www.jianshu.com/p/80de3bb0ec182.需要修改镜像prometheus、Grafana版本3.调整n
2023-01-06
3 / 4