koji 積分 1

最近都沒在用 public cloud service ..但內文怎麼寫的這麼好笑XD -- 原來他離開 Grab 了?!

IngramChen 積分 0

長知識: Power of two random choices

IngramChen 積分 0

只延三個月寫這麼長一篇幹嘛?

這些人吃飽沒事幹嗎…

IngramChen 積分 0

追更新都是被迫的,k8s 生命週期太短

看樣子會有 Yearly Support,算好消息。因為哪有人幾個月就升一次 cluster,k8s 的人自己都不架站才會有這種白吃決定。

但還看不出會 support 多久。LTS 少說也要三年吧

IngramChen 積分 0

什麼 LTS

k8s 有 lts 嗎

他們不是一直更新 一直更新...

qrtt1 積分 0

1.19 的 LTS 也快來了,但看到 19 不知為什心理毛毛的 (逃走

IngramChen 積分 1

2 月時的整理,還不錯的參考

6 月的現在各家支援的 k8s 版本又升了一些 (才幾個月就變天, k8s 更新的太快了)

最近比較大條的新聞是 GKE master plan 現在要錢。還有升到 1.16 版時會遇到一堆舊的 API 被移除

IngramChen 積分 1

Helm 最大缺點就是 go template

go template 是哪個天才的白吃設計啊

qrtt1 積分 2 編輯於

就看管理者的龜毛程度了,不過這裡舉 helm 單純是跟人在 slack 上聊天,提到 helm v2 時,還要弄 rbac 而覺心理上有門檻,才會用這東西作為例子。要我自己裝,我也都設 cluster-admin

也許可行的做法是只讓他能在某些 namespace 下有比較大的權限。

IngramChen 積分 1

helm 還會裝 CRD...

是說 CI/CD server 的 helm 一般來說要給多大權限?我幾乎都給 admin 省得麻煩了

IngramChen 積分 1

k8s 一大部份的複雜度來自於管理 control plane,不過大部份的人都還是給 cloud 管吧。

我自己則是 k3s 越架越多台,一個指令一個 binary 就裝好了,單機很好用,有那種 vagrant up 的爽度。

IngramChen 積分 0

quote from hn:

ridruejo [–]

It makes a bit more sense if you see Kubernetes as the new Linux: a common foundation that the industry agrees on, and that you can build other abstractions on top of. In particular Kubernetes is the Linux Kernel, while we are in the early days of discovering what the "Linux distro" equivalent is, which will make it much more friendly / usable to a wider audience

kakashi 積分 2

用 B-tree 可以解 high cardinality 的問題,現在流行的 prometheus & influxdb 用的演算法是 gorilla Link1 ,其實是可以把 time series 的資料壓縮到很小,B-tree 的話,我其實蠻想知道同樣的資料存進去會變多大XD

IngramChen 積分 1

看他們的說明就是 partition 切很碎,每個很小速度就上來了

kaif 積分 1

有點想不到用 B-tree 存 time series 有什麼好處...

qrtt1 積分 0

這實在太銷魂了,而且 error messages 還看不出來。

j0n 積分 1

Normally, a company may choose an API gateway or Nginx to mount multiple microservices, one for books, one for users, one for carts, etc. Or, they might wise up and use a monolith and put all 4 modules into one backend repository.

偷偷 diss 了一下 microservice XD

haocheng 積分 1

我就看過某家用 AWS Lambda 寫 API 的公司,有幾百個 Lambda 根本沒辦法維護...

IngramChen 積分 1

aws lambda 拿來寫 app server 累死自己