2021-02-15
Note
- Early Access Program for Qodana, a New Product That Brings the “Smarts” of JetBrains IDEs Into Your CI Pipeline | JetBrains Blog
- scale · pkg.go.dev
- https://pkg.go.dev/k8s.io/client-go/scale
k8s.io/client-go/scale
, scale API を扱う client-go のパッケージ
- Structure size optimization in Golang (alignment/padding). More effective memory layout (linters). | by Roman Romadin | Feb, 2021 | ITNEXT
- https://itnext.io/structure-size-optimization-in-golang-alignment-padding-more-effective-memory-layout-linters-fffdcba27c61
- Go の構造体のメモリサイズの最適化をしてくれる linter について
- フィールドの順番が重要らしいがあんまり理解できてない
- GCPでSagaパターン実装
- https://zenn.dev/tkatsuma/articles/2c443fa4fb5bd7
- 分散トランザクションの実装パターンである Saga について、失敗した場合、以前のトランザクションを打ち消すトランザクションを発行する
- kind(Kubernetes IN Docker)でローカルの Docker image を使う方法 - Qiita
- https://qiita.com/ryysud/items/81f8e17ddb140980ab8c
kind load docker-image IMAGE:TAG
, たまに忘れる
- stackrox/Kubernetes_Security_Specialist_Study_Guide
- Goのtestを理解する in 2018 #go - My External Storage
- https://budougumi0617.github.io/2018/08/19/go-testing2018
- TestMain の記述を見直した
- テストにビルドタグ書くのとかも便利そう
- Tutorial - Write a Shell in C • Stephen Brennan
- https://brennan.io/2015/01/16/write-a-shell-in-c/
- C で shell 実装するやつ、読めてない
- プロダクト名に Kubernetes を入れるには CNCF の承認がいるよというやつ
- kustomize v4
- https://twitter.com/superbrothers/status/1361118746253819904
hashicorp/go-getter
が外されたので今まで取得できていた外部リソースが一部取得できなくなった模様