logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Thomas Graf
2023-04-21

tldr - powered by Generative AI

The presentation discusses the importance of monitoring infrastructure using the Golden Signal Dashboard and Kubernetes Service Implementation.
  • The Golden Signal Dashboard is a standard way of monitoring infrastructure for publicly available services.
  • The four golden signals that matter are latency, traffic or throughput, errors, and saturation.
  • Kubernetes Service Implementation allows for multiple pod replicas to be exposed via a single IP and DNS name.
  • Network policies can cause problems that are hard to detect without proper observability tools.
  • Hubble UI and Hubble Observe CLI are useful tools for troubleshooting network issues.
Authors: Le Tran, Michael Cade
2023-04-20

tldr - powered by Generative AI

The presentation discusses the fundamentals of storage in Kubernetes and provides hands-on experience with troubleshooting and deploying an application within a Kubernetes cluster.
  • Stateful workloads are becoming more common in Kubernetes, and it is important to ensure consistency and accessibility of data as pods are refreshed or updated.
  • The presentation covers volumes, persistent volume claims, storage classes, provisioners, and volume plugins as the fundamentals of Kubernetes storage.
  • Participants are given the task of deploying an application with a front-end and back-end database, and troubleshooting any issues that arise.
  • Debugging commands and resources are provided to assist with troubleshooting.
  • The presentation also touches on storage performance and data protection.
  • The slides and labs are available on GitHub and Instruct for further reference.
Authors: Alper Rifat Ulucinar
2022-05-18

tldr - powered by Generative AI

The talk discusses the performance issues related to the API server when installing thousands of CRDs and how to troubleshoot them using profiling tools. It also provides insights into the mechanics of CRDs and tips for getting changes into upstream.
  • Custom resources are used to extend the K8s API server with a declarative API
  • Initial attempts to install thousands of CRDs revealed severe performance issues related to the API server
  • Profiling tools can be used to troubleshoot API server performance issues
  • Real world data can help pinpoint the root causes of scaling issues
  • Insights into the mechanics of CRDs are provided
  • Tips for getting changes into upstream and moving the ecosystem forward are shared