helm包 [root@harbor ~]# helm repo add bitnami https://charts.bitnami.com/bitnami [root@harb…
部署MySQL5.7 [root@harbor monitoring]# cat mysql.yaml apiVersion: v1 kind: Namespace metadat…
监控方案一: 部署redis-exporter及serviceMonitor [root@harbor ~]# helm repo add bitnami https://char…
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts [roo…
[root@harbor yaml]# kubectl apply -f 05_mysql.yaml service/mysql created statefulset.apps/…
https://github.com/kubernetes/ingress-nginx/ 注意Kubernetes和Ingress版本匹配 # curl -o ingress-de…
原硬件配置为 2H4G 升级为 4H8G 热加载后 系统已经生效 [root@k8s-node01 ~]# free -h total used free shared buff/…
在Kubernetes中,Pod的Evicted状态表示Pod已经被驱逐,并不再运行在节点上。Pod驱逐主要是由于资源约束,如内存不足或磁盘空间不足。 原理 Kubernetes集…
kubectl taint node [node] key=value[effect] [effect] 可取值: [ NoSchedule | PreferNoSchedule …
MySQL 57 StatefulSet apiVersion: v1 kind: Service metadata: name: mysql namespace: java-pr…