in website/src/pages/events/kubecon-india-24.js [94:207]
function Sessions() {
return (
<section>
<div className="container margin-top--lg">
{/* <div className="row margin-top--lg">
<div className="col col--8 col--offset-2" style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center' }}>
<h2 className={styles['gradient-header']}>Azure Days with Kubernetes</h2>
<p style={{textAlign: 'center'}}>Azure Days with Kubernetes are in-person events tailored for developers, IT professionals, and decision-makers eager to harness the power of AKS for their cloud-native and intelligent applications. Whether you're starting with Kubernetes or seeking to refine your AKS deployments, we have sessions to provide valuable insights and actionable knowledge for your cloud journey.</p>
<a className="button button--secondary button--lg button-mobile-padding" href="https://www.youtube.com/watch?v=lt8NjNinuEE&list=PLc3Ep462vVYtXDK54LBlhNNV5a1IUOxQu" target="_blank">
Watch the recordings
</a>
</div>
</div> */}
{/* <div className="row">
<div className={clsx('col col--4 card-col')}>
<div className="card">
<div className="card-body" style={{ display: 'flex', flexDirection: 'column', justifyContent: 'space-between', height: '100%' }}>
<div className="text--left">
<h3>Hands-On Labs</h3>
<p>Roll up your sleeves and dive into Azure Kubernetes Service with our hands-on labs. Participants can choose from a variety of labs, including introductory, advanced, as well as developer and platform focused.</p>
</div>
<div>
<a
href="https://azureday.eventbuilder.com/event/87493?source=AKSDayIndia"
className="button button--primary"
target="_blank"
rel="noopener noreferrer"
>
Register
</a>
</div>
</div>
</div>
</div>
<div className={clsx('col col--4 card-col')}>
<div className="card">
<div className="card-body" style={{ display: 'flex', flexDirection: 'column', justifyContent: 'space-between', height: '100%' }}>
<div className="text--left">
<h3>Developer & Digital Native Track</h3>
<p>The developer track will provide a strategic overview of AKS for developers, ISVs, and Digital Natives including topics such as:</p>
<ul>
<li>Getting started quickly & driving productivity with AKS Automatic</li>
<li>Building intelligent applications with AKS</li>
<li>Using AI to speed up time to production</li>
<li>Implementing a secure supply chain & securely accessing resources from your applications</li>
<li>Developing stateful applications in Kubernetes</li>
</ul>
</div>
<div>
<a
href="https://azureday.eventbuilder.com/event/87494?source=AKSDayIndia"
className="button button--primary"
target="_blank"
rel="noopener noreferrer"
>
Register
</a>
</div>
</div>
</div>
</div>
<div className={clsx('col col--4 card-col')}>
<div className="card">
<div className="card-body" style={{ display: 'flex', flexDirection: 'column', justifyContent: 'space-between', height: '100%' }}>
<div className="text--left">
<h3>Platform & Operators Track</h3>
<p>The operator track will provide a strategic overview of AKS for platform engineers and operators, including topics such as:</p>
<ul>
<li>Upgrades, business continuity & resiliency</li>
<li>Securing your clusters</li>
<li>Network setup and best practices</li>
<li>Operating a mission-critical environment</li>
<li>Managing distributed fleets of clusters</li>
<li>Making AKS your most cost-efficient platform</li>
</ul>
</div>
<div>
<a
href="https://azureday.eventbuilder.com/event/87495?source=AKSDayIndia"
className="button button--primary"
target="_blank"
rel="noopener noreferrer"
>
Register
</a>
</div>
</div>
</div>
</div>
</div> */}
<div className='text--center margin-top--lg'>
<h2>Learn from Microsoft Experts</h2>
<p>
Microsoft engineers delivered sessions and technical demos at KubeCon.
</p>
</div>
<div className="row">
{ContentItemsA.map((props, idx) => (
<ContentItem key={idx} {...props} />
))}
</div>
</div>
</section>
);
}