Войти
  • 2791Просмотров
  • 6 лет назадОпубликованоCNCF [Cloud Native Computing Foundation]

Lightning Talk: Slow Starting Containers, How to Check Their Health? - Matthias Bertschy, Swissquote

Join us for Kubernetes Forums Seoul, Sydney, Bengaluru and Delhi - learn more at Don't miss KubeCon + CloudNativeCon 2020 events in Amsterdam March 30 - April 2, Shanghai July 28-30 and Boston November 17-20! Learn more at . The conference features presentations from developers and end users of Kubernetes, Prometheus, Envoy, and all of the other CNCF-hosted projects Lightning Talk: Slow Starting Containers, How to Check Their Health? - Matthias Bertschy, Swissquote Bank Kubernetes uses probes to know when to send traffic to or restart a Container. For example, liveness probes could catch a deadlock, where an application is running, but unable to make progress. Restarting the Container in such a state can help to make the application more available despite bugs. When a Container is starting, the kubelet has no way to tell whether the startup is deadlocked or just taking longer than expected. This is problematic when deploying Java based application servers which can take several minutes to start. In this presentation, Matthias Bertschy will show you what are the risks of misconfigured probes, how to circumvent them and a possible solution to be implemented in the Kubernetes API.