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
AWS 吸血吸的太過份了,連 AZ 間的流量都收高價 (跟跨 region 一樣的錢)
所以如果你 deploy k8s 在 AWS,預設的情況都是 cross-AZ,然後你還搞 micro service 的話,流量一大就會看到帳單出現以前從沒見過的收費 - 那些你在 service/pod 間的呼叫通通要錢
microservice 就是要吃大流量才想用的架構,但你一上雲端就是吃光你的錢。