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. 
or to bookmark your favorites and sync them to your phone or calendar.
strong>305 [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
305
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
305
  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
305
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

Tech Leader, Sciam
Seasoned software engineer and tech lead with 15+ years in Java and cloud-native solutions. Formerly at Red Hat, I contributed to open-source projects like Eclipse JKube, Fabric8 Kubernetes Java Client, Eclipse Che, and Eclipse Theia. Active in the ParisJUG crew since 2015, serving... 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
305
  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
305
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
305
  Operations + Performance

3:45pm IST

Tying OpenFeature and OpenTelemetry for Automated Rollouts of New Services - Pranay Prateek & Ekansh Gupta, SigNoz
Wednesday December 11, 2024 3:45pm - 4:20pm IST
305
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 →
Wednesday December 11, 2024 3:45pm - 4:20pm IST
305
  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
305
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
305

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
305
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
305
  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
305
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
305
  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
305
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
305
  Tutorials, Cloud Native Novice

4:50pm IST

Scaling Beyond Autoscaling: How We Grew Our Kubernetes Clusters - Bhavin Gandhi & Ruturaj Kadikar, InfraCloud Technologies
Thursday December 12, 2024 4:50pm - 5:25pm IST
305
Picture this: Your startup just landed a big client, and as your business starts to grow, so does your Kubernetes cluster. The number of microservices and the traffic that they serve has started increasing. You configure auto-scaling of Nodes and Pods. Do you think that is enough, or do you need to look into other areas? What other components need scaling? What strategies should be devised? How do we verify whether there will not be any impact during scaling? In this session, we answer all these questions and come up with a blueprint for scaling a Kubernetes cluster from our experience with scaling our production cluster from merely 20-25 nodes to around 250 nodes with more than 5000 pods. We will touch base on the issues we faced and their resolution that will form a good prescription for those who want to scale their Kubernetes infrastructure.
Speakers
avatar for Bhavin Gandhi

Bhavin Gandhi

Staff SRE, InfraCloud Technologies
Bhavin is working with InfraCloud Technologies. His main area of interest are Free/Libre and Open Source Software, DevSecOps, containers and Kubernetes. He has been part of cloud native transformation journeys for various companies. You can check what he is up to on his personal website... Read More →
avatar for Ruturaj Kadikar

Ruturaj Kadikar

Senior Engineer, Site Reliability, InfraCloud Technologies
I like to apply site reliability principles to facilitate business growth through the seamless and reliable performance of systems and infrastructure. I have built private clouds with OpenStack, built Kubernetes on premises & scaled Kubernetes on cloud for enterprises of various... Read More →
Thursday December 12, 2024 4:50pm - 5:25pm IST
305
  Operations + Performance

5:40pm IST

Ensuring Reliability of Production Ready Kubernetes Operators Using Envtest - Aniruddha Basak, Independent & Rayan Das, OneTrust LLC
Thursday December 12, 2024 5:40pm - 6:15pm IST
305
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 Rayan Das

Rayan Das

Senior Site Reliability Engineer, OneTrust LLC
As a Senior Site Reliability Engineer, I devote my expertise to work on the infrastructure of OneTrust Privacy Software. Within the Kubernetes community, I've served as the SIG-Release Enhancement Shadow for Kubernetes v1.29, I applied for release shadow for v1.31 as well. Beyond... Read More →
avatar for Aniruddha Basak

Aniruddha Basak

Cloud Software Engineer, Independent
Aniruddha Basak is a Cloud Software Engineer based in Germany. He’s currently one of the Cluster API providers, Hetzner, and a Hivelocity maintainer, and builds solutions for Kubernetes tooling and Cluster Management. In his free time, he loves contributing to upstream Kubernetes... Read More →
Thursday December 12, 2024 5:40pm - 6:15pm IST
305
 
  • 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.