Diaries

2020-05-15

Note Building Uber’s Go Monorepo with Bazel | Uber Engineering Blog https://eng.uber.com/go-monorepo-bazel/ Uber が Go の monorepo を Bazel で運用してい

2020-05-14

Note DNS issues in Kubernetes. Public postmortem #1 | Preply Engineering Blog https://medium.com/preply-engineering/dns-postmortem-e169efd45afd Postmortem, conntrack が削除されなかったので死んでい

2020-05-13

Note Top 10 must-know Kubernetes design patterns - Red Hat Developer https://developers.redhat.com/blog/2020/05/11/top-10-must-know-kubernetes-design-patterns/ Kubernetes Patterns, 読んでない IPVS-Based In-Cluster Load Balancing Deep Dive - Kubernetes https://kubernetes.io/blog/2018/07/09/ipvs-based-in-cluster-load-balancing-deep-dive/ Comparing kube-proxy

2020-05-12

Note Generating Go code in Kubebuilder style · Banzai Cloud https://banzaicloud.com/blog/generating-go-code/ sigs.k8s.io/controller-tools/pkg/genall.Generator みたいな interface があるらしい 『みんなのデー

2020-05-11

Note Goで子プロセスを確実にKillする方法 | makiuchi-d.github.io http://makiuchi-d.github.io/2020/05/10/go-kill-child-process.ja.html Go で子プロセ

2020-05-10

Note Implementing a custom Kubernetes authentication method https://learnk8s.io/kubernetes-custom-authentication Kubernetes でカスタム認証する話, Kubernetes の認証についてまと

2020-05-09

Note Introducing the Datadog Operator for Kubernetes and OpenShift | Datadog https://www.datadoghq.com/ja/blog/datadog-operator/ Datadog agent を管理するための operator, 使ってみたいけ

2020-05-08

Note Kubernetesのサービスディスカバリーの説明(後半)

2020-05-07

Note Golangではinterfaceはどのパッケージに属する

2020-05-06

Note Go の map は len が 8 までは make で作る際に len を指定しなくても変わらな