2020-07-09
Note
- OIDC issuer discovery for Kubernetes service accounts · Banzai Cloud
- Open Usage Commons
- https://openusage.org/
- Istio が CNCF に入らずこっちに入ったらしい
- Graceful shutdown in Kubernetes is not always trivial | by Flant staff | Flant | Medium
- https://medium.com/flant-com/kubernetes-graceful-shutdown-nginx-php-fpm-d5ab266963c2
- Graceful shutdown しような
go.mod
のメジャーバージョン上げる時にmodule
にv2
とかつけるといいらしい- Datadog を Kubernetes 上で運用するときのカーディナリティ設定 - たんぶろぐ
- https://zuiurs.hatenablog.com/entry/2020/07/07/194501
DD_CHECKS_TAG_CARDINALITY
, 知らなかった
- GoでWebアプリ開発時にあるあるだったレビューコメント | フューチャー技術ブログ
- GitHub Actions: Manual triggers with workflow_dispatch The GitHub Blog
- https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/
- GitHub Actions の手動実行, 便利な気がする
- Node で実行されている Pod のリソース計算に initContainers が考慮されてなかったのが直るらしい
- Kubernetesで private registry のイメージをPull する場合には ImagePullSecretsを使う | by makotow | makotow’s blog clone | Medium
- https://medium.com/makotows-blog/kubernetes-private-registry-tips-image-pullsecretse-20dfb808dfc-e20dfb808dfc
- ServiceAccount に
IamgepullSecrets
を追加できるらしい, 知らなかった