Loading…
In-person
11-12 December
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 KubeCon + CloudNativeCon India 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 India Standard Time (UTC+5:30)To see the schedule in your preferred timezone, please select from the drop-down menu to the right, above "Filter by Date." The schedule is subject to change and session seating is available on a first-come, first-served basis. 
strong>Room 5 [clear filter]
Wednesday, December 11
 

11:30am IST

From Three Pillars to More with OpenTelemetry - Steve Flanders, Splunk
Wednesday December 11, 2024 11:30am - 12:05pm IST
OpenTelemetry has transformed the observability landscape by moving beyond the traditional three pillars of traces, metrics, and logs. With these core components now stable, the project is expanding its reach to encompass even more facets of system monitoring and performance analysis. In this session, we will explore the latest advancements in OpenTelemetry, including the integration of profiling, which offers deeper insights into application performance by capturing detailed execution data. Additionally, we'll discuss the emerging concept of entities, which promises to provide a more holistic view of system components and their interactions. By expanding its capabilities, OpenTelemetry is not just enhancing the granularity and scope of observability but also setting the stage for more comprehensive and actionable insights. Join us to learn how these new developments can help you achieve unparalleled visibility into your systems and drive better operational outcomes.
Speakers
avatar for Steve Flanders

Steve Flanders

Senior Director of Engineering, Splunk
Steve Flanders is a Senior Director of Engineering at Splunk (acquired by Cisco) responsible for the Observability Platform team, which includes contributions to the OpenTelemetry project. He was previously the Head of Product at Omnition (acquired by Splunk). Prior to Omnition, he... Read More →
Wednesday December 11, 2024 11:30am - 12:05pm IST
Room 5
  Observability
  • Content Experience Level Any

12:20pm IST

Developing Kubernetes Applications Beyond Go - Rohan Kumar, Red Hat & Sun Tan, Sciam
Wednesday December 11, 2024 12:20pm - 12:55pm IST
Have you felt left out of Kubernetes development because you're not a GoLang expert? The good news is you don’t need to be. While GoLang has traditionally been the go-to language for creating Kubernetes-native tools like Helm, Argo CD, and Prometheus, Kubernetes is language-agnostic and can be interacted with via its declarative REST API in any language. This session will explore the growing ecosystem of Kubernetes application development beyond Go. We’ll review popular Kubernetes libraries and frameworks in languages like Python, JavaScript, and Java. To illustrate, we’ll demo the Java Operator SDK, showcasing how to build Kubernetes applications without relying on Go. Whether you code in Python, JavaScript, or Java, this talk will give you the tools and confidence to develop Kubernetes-native applications in your preferred language.
Speakers
avatar for Sun Tan

Sun Tan

Techlead, Sciam
Sun is a Senior Software Engineer at Red Hat, where he strives to enhance the lives of developers. He has contributed to projects like Eclipse Che, Eclipse JKube, and the Java client for Kubernetes, known as "fabric8-kubernetes-client". Outside of work, Sun shares his knowledge by... Read More →
avatar for Rohan Kumar

Rohan Kumar

Software Engineer, Red Hat
Rohan is a Software Developer currently living in Chandigarh, India. These days he is working at Red Hat to improve the experience of Java developers on top of Kubernetes. If you are a Java developer trying to move projects to Kubernetes. You may find my projects useful. You can find... Read More →
Wednesday December 11, 2024 12:20pm - 12:55pm IST
Room 5
  Cloud Native Novice

2:55pm IST

Is GitOps a Broken Experience - Where Is the Ops in GitOps ? - Rajalakshmi Kamath V, Walmart Global Tech
Wednesday December 11, 2024 2:55pm - 3:30pm IST
Imagine the k8s resource model only had “spec” and not the “status”. How operationally challenging would it have been to infer this critical information from out of band approaches? While Gitops frameworks work very well to translate a pre-defined intended state, it fails to provide visibility into the actual state of the system. This entails a need to build tools to improve infrastructure observability. Gitops, also fails to address immediate operational control and recovery in the event of outages and offers a broken experience. Gitops has been the primary developer experience for Walmart running over 200k workloads and 10k deployments per day on 1000s of k8s clusters across public and private cloud. This talk highlights our learnings on building various ops tooling which provides deployment/running state of the workloads to complement our Gitops based deployment pipelines.
Speakers
avatar for Rajalakshmi Kamath V

Rajalakshmi Kamath V

Staff Software Engineer, Walmart Global Tech
Rajalakshmi Kamath is a Staff Software Engineer at Walmart Global Tech focussed on core cloud native functionalities that power Walmart's container platform. She has a knack for building new solutions and is a prolific contributor for building tools for the Walmart Cloud Native Platform... Read More →
Wednesday December 11, 2024 2:55pm - 3:30pm IST
Room 5
  Operations + Performance

3:45pm IST

Tying OpenFeature and OpenTelemetry for Automated Rollouts of New Services - Pranay Prateek & Vibhu Pandey, SigNoz
Wednesday December 11, 2024 3:45pm - 4:20pm IST
Rolling out a new service, adding databases clusters, are always challenging. The recommended way is to start with diverting small % of traffic to the new service and increase rollout % if things look well. If things don’t go well, the rollout % should be reduced. This is generally done through feature flags and manually monitoring the service with an observability tool. Feature flags enable remote update of rollout % without doing new deployments. OpenFeature is a new CNCF project which is trying to standardise feature flagging. It also has built-in hooks for OpenTelemetry so that feature flag values are available by default in tracing & metrics data captured by OpenTelemetry. In this talk, I will share how you can leverage open standards like OpenFeature (for feature flagging) and OpenTelemetry ( for observability) to better manage rollouts. You can enable automatic increase or decrease of rollout % by tying observability with feature flagging.
Speakers
avatar for Pranay Prateek

Pranay Prateek

Maintainer, SigNoz
Pranay is one of the maintainers at SigNoz, an open source APM. He loves working on open source and observability, and has deep interest in philosophy esp. around Existentialism He is one of the organisers of OpenTelemetry APAC discussion group meetings & has been speaker in events... Read More →
avatar for Vibhu Pandey

Vibhu Pandey

Platform Engineering, SigNoz
Platform engineer with a twist: I'm my own first customer! Started out as a backend engineer, which helped me truly understand the meaning of platform engineering. Transitioned to this field and became a strong advocate for it as the bedrock of organizational success. Led platform... Read More →
Wednesday December 11, 2024 3:45pm - 4:20pm IST
Room 5
  Platform Engineering

4:50pm IST

Scalable ML Inferencing Pipeline Using K8s - Smitha Jayaram & Vinod Eswaraprasad, NVIDIA
Wednesday December 11, 2024 4:50pm - 5:25pm IST
Inference engines are used to generate prediction or deduce new information based on certain rules and data. With rise in the number of applications that benefit from inferencing, there is a definitive need to build Inferencing Services that are robust, performant (latency optimized) and can seamlessly scale on demand. In this session, we will discuss a proven set of procedures and guidelines for building and managing inference pipelines on Kubernetes. We will discuss details of the underlying hardware (GPU/CPU/memory) and K8s configuration requirements of some of the well-known Inference engines. We will demonstrate how robust and fault tolerant pipelines for LLM and RAG can be built using basic K8s constructs like operators, statefulsets and persistent volumes; along with enabling automated monitoring, triaging and remediation of the failed hardware and software components.
Speakers
avatar for Smitha Jayaram

Smitha Jayaram

Principal Software Engineer, Nvidia
Smitha is principal software engineer at NVIDIA focusing on software solutions for building scalable, cloud native GPU computing infrastructure. She has been working in the area of building scalable storage solutions, and cloud native platform design for the last 24 years. In the... Read More →
avatar for Vinod Eswaraprasad

Vinod Eswaraprasad

Solution Engineering, NVIDIA
Vinod is principal software engineer at NVIDIA focusing on software solutions for building scalable GPU computing infrastructure. He has been working in the area of building fault-tolerant, scalable, and distributed platform architecture and design for the last 26 years. In the current... Read More →
Wednesday December 11, 2024 4:50pm - 5:25pm IST
Room 5

5:40pm IST

Fantastic KEPs and Where to Find Them: A Guide to Kubernetes Enhancements! - Priyanka Saggu, SUSE & Mario Jason Braganza, Janusworx
Wednesday December 11, 2024 5:40pm - 6:15pm IST
We, Priyanka and Jason, have been involved in Kubernetes release cycles for years, taking on roles from shadow to Release Lead and Emeritus Advisor. While we've worked with Kubernetes Enhancement Proposals (KEPs) throughout this time, it wasn’t until the 1.29 release, while prepping for press interviews, that we really dug into them—and wow, did we learn a lot! KEPs aren’t just feature proposals; they give you a peek into the entire lifecycle of a feature—designs, alternatives, testing, and final code. They’re a goldmine for understanding Kubernetes, whether you’re new or a seasoned contributor. We’ll walk you through some real KEPs and share our approach to reading and making sense of them. If you’re curious about Kubernetes and want to explore its features more deeply, join us. There’s so much to discover, and we’re excited to share what we’ve learned with you!
Speakers
avatar for Priyanka Saggu

Priyanka Saggu

Technical Lead – SIG Contributor Experience, Kubernetes GitHub Admin, v1.31 Emeritus Advisor, v1.29 Release Lead, SUSE
Priyanka Saggu is a Kubernetes Engineer at SUSE, contributing to Kubernetes via Release, ContribEx, Testing, and CLI SIGs. She is the Emeritus Advisor for Kubernetes v1.31, Release Lead for v1.29, GitHub Admin, and Technical Lead for SIG Contributor Experience (SIG ContribEx). She... Read More →
avatar for Jason

Jason

Kubernetes New Org Membership Coordinator – SIG Contributer Experience, Janusworx
Jason Braganza is a seasoned IT consultant with over 20 years of expertise in designing solutions for SMBs. He is currently focused on the path to learning and promoting FOSS. He mentors young folk in Linux, communication & blogging at the Linux Users' Group of Durgapur. He has also... Read More →
Wednesday December 11, 2024 5:40pm - 6:15pm IST
Room 5
  Cloud Native Novice
  • Content Experience Level Any
 
Thursday, December 12
 

11:30am IST

Tutorial: Flatcar Container Linux Deep Dive: Deploying, Managing, and Automating Workloads Securely - Sayan Chowdhury, Microsoft
Thursday December 12, 2024 11:30am - 12:55pm IST
Flatcar is an operating system purpose-built for securely running container workloads. It ensures security by providing essential tools, reducing the OS size with minimal packages, and making the /usr directory immutable. This tutorial is designed for ops and DevOps professionals, offering step-by-step guidance on getting started with Flatcar. You’ll explore how to deploy it using Terraform, configure it with Ignition, and automate OS updates via Nebraska, enabling you to "set it and forget it.
Speakers
avatar for Sayan Chowdhury

Sayan Chowdhury

Senior Software Engineer, Microsoft
Sayan is a Linux Software Engineer at Microsoft and a maintainer of Flatcar Container Linux. As a Release Manager, he works to maintain and build Flatcar. With a strong passion for open source, Sayan has been involved in other communities, namely Python, Fedora and Mozilla. Sayan... Read More →
Thursday December 12, 2024 11:30am - 12:55pm IST
Room 5
  Tutorials, Cloud Native Novice
  • Content Experience Level Any

2:55pm IST

Tutorial: An Accelerated Introduction to AI Model Deployment with Cloud Native - Sreeram Venkitesh, BigBinary & Emily Chen, scikit-learn
Thursday December 12, 2024 2:55pm - 4:20pm IST
The future of AI will be on cloud because of various reasons like scalability, computing power, features like Dynamic Resource Allocation and being able to run AI workloads across multiple clouds. However, the fields of cloud native and machine learning are still somewhat separated. We aim to bridge this gap with this tutorial. We plan on giving a brief introduction to machine learning with scikit-learn and cloud native with Kubernetes, then dive into a hands-on tutorial. We will show different ways to train and run ML models on and off the cloud (CPUs vs GPUs, public cloud vs on-prem, different flavors of Kubernetes) and evaluate performance in terms of training speed and cost. Additionally, training ML models is a complicated task and requires a lot of research. Optimizing your cloud setup on top of this makes it more difficult. There is no single solution, and we will explore a few of these options during this tutorial.
Speakers
avatar for Emily

Emily

Open Source Developer, scikit-learn
Emily is an engineering student at the University of Toronto with an emerging interest in Cloud Native. She is an active contributor to various CNCF projects, and an advocate for diversity and inclusion. She is involved with translation and localization of numerous documentations... Read More →
avatar for Sreeram Venkitesh

Sreeram Venkitesh

Software Engineer, BigBinary
Sreeram Venkitesh is a Software Engineer at BigBinary and is an active contributor to Kubernetes. He is part of the 1.29 release team.
Thursday December 12, 2024 2:55pm - 4:20pm IST
Room 5
  Tutorials, Cloud Native Novice

4:50pm IST

Streamlining Machine Learning Operations with GitOps - Kunal Kushwaha, Civo
Thursday December 12, 2024 4:50pm - 5:25pm IST
As AI becomes more popular, it's bringing some new headaches when it comes to managing models, from building them to getting them into production. The usual DevOps tools don't always cut it, especially when you need everything to be consistent and handle large datasets without a hitch. As ML projects grow, trying to manage everything manually just gets messy and prone to mistakes. In this talk, I'll break down how GitOps can make life easier by automating and simplifying ML operations. With Git as the go-to source for everything, GitOps keeps your ML models consistent and reproducible across different environments. I'll share some real-world examples, talk about the challenges, and give you practical tips on how to bring GitOps into your ML workflow. The goal is to help you deploy models faster and with fewer headaches.
Speakers
avatar for Kunal Kushwaha

Kunal Kushwaha

DevRel manager, Civo
Kunal Kushwaha is a Developer Relations Manager at Civo, where he fosters a deep connection between developers and innovative cloud-native technologies. With a passion for empowering others, Kunal has taught thousands online and consulted numerous companies on their DevOps journey... Read More →
Thursday December 12, 2024 4:50pm - 5:25pm IST
Room 5

5:40pm IST

Ensuring Reliability of Production Ready Kubernetes Operators Using Envtest - Aniruddha Basak, Syself GmbH & Richard Case, Stealth Startup
Thursday December 12, 2024 5:40pm - 6:15pm IST
We need to keep in mind many principles & techniques while writing a Kubernetes operator and especially so when used in production. Projects like kubebuilder go a long way to help in building operators. However, talks focus on how to write operators. But in this talk, you will learn how testing can help you create Kubernetes operators that are reliable and resilient to failure and give you the confidence to deploy them to production clusters. Often writing unit tests is not enough for an operator that manages infrastructure. Introducing e2e tests will help, but writing and running e2e tests are time-consuming. This session will share how a user can use envtest to simulate an environment very similar to a real environment and run the tests on behalf of that. In addition, you’ll learn what to keep in mind while writing the tests, such as it doesn’t support garbage collection, and a user must be very careful while creating objects and deleting them after a test suite is done.
Speakers
avatar for Richard Case

Richard Case

Principal Engineer and CAPI Maintainer, Stealth startup
Richard Case is a Principal Engineer. He’s currently one of the maintainers of a number of Cluster API providers and has been using and building solutions for Kubernetes since 2016.
avatar for Aniruddha Basak

Aniruddha Basak

Cloud Software Engineer, Syself GmbH
Aniruddha is a Software Engineer based in Germany persuing a master's in Computer Science at RPTU Kaiserslautern, working remotely with Syself GmbH. His passion is building Cloud-Native tools and vibrant inclusive communities around them. In his free time, he loves contributing to... Read More →
Thursday December 12, 2024 5:40pm - 6:15pm IST
Room 5
 
  • Filter By Date
  • Filter By Venue
  • Filter By Type
  • Content Experience Level
  • Timezone


Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.