Loading…
or to bookmark your favorites and sync them to your phone or calendar.
Venue: VIRTUAL Cloud Native World clear filter
Wednesday, February 19
 

11:00am PST

[Virtual] OPEN Session (DeveloperWeek): DevEx Isn't Just for Developers
Wednesday February 19, 2025 11:00am - 11:25am PST
Benjie De Groot, Shipyard, Co Founder

Empowering developers starts with enabling all the internal stake holders frictionless access to WIP features. We will discuss how shortening the internal feedback loop is a key critical aspect of DX. One of the largest contributors to overall efficiency, time to market, and innovation cycles is waiting on product, QA, customer success and C-Suite feedback. When discussing DevEx we must understand the critical role that non-developer stakeholders play in the SDLC and how enabling them speeds up lead time for changes / deployment frequency. DevEx for non developers is critical! 
Speakers
avatar for Benjie De Groot

Benjie De Groot

Co Founder, Shipyard
Benjie is the co-founder of Shipyard. Previously, he built out CI/CD pipelines for companies ranging in size from seed to Fortune 50. He enjoys automating the mundane and releasing code that he knows has been tested and validated! When not working, he likes hanging out with his pug... Read More →
Wednesday February 19, 2025 11:00am - 11:25am PST
VIRTUAL Cloud Native World
  Cloud Native World

1:30pm PST

[Virtual] OPEN Session: Stateful Workloads Made Easy: A Practical Demo of Live Migration
Wednesday February 19, 2025 1:30pm - 1:55pm PST
Steven Fraser, CAST AI, Senior Solution Architect

Kubernetes works great for stateless applications, but stateful workloads like databases or long-running jobs pose a challenge. These applications rely on persistent data and can’t afford interruptions, making Kubernetes’ “ephemeral” approach risky. Downtime can lead to data loss, inconsistencies, and system failures.

That’s where live migration comes in, allowing stateful workloads to move between nodes without disruption. At Cast AI, we’ve developed Container Live Migration to automatically consolidate these workloads, ensuring continuous uptime, reducing resource fragmentation, and cutting costs. Join us to see how we’re making Kubernetes work for stateful applications in a practical demo.
Speakers
avatar for Steven Fraser

Steven Fraser

Senior Solution Architect, CAST AI
Senior Solution Architect
Wednesday February 19, 2025 1:30pm - 1:55pm PST
VIRTUAL Cloud Native World
  Cloud Native World

2:30pm PST

[Virtual] OPEN Session: How GenAI Helps Solve Data Consistency Problems with Cloud-Native Apps
Wednesday February 19, 2025 2:30pm - 2:55pm PST
Deepak Goel, Oracle, Vice President, Software Development
Brijesh Deo, Oracle, Director, Software Development

Data consistency has been a longstanding challenge, dating back to the mainframe era, and transactions have traditionally been used to address these issues. However, with the rise of modern applications built on microservices architectures, ensuring data consistency has become even more complex. While AI adds further complexity to app development, it also offers significant potential to ease these challenges. New transaction patterns have emerged to tackle these modern issues. In this session, you will learn about these new patterns and the solutions available today to integrate these patterns into your applications. We will also explore in detail how some of these solutions are leveraging genAI to help developers avoid writing transaction management code or worry about associated infrastructure, making it extremely easy to adopt such transaction patterns. 
Speakers
avatar for Brijesh Deo

Brijesh Deo

Director, Software Development, Oracle
Brijesh Deo is the Director of MicroTx product development in the database organization at Oracle. He is passionate about distributed systems and cloud technologies and specializes in Kubernetes, Microservices, AI, and Java. Brijesh has a rich industry experience of more than two... Read More →
avatar for Deepak Goel

Deepak Goel

Vice President, Software Development, Oracle
Deepak Goel is a Vice President, Software Development in Oracle's High Availability Cloud Development team. Throughout his career, he has been deeply involved with transaction processing and data integrity technologies and is currently leading the development of multiple products... Read More →
Wednesday February 19, 2025 2:30pm - 2:55pm PST
VIRTUAL Cloud Native World
 
Thursday, February 20
 

9:30am PST

[Virtual] OPEN Session: CSI Forensics: Unraveling Kubernetes Crime Scenes
Thursday February 20, 2025 9:30am - 9:55am PST
Stefano Chierici, Sysdig, Technical Lead Manager
Alberto Pellitteri, Sysdig, Threat Research Engineer

In a security breach, employing well-defined DFIR techniques becomes imperative to effectively mitigate the incident's impact. However, with the spread of the adoption of containers, the employment of DFIR processes and capabilities is not just complex but is increasingly so. Join us in an insightful session covering cutting-edge DFIR practices on container environments. After a short overview of the essence of DFIR, we'll direct our focus towards various advanced DFIR techniques within a Kubernetes environment, which can prove highly beneficial in the event of a compromise. Starting from how to checkpoint compromised apps and restore them in a sandboxed environment for further analysis, we will move to conducting memory forensics on container evidence using old-style open-source DFIR tools. At the end of the presentation, the audience will be familiar with the advantages and disadvantages of the latest DFIR capabilities and have the basics to understand how to use them. 
Speakers
avatar for Alberto Pellitteri

Alberto Pellitteri

Threat Research Engineer, Sysdig
avatar for Stefano Chierici

Stefano Chierici

Technical Lead Manager, Sysdig
Stefano Chierici is a security researcher in Sysdig where his research focuses on defending containerized environments and cloud environments from attacks ranging from web to kernel. Stefano is one of the Falco contributors, an incubation level CNCF project. He studied cyber security... Read More →
Thursday February 20, 2025 9:30am - 9:55am PST
VIRTUAL Cloud Native World

10:30am PST

[Virtual] OPEN Session: 14 Years of Database Evolution in 25 Minutes
Thursday February 20, 2025 10:30am - 10:55am PST
Laurent Doguin, Couchbase, Director Developer Relations

Couchbase started its life as a merge of two open source projects: CouchDB and Membase. This gave us a distributed key/value store with support for map/reduce querying if the value was a JSON document. As many open source projects it has evolved quite a bit in 14 years. We have added support for new data models, new query capabilities or ways of replicating data from cloud to cloud or to the edge. In this 25 minutes we will chronologically go through some of its features, see how sometimes they replaced old ones, or how they enabled new use cases. 
Speakers
avatar for Laurent Doguin

Laurent Doguin

Director Developer Relations, Couchbase
Laurent is a nerdy metal head who lives in Paris. He mostly writes code in Java and structured text in AsciiDoc, and often talks about data, reactive programming and other buzzwordy stuff. He is also a former Developer Advocate for Clever Cloud and Nuxeo where he devoted his time... Read More →
Thursday February 20, 2025 10:30am - 10:55am PST
VIRTUAL Cloud Native World

11:00am PST

[Virtual] PRO Session: How Robust APIs Win in a Competitive Market
Thursday February 20, 2025 11:00am - 11:25am PST
Shireen Nagdive, Salesforce, Senior Software Engineer
Jatin Taneja, Salesforce, Senior Member of Technical Staff


With today’s tools, creating APIs has become a streamlined process—just write the API contract and generate the rest. Yet, despite similar backend functionalities, some APIs stand out and are preferred by users over others. One critical differentiator is API resiliency: the ability to stay functional and dependable when faced with failures or unexpected conditions.
In this session, we’ll dive into proven strategies for designing resilient APIs and examine common issues that arise with different resiliency approaches. By understanding these patterns and their potential pitfalls, developers can ensure their APIs are built not just for functionality but for long-term success in real-world environments.

After attending this session, attendees will walk away knowing -
1. Understanding API resiliency and its importance.
2. Why resiliency is key to API success.
3. Common resiliency strategies and their challenges.
Speakers
avatar for Shireen Nagdive

Shireen Nagdive

Senior Software Engineer, Salesforce
Shireen is a Senior Software Engineer on the Enterprise API team, which currently serves half of all API traffic for the Salesforce.com ecosystem, processing billions of transactions and over a trillion records monthly, across 30+ versions of API endpoints and formats. She builds... Read More →
avatar for Jatin Taneja

Jatin Taneja

Senior Member of Technical Staff, Salesforce
As a software engineer with over 10 years of experience, I specialize in building scalable, resilient APIs for data intensive applications. I have been working with Salesforce for over 5 years as part of the Enterprise API team. My experience spans various areas of enterprise API... Read More →
Thursday February 20, 2025 11:00am - 11:25am PST
VIRTUAL Cloud Native World
  Cloud Native World

1:00pm PST

[Virtual] OPEN Sesssion: Scaling Efficiently to Exabytes: Securing and Accelerating Cloud Storage
Thursday February 20, 2025 1:00pm - 1:25pm PST
Alok Ranjan, Dropbox, Software Engineering Manager

In this talk, I will explore how Dropbox has successfully scaled its storage infrastructure to manage exabytes of data while maintaining high levels of efficiency, security, and speed. We’ll dive into our innovative multi-level encryption approach that safeguards user data and the concept of "stores" that ensures rapid file sharing without compromising system performance. This presentation will provide a unique perspective on Dropbox’s strategies to manage massive data volumes and ensure secure and seamless user experiences. 
Speakers
avatar for Alok Ranjan

Alok Ranjan

Software Engineering Manager, Dropbox
Hello, I’m Alok Ranjan, an Engineering Manager at Dropbox overseeing the Storage Platform team in the infrastructure org. My team focuses on providing interfaces for file and block storage, along with encryption, compression, and verification of user data. With a master’s degree... Read More →
Thursday February 20, 2025 1:00pm - 1:25pm PST
VIRTUAL Cloud Native World
 

Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.