Kubernetes

Kubernetes日志收集方案 EFK Pod部署

EFK介绍 EFK为elasticsearch、fluentd、kibana的简称,本案例主要对kubernetes集群日志收集。 fluentd是一款开源的日志收集工具。优势: …

Kubernetes日志收集方案 ELK 物理部署

为什么收集日志 收集日志可以用于: 分析用户行为 监控服务器状态 增强系统或应用安全性等。 收集哪些日志 kubernetes集群节点系统日志 kubernetes集群节点应用程序…

kube-promethus 监控Rabbitmq

添加仓库 [root@harbor monitoring]# helm repo add bitnami https://charts.bitnami.com/bitnami [r…

Ubuntu 22.04 Kubernetes 1.27 二进制部署

环境准备 软件版本 系统:Ubuntu 22.04.3 TLS 内核:5.15.0-88-generic kubernetes:1.27.8 etcd:etcd v3.5.9 co…

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…

1 2 4