logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Antonio Ojea Garcia, Swetha Repakula
2022-10-26

tldr - powered by Generative AI

The importance of communication and collaboration in the Kubernetes community to solve bugs and improve the platform
  • Documentation is important for clarity, but testing is crucial to catch bugs and ensure invariants are maintained
  • Building relationships and networking with other contributors is key to getting help and solving problems
  • Users are important for providing feedback and reporting bugs to improve the platform
  • Communication barriers between organizations can be navigated by attending meetings, reaching out on Slack, and building relationships
Authors: Xing Yang, Ashutosh Kumar
2022-10-26

tldr - powered by Generative AI

The presentation discusses the implementation of a new feature in Kubernetes called Graceful Shutdown, which allows for a smoother and more efficient process of shutting down nodes and pods in a cluster.
  • The Graceful Shutdown feature is currently in alpha and will be moved to beta in version 1.26 of Kubernetes.
  • The feature allows for a more efficient process of shutting down nodes and pods in a cluster, reducing the risk of data loss and improving overall cluster performance.
  • The feature requires manual tainting of nodes and may not work with certain pod disruption policies.
  • The presentation encourages audience members to get involved in the project and provide feedback.
  • Anecdote: The presenter discusses a common issue in node rebalancing where cloud providers take nodes out of rotation, and how the Graceful Shutdown feature can help in this situation if the shutdown is not a graceful one.
Authors: David Lorite, Jesus Angel Samitier
2022-10-26

tldr - powered by Generative AI

The presentation discusses strategies for right-sizing requests and limits in Kubernetes clusters to optimize resource usage and save costs.
  • Two strategies for right-sizing requests and limits: conservative and aggressive
  • Benefits of right-sizing include better understanding of application performance and discovering issues related to performance
  • QoS classes depend on the memory or request set in workloads
  • Setting limits on requests is a good idea
  • An anecdote is provided to illustrate the impact of right-sizing on resource usage and cost savings
Authors: Tiffany Jernigan
2022-10-24

tldr - powered by Generative AI

The presentation discusses the importance of security in DevOps and Kubernetes and provides tips on how to ensure secure software development and deployment.
  • Source code analysis tools such as OASP can help analyze source code and compiled versions of code to find security flaws
  • Validating the source of code, build system, and artifact pushers can ensure trusted software development and deployment
  • Vulnerability scanning with tools like Claire and Trivi can help identify known CVEs
  • Immutable dependencies and ephemeral builds can mitigate attacks on code dependencies and build infrastructures
  • Observability through metrics and logging can help audit user and privilege changes and security events
  • Source code analysis tools such as OASP can help analyze source code and compiled versions of code to find security flaws
Authors: Kim Schlesinger
2021-10-14

tldr - powered by Generative AI

Alternative ways of visualizing and understanding Kubernetes architecture for early career engineers with limited computing experience
  • Create diagrams that show the passage of time to represent Kubernetes clusters
  • Use distributed tracing tools as a learning tool to identify errors and understand the system
  • Build 3D models of Kubernetes clusters to help people develop a richer mental model of the system
Authors: Evan Sheng, David Morrison
2021-10-13

tldr - powered by Generative AI

Airbnb's journey to heterogeneous clusters and the technical and organizational hurdles they faced in migrating from homogeneous clusters
  • Airbnb migrated from running homogeneous Kubernetes clusters to heterogeneous clusters to improve cost and efficiency
  • Changes were required in almost every part of their infrastructure to support multiple different node types
  • They faced three specific technical and organizational hurdles in this journey
  • Heterogeneous clusters have been instrumental for Airbnb and their team
Authors: Barak Schoster
2021-09-24

tldr - powered by Generative AI

The presentation discusses the importance of infrastructure as code and automation in cloud security and DevOps. It highlights the challenges of manual security reviews and misconfigurations in open source repositories, and proposes solutions such as infrastructure linters and early feedback loops.
  • Infrastructure as code and automation are crucial for cloud security and DevOps
  • Manual security reviews and misconfigurations in open source repositories pose significant risks
  • Infrastructure linters and early feedback loops can help prevent misconfigurations and improve security
  • Collaboration between security and development teams is essential for a scalable and agile security process