Diaries

2020-03-15

Note Envoy threading model - Envoy Proxy https://blog.envoyproxy.io/envoy-threading-model-a8d44b922310 Envoy のスレッドモデルの話, ちゃんと読んでない Building

2020-03-14

Note Goの標準ライブラリのコードリーディングのすすめ | Future Tech Blog -

2020-03-13

Note Immutable Secrets and ConfigMaps · Issue #1412 · kubernetes/enhancements https://github.com/kubernetes/enhancements/issues/1412 ConfigMap と Secrets, immutable にできるようになるらしい Bottlerocket with Fork,

2020-03-12

Note Amazon EKS で Kubernetes バージョン 1.15 のサポートを開始 https://aws.amazon.com/jp/about-aws/whats-new/2020/03/amazon-eks-now-supports-kubernetes-version-1-15/ EKS v1.15 来たってよ, 遅い

2020-03-11

Note Go のSSA表現形式のダンプとその解析 – Ren’s Blog https://ren.nosuke.me/blog/202002/20200227/ SSA のダンプ, や

2020-03-10

Note Deploy Flow at Wantedly - Speaker Deck https://speakerdeck.com/potsbo/deploy-flow-at-wantedly CI でデプロイまでやっている Dynamically overscaling a Kubernetes cluster with cluster-autoscaler and

2020-03-09

Note Kubernetes ログを読んで理解する kube-proxy の仕組み - SIerだけど技術やりた

2020-03-08

Note Istio in Action, Istio 1.5 対応されるっぽい https://twitter.com/christianposta/status/1235920797161549824 Introducing Uber’s Open Source Principles | Uber Engineering Blog https://eng.uber.com/open-source-principles/

2020-03-07

Note What is circuit breaking? | Learn Cloud Native | Cloud Native Workshops https://www.learncloudnative.com/blog/2020-02-28-circuit_breakers_in_istio_explained/ Istio の circuit braker の話 Bring your ideas to the world with kubectl plugins -

2020-03-06

Note [Go] 省略記号(…)を使った配列宣言の仕方 - My External