> ## Documentation Index
> Fetch the complete documentation index at: https://notes.kodekloud.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Section Introduction

> This lesson explores Kubernetes fundamentals, focusing on building a cluster on AWS EKS and integrating it with Jenkins for CI/CD automation.

In this lesson, we explore the fundamentals of Kubernetes with a focus on building a robust cluster on Amazon's cloud using [AWS EKS](https://learn.kodekloud.com/user/courses/aws-eks). You will learn how to set up and manage a Kubernetes cluster on AWS, ensuring a scalable environment that supports modern application deployment strategies.

In addition, we will demonstrate how to integrate this AWS-based Kubernetes setup with [Jenkins](https://learn.kodekloud.com/user/courses/jenkins). By connecting Jenkins to your Kubernetes cluster, you'll be able to establish a continuous integration and continuous deployment (CI/CD) pipeline, which is essential for automating application releases and updates.

<Callout icon="lightbulb" color="#1CB2FE">
  Integrating AWS EKS with Jenkins not only streamlines your deployment process but also enhances your overall application reliability by ensuring seamless updates and rollbacks.
</Callout>

<CardGroup>
  <Card title="Watch Video" icon="video" cta="Learn more" href="https://learn.kodekloud.com/user/courses/jenkins-project-building-ci-cd-pipeline-for-scalable-web-applications/module/1d8036bf-2606-4587-beef-925546e0c655/lesson/c7708421-837d-44ba-9500-181105e2c8c4" />
</CardGroup>
