Loading…
Attending this event?
In-person
9 October
Learn More and Register to Attend

The Sched app allows you to build your schedule but is not a substitute for your event registration. You must be registered for KubeDay Colombia 2024 to participate in the sessions. If you have not registered but would like to join us, please go to the event registration page to purchase a registration.

Please note: This schedule is automatically displayed in Colombia Standard Time (UTC -5). To see the schedule in your preferred timezone. The schedule is subject to change.
Advanced clear filter
Wednesday, October 9
 

10:30am GMT-05

10 Years of Kubernetes History - Iván Raul Camargo Chacon, Google
Wednesday October 9, 2024 10:30am - 11:00am GMT-05
I am going to share the evolution that Kubernetes has had since the beginning of its history, the impact it has had on the technology market and its future. I am going to share my vision from the experience of having worked in 3 of the main contributors to Kubernetes technology. Google, Red Hat and VMware.
Speakers
avatar for Iván Camargo

Iván Camargo

Google Customer Engineer Lead, Google
IT Architect with +20 years of experience in the area of information technology. The last 7 years working as a Cloud Native Solutions Architect working with the main platforms and technologies in the market. Passionate about technology and the contribution it generates to the world... Read More →
Wednesday October 9, 2024 10:30am - 11:00am GMT-05
Advanced Room
  Advanced, Platform Engineering

11:05am GMT-05

Watching the Watchers: The Hidden Risks of Container Scanning Tools - Chad M. Crowell, Civo
Wednesday October 9, 2024 11:05am - 11:35am GMT-05
As organizations increasingly utilize container images for their production workloads, securing them becomes more critical. What happens if the vulnerability scanners used to scan these images contain vulnerabilities themselves? This talk will explore the hidden risks associated with container vulnerability scanning tools and how to mitigate these potential threats. Container vulnerability scanning tools, like any other software, can have vulnerabilities. If not regularly updated and patched, they can become targets for attackers who exploit these weaknesses to compromise critical systems. Also, these tools often require elevated privileges, leading to misuse or unauthorized access, posing significant security risks. After this session, you'll learn: - False positives and false negatives - Identifying dependency issues - Strategies for isolation and segmentation - Secure configurations - Managing permissions and access - Applying defense-in-depth strategies
Speakers
avatar for Chad M. Crowell

Chad M. Crowell

Platform Engineer at Civo, Civo
Chad is a CNCF Ambassador and Platform Engineer at Civo. Chad is the author of the book "Acing the Certified Kubernetes Administrator Exam." Chad also enjoys teaching Kubernetes in the small community-led group KubeSkills.
Wednesday October 9, 2024 11:05am - 11:35am GMT-05
Advanced Room
  Advanced, Platform Engineering

11:40am GMT-05

Auditing Kubernetes Users: Tracking Security Holes - Carol Valencia, Elastic
Wednesday October 9, 2024 11:40am - 12:10pm GMT-05
The complexity of Kubernetes, combined with the dynamic nature of Role-Based Access Control (RBAC), presents unique security challenges, particularly regarding user actions and access control. This presentation delves into Kubernetes auditing mechanisms to track user activities and analyze potential security issues arising from misconfigured permissions, roles, or user activities. Examination of the Kubernetes auditing landscape, detailing the structure of the Kubernetes Audit API and the critical events that need monitoring. Moreover, we provide a thorough analysis of common user-related security issues within Kubernetes, such as privilege escalation, unauthorized access, and resource misuse, explaining how auditing can be instrumental in their early detection and mitigation. The goal is to equip administrators and security teams with actionable audit insights to protect their Kubernetes deployments against the ever-evolving cyber threat landscape.
Speakers
avatar for Carolina Valencia

Carolina Valencia

Customer Architect, Elastic
Carol is a passionate software developer dedicated to implementing secure cloud-native practices. She actively contributes to CNCF projects and the Kubernetes community as an open-source contributor. She enjoys learning new technologies and creating material, some of which she shares... Read More →
Wednesday October 9, 2024 11:40am - 12:10pm GMT-05
Advanced Room

1:30pm GMT-05

Demystifying Kubernetes Resource Management - Rafa Brito, StormForge
Wednesday October 9, 2024 1:30pm - 2:00pm GMT-05
We will embark on a journey to unravel the world of Kubernetes resource management, shedding light on foundational primitives and uncovering best practices and real-world scenarios over a 90-minute lab session. We'll demonstrate how requests play a pivotal role in Kubernetes scheduling. We'll delve into the pod Quality of Service (QoS) and its importance in a real-world scenario of node pressure. We will determine pod usage over key cAdvisor metrics, pinpointing a typical situation of a pod being throttled and impacting performance. We will deploy Resource Quotas and Limit Ranges while explaining the lessons learned in multi-tenancy on large Kubernetes deployments. By the end of this session, the audience leaves the room with a clear understanding of how to avoid performance degradation, avoid outages, provide better multi-tenancy, and ultimately reduce cloud costs.
Speakers
avatar for Rafa Brito

Rafa Brito

Staff Engineer, StormForge
Rafa Brito has over 30 years of industry experience, primarily designing and building systems involving distributed computing, Kubernetes, Cloud, grid/HPC, and high-frequency trading infrastructure (HFT). Rafa is a staff engineer at StormForge who is obsessed with providing Kubernetes... Read More →
Wednesday October 9, 2024 1:30pm - 2:00pm GMT-05
Advanced Room
  Advanced, Platform Engineering

2:05pm GMT-05

Mastering Kubernetes Operators with KubeBuilder: Sending Metrics to Prometheus - Gerardo Lopez Falcon & Fabrizio Sgura, Veritas Automata
Wednesday October 9, 2024 2:05pm - 2:35pm GMT-05
In this comprehensive session, "Mastering Kubernetes Operators with KubeBuilder: Sending Metrics to Prometheus," you will learn how to build and deploy a Kubernetes operator using KubeBuilder, an advanced framework for building Kubernetes APIs. This talk will walk you through the entire process of creating a custom operator, from the initial setup to handling complex resource management. Once your operator is up and running, we will delve into monitoring and observability by integrating it with Prometheus, a leading open-source systems monitoring and alerting toolkit. You will learn how to expose custom metrics from your operator and configure Prometheus to scrape these metrics, providing valuable insights into the health and performance of your Kubernetes workloads.
Speakers
avatar for Fabrizio Sgura

Fabrizio Sgura

Chief Engineer, Veritas Automata
I started programming at age 12 with Basic and Assembler on Sinclair and Commodore machines in the early 80s. During college, I explored PC architecture, 8088, MSDOS, Turbo C, and Turbo Pascal. In 1990, I expanded into Mainframe, UNIX, OS2, IBM PC DOS, and Apple machines. My skills... Read More →
avatar for Gerardo Lopez Falcon

Gerardo Lopez Falcon

Principal Engineer, Veritas Automata
Gerardo is an active leader in the cloud-native community. As a Google Developer Expert and Docker Captain, he is deeply involved in advancing the field of cloud computing and containerization. With over 12 years of experience as a software architect, he brings a wealth of knowledge... Read More →
Wednesday October 9, 2024 2:05pm - 2:35pm GMT-05
Advanced Room

2:40pm GMT-05

Kubernetes Autoscaling: Beyond One-Size-Fits-All - John Platt, StormForge
Wednesday October 9, 2024 2:40pm - 3:10pm GMT-05
There’s no one-size-fits-all approach to Kubernetes autoscaling. Fitting the right pieces together requires a deep understanding of the various autoscaling dimensions and the open-source projects that can plug in to meet specific use cases. This session will explore the three key dimensions: cluster, horizontal, and vertical. We’ll start with the tools built into Kubernetes before moving onto the more advanced open-source projects—Karpenter and KEDA, which enhance flexibility and efficiency for each. Attendees will learn: - Strategies for cluster, horizontal and vertical autoscaling, their challenges, and solutions that improve on or replace them - How to assess workload requirements to choose the right mix of autoscaling tailored to specific app needs - Best practices to optimize deployments for peak performance and cost-efficiency for dynamic workloads
Speakers
avatar for John Platt

John Platt

CTO, StormForge
John has a PHD in Applied Maths and has spent most of his career building Machine Learning powered products. Throughout his career he constantly found himself using machine learning to solve infrastructure related problems that he didn't want to toil with. The desire to automate away... Read More →
Wednesday October 9, 2024 2:40pm - 3:10pm GMT-05
Advanced Room

3:40pm GMT-05

When Traditional CI/CD Is No Longer Enough - Maria Camila Peña, Endava
Wednesday October 9, 2024 3:40pm - 4:10pm GMT-05
The accelerated advancement of technology has exposed a problem: traditional CI/CD processes are no longer sufficient. While these methods have successfully served their purpose, the current developer experience is hindered and testing new features demands substantial resources and complex infrastructures, especially when the size of teams and the complexity of platforms increase. Ephemeral environments offer a powerful solution to this challenge: accelerate release cycles, improve cost efficiency and enhance the developer experience. This talk will focus on understanding ephemeral environments, use cases, and how to transition from a traditional CI/CD model.
Speakers
avatar for Maria Camila Peña

Maria Camila Peña

DevOps Engineer, Endava
Camila is a DevOps Engineer with over 6 years of experience in the IT industry. With a strong background in CI/CD pipelines, cloud infrastructures, and automation. She had the opportunity to work with various clients, helping with the design and deployment of scalable and resilient... Read More →
Wednesday October 9, 2024 3:40pm - 4:10pm GMT-05
Advanced Room

4:15pm GMT-05

Karpenter: Best Practices and Cost Optimization Techniques - Herbert Gomez, Amazon Web Services
Wednesday October 9, 2024 4:15pm - 4:45pm GMT-05
Karpenter is a Kubernetes node lifecycle manager launched in 2021 by AWS, it has joined the CNCF SIG Autoscaling and transitioned to the beta phase. Karpenter has become a de facto standard to maximize the scaling properties of Kubernetes, it has been adopted already by Azure and GCP into their managed Kubernetes services. As Kubernetes gains widespread adoption across organizations for mission-critical workloads, it becomes crucial to establish standardized approaches to scaling. This encompasses not only the technical aspects but also the rationale behind scaling decisions and the appropriate timing for it. Additionally, it is imperative to evaluate the costs, encompassing operational overheads, cognitive complexities, and environmental repercussions. In this session, we will examine best practices ant techniques that strike a harmonious balance between optimizing performance, controlling costs, and promoting sustainability within Kubernetes environments with Karpenter.
Speakers
avatar for Herbert Gomez

Herbert Gomez

Principal Solutions Architect, Amazon Web Services
Herb is currently a Principal Solutions Architect for AWS, where he provides expert guidance to customers leveraging containers-based solutions. Prior to this role, Herb served as the CTO at La Haus, a leading PropTech in LatAm. During his tenure at La Haus, he successfully led the... Read More →
Wednesday October 9, 2024 4:15pm - 4:45pm GMT-05
Advanced Room
  Advanced, Platform Engineering

4:50pm GMT-05

Supercharge Your Kubernetes DevOps: Achieving Observability Maturity with OpenTelemetry - Jhonnatan Gil Chaves, Globant
Wednesday October 9, 2024 4:50pm - 5:20pm GMT-05
Modern applications, especially those running on containerized platforms like Kubernetes, demand a high level of observability to ensure performance, security, and stability. DevOps practices are crucial, but achieving true visibility into complex Kubernetes environments can be challenging. This talk introduces the concept of Observability Maturity specifically within the context of Kubernetes and OpenTelemetry. We'll explore how to leverage OpenTelemetry, a vendor-neutral observability framework, to instrument your Kubernetes applications and achieve a mature level of observability.
Speakers
avatar for Jhonnatan Gil Chaves

Jhonnatan Gil Chaves

DevOps/SRE, Globant
DevOps/SRE Engineer and Full Stack developer with experience in Java and Python languages, Chaos focus too to generate resilience for applications with this beauty practice. I like a lot the cloud especially AWS but with this role you know other services that provided other cloud... Read More →
Wednesday October 9, 2024 4:50pm - 5:20pm GMT-05
Advanced Room
  Advanced, Observability
 
  • Filter By Venue
  • Filter By Type
  • Presentation Language
  • Timezone

Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.