2018年第一周,簡單羅列以下希望能完成的一些事:
- make something new 希望能做出一些新東西和嘗試新的工作方向
- more focus 變得更為專注一些,不要過多在網絡上
- construct knowledge system 構建自己的知識體系和學習方法,學會 Go,更多的深入 Docker/K8s/Cloud services,這是未來幾年的工作方向
- more reading and writing 讀的更多,更系統和深入,同時也寫的多一些和好一些
- investment 學會理財和投資,主要圍繞基金
- minimalism 簡化生活,減少需求
- parenting and family 為人夫,為人子,為人父,照顧好一大家子
- friends 和好友們多聯系,互相幫助
- exercise and health 堅持鍛煉,健康飲食,保持健康
- 背負著沉重的情感負擔
- 對話語權要求很高
- 知識面寬廣
- 都很善良
- 現實感非常弱
- 對個性化生活要求非常高
- 活在“第三只籠子”里
孩子來到這個世界上,家長對他太好了,就像食物;但同時給他壓力,就像電擊,孩子們如同老鼠在第三個籠子。每個家庭都渴望自己的孩子是成功者,嘴巴不說,心里是這樣想的。
己所不欲,勿施于人。我從小從內心對于爹媽的教養方式感到不舒服的地方,盡量糾正那些做法,多讀些育兒書籍,總之希望孩子覺得我是個好爸爸,沒有給他的成長帶來過大的壓力和負面影響。
MICROSERVICE'ING LIKE A UNICORN WITH KUBERNETES, ENVOY, AND ISTIO
微服務和 service mesh,主要圍繞著 envoy 和 istio,2018 年會爆發。
Introduction to modern network load balancing and proxying
全面介紹了目前的負載均衡的各個做法,及其各自的優劣;云和軟件會把硬件廠商例如 f5 干趴下。
To summarize, the key takeaways of this post are:
- Load balancers are are a key component in modern distributed systems.
- There are two general classes of load balancers: L4 and L7.
- Both L4 and L7 load balancers are relevant in modern architectures.
- L4 load balancers are moving towards horizontally scalable distributed consistent hashing solutions.
- L7 load balancers are being heavily invested in recently due to the proliferation of dynamic microservice architectures.
- Global load balancing and a split between the control plane and the data plane is the future of load balancing and where the majority of future innovation and commercial opportunities will be found. (這一條和目前的 service mesh 有關)
- The industry is aggressively moving towards commodity OSS hardware and software for networking solutions. I believe traditional load balancing vendors like F5 will be displaced first by OSS software and cloud vendors. Traditional router/switch vendors such as Arista/Cumulus/etc. I think have a larger runway in on-premise deployments but ultimately will also be displaced by the public cloud vendors and their homegrown physical networks.