Kubernetes部署代码仓库Gitea Gitea 是一个开源社区驱动的轻量级代码托管解决方案 https://docs.gitea.io/zh-cn/comparison/ 支持活动时间线 支持 SSH 以及 HTTP/HTTPS 协议 支持 SMTP、LDAP 和反向代理的用户认证 支持反向代理子路径 支持用户、组织和仓库管理系统 支持添加和删除仓库协作者 支持仓库和组织级别 Web 钩子(包括 Slack 集成) 支持仓库 2020-04-24 Kubernetes #Devops #Gogs #Gitea #Gitlab
Kubernetes日志系统EFK Elasticsearch + Filebeat + Kibana = EFKF: it’s not Fluentd Fluentd需要学习配置语法, Filebeat相对熟悉 https://github.com/elastic/helm-charts 2019-10-24 Kubernetes #Elasticsearch #Kubernetes #logging #Filebeat #Kibana #Fluentd
Kubernetes监控系统Prometheus Prometheus : Monitoring & TSDBAlertmanager : 告警中心node-exporter : 宿主机Node基础监控metrics-server (heapster) : 集群资源监控/HPAkube-state-metrics : K8S资源监控Grafana : 用户UI展示 2019-10-10 Kubernetes #Prometheus #Monitoring #Operator #CRD
Kubeadm部署HA高可用Kubernetes集群 https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/ system requirement2C2G 2019-09-24 Kubernetes #Kubernetes #Calico #IPVS
Kubernetes镜像仓库Harbor 在Kubernetes之上部署Harbor Harbor is an open source registry that secures artifacts with policies and role-based access control, ensures images are scanned and free from vulnerabilities, and signs images a 2019-09-09 Kubernetes #Kubernetes #Harbor #Docker #Registry
中间件运维规范(初稿) 本文记录中间件RabbitMQ, Kafka, Elasticsearch系统的集群部署,需求方必备信息,日常巡检等应该check的重要节点。 2019-06-13 DevOps #Elasticsearch #RabbitMQ #Kafka
APM - Pinpoint笔记 Ref https://naver.github.io/pinpoint/installation.html https://naver.github.io/pinpoint/faq.html 2019-05-09 DevOps #APM
Elasticsearch数据迁移 _reindex适用场景 https://www.elastic.co/guide/en/elasticsearch/reference/6.1/docs-reindex.html 同一集群不同索引数据迁移 不同集群索引数据迁移 动态调整迁移速度 随时取消任务 Built-in,无需安装(反例logstash) 5.x - 7.x版本api均包含以上功能(可做为es数据迁移通用方案) _ 2019-03-24 Elastic #Elasticsearch #Logstash #reindex
那些年,拉取Docker镜像犯的困 曾多少次,你在拉取Docker镜像时出现Timeout曾几何时,你想在没有Docker客户端的情况下拉取Docker镜像又有多少回,即使你有梯子也翻不过GCR, Quay等镜像仓库的墙… 2018-09-15 DevOps #Docker #DockerHub
Springboot Logback自定义日志 本文展示两种日志文件命名格式:格式一: 123Boer-Office.springboot-produce.20180728.0.logBoer-Office.springboot-produce.20180728.1.logBoer-Office.springboot-produce.20180728.2.log <- 当前active日志 格式二: 123Boer-Office.spri 2018-07-28 DevOps #SpringCloud #SpringBoot #Log4J2 #Logback