本文作者:strickland本文鏈接:https://www.strickland.cloud/post/1[https://www.stri...
最近又需要了解ebpf相關(guān)的知識(shí),感覺到目前ebpf的開發(fā)相對(duì)簡(jiǎn)單了很多,最終我選擇使用cilium/ebpf[https://github.c...
minikube用來快速搭建原型還是非常實(shí)用的。記錄一下使用中遇到的問題。minikube基本使用方法: https://kubernetes....
參考:https://segmentfault.com/a/1190000017086124[https://segmentfault.com/...
主要參考文章: <運(yùn)行第一個(gè)ebpf程序>> https://blog.csdn.net/sinat_38816924/article/deta...
運(yùn)維一個(gè)etcd集群的一個(gè)基本要求是能夠故障恢復(fù)。etcd有哪些機(jī)制支持故障恢復(fù)?如何進(jìn)行故障恢復(fù)? 持久化 example etcd的持久化依...
我們已經(jīng)在raft-example看過了對(duì)Propose的簡(jiǎn)單處理了,但是真正的etcd對(duì)Propose的處理更加復(fù)雜。主要是有如下幾個(gè)點(diǎn): c...
參考文章: https://zhuanlan.zhihu.com/p/27869566[https://zhuanlan.zhihu.com/p...
主要參考資料 《etcd技術(shù)內(nèi)幕》 極客時(shí)間《etcd實(shí)戰(zhàn)課》 blog https://gohalo.me/post/theme-databa...