比尔萄堡

上帝说: “要有光” 于是,就有了光。


  • 首页

  • 归档

  • 关于我

  • 公益404

  • 搜索

记一次k8s日志采集

时间: 2023-12-21 分类: 我的小脑/应用   字数: 1816 字 阅读: 4分钟
集群上云使用了ACK,但以前的fluentd服务没有同步过来,现在在跑的只有filebeat。 初步思路,k8s的日志采集,也使用filebe
阅读全文 »

etcd API 类型

时间: 2023-09-08 分类: 我的小脑/数据库/etcd   字数: 74 字 阅读: 1分钟
Services important for dealing with etcd’s key space include: KV - Creates, updates, fetches, and deletes key-value pairs. Watch - Monitors changes to keys. Lease - Primitives for consuming client keep-alive messages. Services which manage the cluster itself include: Auth - Role based authentication mechanism for authenticating users. Cluster - Provides membership information and configuration facilities. Maintenance - Takes recovery snapshots, defragments the store, and
阅读全文 »

etcd client design

时间: 2023-08-25 分类: 我的小脑/数据库/etcd   字数: 179 字 阅读: 1分钟
主要模块 balancer: establish gRPC connections to etcd clusters. API client to sends RPCs to server error handler 历任版本 etcdv3-grpc1.0 使用tcp与所有endpoint保持连接,一直使用一个endpoint直到它close,比
阅读全文 »

etcd structure

时间: 2023-08-25 分类: 我的小脑/数据库/etcd   字数: 203 字 阅读: 1分钟
架构图 TreeIndex关键结构 type revision struct { main int64 sub int64 } type generation struct { ver int64 created revision revs []revision } type keyIndex struct { key []byte modified revision generations []generation } BoltDb value的结构: type KeyValue struct { // key is the key in bytes. An empty
阅读全文 »

order by对Next-Key Locks的影响

时间: 2023-04-18 分类: 我的小脑/问题排查/数据库   字数: 170 字 阅读: 1分钟
mysql 版本:8.0.32 隔离级别 RR 表结构如下: create table t ( id int not null primary key, c int null, d int null ); create index c on t (c); insert into t values(0,0,0),(5,5,5),(10,10,10),(15,15,15),(20,20,20),(25,25,25); | Session A | Session B | |–|–| | begin;|| |select * from t where id>=15 and id<=20 order by id desc
阅读全文 »
1 2 3 4 5 6 7 8
训导主任林作栋

训导主任林作栋

戏谑的码农,北野武的拥趸,李安的迷弟,伍佰的Fans

55 日志
23 分类
62 标签
豆瓣
友情链接
  • Obsidian
  • V2EX
  • 关注黑客与极客
  • 廖雪峰
标签云
  • Linux 6
  • K8s 5
  • 数据库 5
  • Golang 4
  • Etcd 3
  • Mysql 3
  • Ai 2
  • Gitlab 2
  • Postgres 2
  • 前端 2
© 2010 - 2024 比尔萄堡
Powered by - Hugo v0.58.2 / Theme by - NexT
/
Storage by Vercel / 刘 ICP 备 18047355 号
0%