一、查看集群状态 kubectl cluster-info kubectl cluster-info 二、查看各组件状态 kubectl get componentstatuses kubectl get cs #上条命名缩写 三、GET信息(加上-o wide查看详细信息) kubectl get ...
分类:
其他好文 时间:
2021-01-27 13:30:59
阅读次数:
0
1.在被监控主机安装好MySQL 相关步骤省略。 2.创建监控所需要的MySQL账户(MySQL服务器端) 1 2 MariaDB [(none)]>grant usage on *.* to zabbix@192.168.10.100 identified by '123456'; MariaDB ...
分类:
数据库 时间:
2021-01-25 10:58:33
阅读次数:
0
####clusters. options (function() { var hsv2rgb = function(a,b,c) { var d=0,e=0,f=0,g=Math.floor(a*6),h=a*6-g,i=c*(1-b),j=c*(1-h*b),k=c*(1-(1-h)*b); s ...
分类:
其他好文 时间:
2021-01-25 10:49:03
阅读次数:
0
本文摘录自 Redis设计与实现 如果客户端要连接redis集群而不是单机,则应该是./redis-cli -c 注意一定要有-c 一 搭建集群 假设现在有两台Redis,都以cluster的方式进行启动。可以通过向A发送,CLUSTER MEET B.IP B.PORT的方式,让这两个节点组成一个 ...
分类:
其他好文 时间:
2021-01-25 10:48:31
阅读次数:
0
MySQL的介绍和安装 MySQL 分支 Oracle Percona Mariadb RDS TX MySQL 企业版本选择 5.7 : 5.7.28+ 8.0 : 8.0.18+ GA 6-12月版本,GA15-20版本以上的. 下载路径 https://downloads.mysql.com/ ...
分类:
数据库 时间:
2021-01-22 11:42:50
阅读次数:
0
安装mysql 使用rpm包安装 yum remove mariadb-libs.x86_64 yum install perl rpm -ivh mysql-community-common-5.7.31-1.el7.x86_64.rpm rpm -ivh mysql-community-libs ...
分类:
数据库 时间:
2021-01-19 11:40:29
阅读次数:
0
1. 配置双主: 双机名 win89.inno.com win88.inno.com 准备账号 SET SQL_LOG_BIN=0; set password for 'root'@'localhost'='123456'; grant all privileges on *.* to root@' ...
分类:
数据库 时间:
2021-01-18 11:43:38
阅读次数:
0
kubectl is the official Kubernetes CLI and it interacts with your Kubernetes cluster's API server via its API. It is configured by default using the ~ ...
分类:
Web程序 时间:
2021-01-14 10:52:04
阅读次数:
0
kafka的Accumulator 前言 上次我们解释了KafkaProducer的初始化和metadata数据的获取,得到了metadata数据,大伙可能就想他应该发送了吧。 不,它还要讲数据放在accumulater中,然后再真正的发送。 [][https://blog-images-bucke ...
分类:
其他好文 时间:
2021-01-13 10:54:06
阅读次数:
0
搭建在单一服务器 基于官方文档 http://hadoop.apache.org/docs/r2.7.2/hadoop-project-dist/hadoop-common/SingleCluster.html#Pseudo-Distributed_Operation 1、配置:hadoop-env ...
分类:
其他好文 时间:
2021-01-11 11:23:14
阅读次数:
0