上一页 1 ··· 4 5 6 7 8 9 10 下一页
摘要: 程序,配置,service,用户,这四个是必须的。此外有程序的数据,程序的日志,程序需要的动态库或者插件 程序启动的用户 程序systemd service文件 主目录 主目录/二进制 主目录/配置 主目录/数据 主目录/日志 动态库或插件 比如filebeat: home Home of the 阅读全文
posted @ 2021-12-20 15:46 mmgithub123 阅读(329) 评论(0) 推荐(0)
摘要: #!/bin/sh# Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB# This file is public domain and comes with NO WARRANTY of any ki 阅读全文
posted @ 2021-12-20 15:44 mmgithub123 阅读(242) 评论(0) 推荐(0)
摘要: k8 operator install: kubectl create namespace observability kubectl create -f https://github.com/jaegertracing/jaeger-operator/releases/download/v1.29 阅读全文
posted @ 2021-12-19 13:55 mmgithub123 阅读(403) 评论(0) 推荐(0)
摘要: install: sudo yum install -y yum-utilssudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo sudo yum install dock 阅读全文
posted @ 2021-12-18 17:04 mmgithub123 阅读(58) 评论(0) 推荐(0)
摘要: 调度器: https://kubernetes.io/zh/docs/tasks/administer-cluster/topology-manager/ Pod 拓扑分布约束 API pod.spec.topologySpreadConstraints 字段定义如下所示: apiVersion: 阅读全文
posted @ 2021-12-18 15:47 mmgithub123 阅读(92) 评论(0) 推荐(0)
摘要: 程序启动的用户 etcd 程序systemd service文件 见下面 主目录 etcd没有这个 主目录/二进制 三个二进制放在/usr/local/etcd 主目录/配置 配置在/etc/etcd.conf.yml 主目录/数据 /var/lib/etcd 主目录/日志 动态库或插件 insta 阅读全文
posted @ 2021-12-18 15:31 mmgithub123 阅读(189) 评论(0) 推荐(0)
摘要: windows 调用服务: services.msc windows更深入的了解: https://brianbondy.com/blog/100/understanding-windows-at-a-deeper-level-sessions-window-stations-and-desktop 阅读全文
posted @ 2021-12-17 20:12 mmgithub123 阅读(166) 评论(0) 推荐(0)
摘要: 官网: https://kafka.apache.org/quickstart install: wget --no-check-certificate https://dlcdn.apache.org/kafka/3.0.0/kafka_2.13-3.0.0.tgz (scala版本2.13,ka 阅读全文
posted @ 2021-12-17 19:12 mmgithub123 阅读(119) 评论(0) 推荐(0)
摘要: wget https://archive.apache.org/dist/zookeeper/zookeeper-3.6.3/apache-zookeeper-3.6.3-bin.tar.gz tar -zxvf apache-zookeeper-3.6.3-bin.tar.gz bin/zkSer 阅读全文
posted @ 2021-12-17 17:07 mmgithub123 阅读(33) 评论(0) 推荐(0)
摘要: 安装: rpm -ivh jdk-8u191-linux-x64.rpm 配置/etc/profile #javaexport JAVA_HOME=/usr/java/defaultexport PATH=$JAVA_HOME/bin:$PATHexport CLASSPATH=.:$JAVA_HO 阅读全文
posted @ 2021-12-17 16:44 mmgithub123 阅读(25) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 下一页