云原生

kube-prometheus 监控Kafka

helm包 [root@harbor ~]# helm repo add bitnami https://charts.bitnami.com/bitnami [root@harb…

kube-prometheus监控MySQL

部署MySQL5.7 [root@harbor monitoring]# cat mysql.yaml apiVersion: v1 kind: Namespace metadat…

kube-prometheus监控Redis

监控方案一: 部署redis-exporter及serviceMonitor [root@harbor ~]# helm repo add bitnami https://char…

helm kube-prometheus-stack 部署

helm repo add prometheus-community https://prometheus-community.github.io/helm-charts [roo…

pv bound to non-existent persistentvolume

[root@harbor yaml]# kubectl apply -f 05_mysql.yaml service/mysql created statefulset.apps/…

Kubernetes Ingress yaml部署

https://github.com/kubernetes/ingress-nginx/ 注意Kubernetes和Ingress版本匹配 # curl -o ingress-de…

Kubernetes虚拟机热添加硬件资源不会生效处理

原硬件配置为 2H4G 升级为 4H8G 热加载后 系统已经生效 [root@k8s-node01 ~]# free -h total used free shared buff/…

Kubernetes Pod的Evicted状态原因

在Kubernetes中,Pod的Evicted状态表示Pod已经被驱逐,并不再运行在节点上。Pod驱逐主要是由于资源约束,如内存不足或磁盘空间不足。 原理 Kubernetes集…

Kubernetes 污点设置 Master 不可调度

kubectl taint node [node] key=value[effect] [effect] 可取值: [ NoSchedule | PreferNoSchedule …

Kubernetes MySQL5.7 启动报错解决

MySQL 57 StatefulSet apiVersion: v1 kind: Service metadata: name: mysql namespace: java-pr…

1 2 3 6