From 852b7116fe9d88c0ba101fc269b79a223193d16d Mon Sep 17 00:00:00 2001 From: monicagangwar Date: Thu, 4 Mar 2021 14:36:54 +0100 Subject: [PATCH] added intermittent delays in kubernetes - MindTickle - blog post 2019 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a1ce53..56a5b88 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,10 @@ Most recent publications on top. * impact: high latency, errors * [When GKE ran out of IP addresses - loveholidays - blog post 2020](https://deploy.live/blog/when-gke-ran-out-of-ip-addresses/) * involved: GKE, cluster autoscaler, HPA, Alias IP VPC (VPC Native) - * impact: stuck deployment, blocked autoscaling of both pods and nodes + * impact: stuck deployment, blocked autoscaling of both pods and nodes +* [Intermittent delays in Kubernetes - MindTickle - blog post 2019](https://medium.com/techmindtickle/intermittent-delays-in-kubernetes-e9de8239e2fa) + * involved: kops, conntrack DNAT/SNAT, libc, musl + * impace: intermittent delays in interval of 5 seconds in DNS lookups for HTTP/1.1 and HTTP/2 * [10 Weird Ways to Blow Up Your Kubernetes - Airbnb - KubeCon NA 2019](https://www.youtube.com/watch?v=FrQ8Lwm9_j8) * involved: sidecars, DaemonSet, image registry, JVM, HPA * impact: outages