HOME > Development > Kubernetes on AWS EKS- Hands-on Get Started for Dev DevOps

Kubernetes on AWS EKS- Hands-on Get Started for Dev DevOps

  • Development
  • May 11, 2025
SynopsisKubernetes on AWS EKS: Hands-on Get Started for Dev & Dev...
Kubernetes on AWS EKS- Hands-on Get Started for Dev DevOps  No.1

Kubernetes on AWS EKS: Hands-on Get Started for Dev & DevOps, available at $69.99, has an average rating of 4.5, with 26 lectures, based on 40 reviews, and has 1313 subscribers.

You will learn about Youll learn creating deploying multiple docker applications on Kubernetes Youll learn how to create Kubernetes cluster on AWS EKS by coding in Terraform Youll learn configuring and managing request routing of Microservices in Kubernetes using AWS Load Balancer Youll learn creating RDS MySQL database using Terraform for a docker API application Youll learn creating necessary infrastructure such as VPC on AWS using Terraform Youll learn how to use Command Line Interface and Infrastructure Code instead of using AWS Management Console Youll learn basic security best practices of deploying applications on Kubernetes This course is ideal for individuals who are DevOps Professionals: If youre a DevOps Professional with experience in creating CI/CD pipelines and have a good understanding of high level Cloud Infrastructure and setup, this course will help you gain expertise in Kubernetes and Infrastructure Coding with Terraform on AWS. or Engineering Leaders: If youre an Engineering Leader seeking to enhance your knowledge of Cloud Engineering, Cloud Native and DevOps practices, particularly in the area of Kubernetes infrastructure for Microservices, this course is perfect for you. or Cloud Engineers: If youre a Cloud Engineer with experience in Cloud Infrastructure & Networking, and looking to learn Kubernetes from both an Infrastructure Coding and Deployment perspective, this course is for you. or Application Developers: If youre an Application Engineer with experience in engineering web applications and APIs, this course is tailored for you. or Platform Engineers: If youre a Platform Engineer with experience building and provisioning tools on the cloud, and ready to explore Kubernetes on Cloud It is particularly useful for DevOps Professionals: If youre a DevOps Professional with experience in creating CI/CD pipelines and have a good understanding of high level Cloud Infrastructure and setup, this course will help you gain expertise in Kubernetes and Infrastructure Coding with Terraform on AWS. or Engineering Leaders: If youre an Engineering Leader seeking to enhance your knowledge of Cloud Engineering, Cloud Native and DevOps practices, particularly in the area of Kubernetes infrastructure for Microservices, this course is perfect for you. or Cloud Engineers: If youre a Cloud Engineer with experience in Cloud Infrastructure & Networking, and looking to learn Kubernetes from both an Infrastructure Coding and Deployment perspective, this course is for you. or Application Developers: If youre an Application Engineer with experience in engineering web applications and APIs, this course is tailored for you. or Platform Engineers: If youre a Platform Engineer with experience building and provisioning tools on the cloud, and ready to explore Kubernetes on Cloud.

Enroll now: Kubernetes on AWS EKS: Hands-on Get Started for Dev & DevOps

Summary

Title: Kubernetes on AWS EKS: Hands-on Get Started for Dev & DevOps

Price: $69.99

Average Rating: 4.5

Number of Lectures: 26

Number of Published Lectures: 26

Number of Curriculum Items: 26

Number of Published Curriculum Objects: 26

Original Price: $39.99

Quality Status: approved

Status: Live

What You Will Learn

  • Youll learn creating deploying multiple docker applications on Kubernetes
  • Youll learn how to create Kubernetes cluster on AWS EKS by coding in Terraform
  • Youll learn configuring and managing request routing of Microservices in Kubernetes using AWS Load Balancer
  • Youll learn creating RDS MySQL database using Terraform for a docker API application
  • Youll learn creating necessary infrastructure such as VPC on AWS using Terraform
  • Youll learn how to use Command Line Interface and Infrastructure Code instead of using AWS Management Console
  • Youll learn basic security best practices of deploying applications on Kubernetes
  • Who Should Attend

  • DevOps Professionals: If youre a DevOps Professional with experience in creating CI/CD pipelines and have a good understanding of high level Cloud Infrastructure and setup, this course will help you gain expertise in Kubernetes and Infrastructure Coding with Terraform on AWS.
  • Engineering Leaders: If youre an Engineering Leader seeking to enhance your knowledge of Cloud Engineering, Cloud Native and DevOps practices, particularly in the area of Kubernetes infrastructure for Microservices, this course is perfect for you.
  • Cloud Engineers: If youre a Cloud Engineer with experience in Cloud Infrastructure & Networking, and looking to learn Kubernetes from both an Infrastructure Coding and Deployment perspective, this course is for you.
  • Application Developers: If youre an Application Engineer with experience in engineering web applications and APIs, this course is tailored for you.
  • Platform Engineers: If youre a Platform Engineer with experience building and provisioning tools on the cloud, and ready to explore Kubernetes on Cloud
  • Target Audiences

  • DevOps Professionals: If youre a DevOps Professional with experience in creating CI/CD pipelines and have a good understanding of high level Cloud Infrastructure and setup, this course will help you gain expertise in Kubernetes and Infrastructure Coding with Terraform on AWS.
  • Engineering Leaders: If youre an Engineering Leader seeking to enhance your knowledge of Cloud Engineering, Cloud Native and DevOps practices, particularly in the area of Kubernetes infrastructure for Microservices, this course is perfect for you.
  • Cloud Engineers: If youre a Cloud Engineer with experience in Cloud Infrastructure & Networking, and looking to learn Kubernetes from both an Infrastructure Coding and Deployment perspective, this course is for you.
  • Application Developers: If youre an Application Engineer with experience in engineering web applications and APIs, this course is tailored for you.
  • Platform Engineers: If youre a Platform Engineer with experience building and provisioning tools on the cloud, and ready to explore Kubernetes on Cloud
  • This course is designed for developers, DevOps engineers, and cloud professionals who want to quickly gain practical Kubernetes skills. We’ll take a streamlined, hands-on approach to mastering essential infrastructure and Kubernetes concepts, coding your infrastructure with Terraform, and deploying real-world applications on Amazon EKS, the leading managed Kubernetes service.

    Concise Course Overview:

    1. AWS EKS Fundamentals & Terraform: Understand the core components of AWS infrastructure needed for Kubernetes and learn to define and manage it with Terraform. We’ll also introduce the microservices-based project you’ll be building throughout the course.

    2. Infrastructure as Code with Terraform: Learn how to use Terraform to create and manage your AWS Virtual Private Cloud (VPC), the foundation for your EKS cluster.

    3. EKS Cluster Deployment with Terraform: Provision and configure your Kubernetes cluster on EKS, using Terraform to automate the process.

    4. Containerize and Deploy a Static Website: Package a basic website into a Docker container, test it, and deploy it to your Kubernetes cluster.

    5. Database Integration with RDS and Terraform: Use Terraform to set up an RDS MySQL database and connect it to your application running in Kubernetes.

    6. Deploy an API Application: Containerize and deploy a more complex API application that interacts with your RDS database.

    7. Traffic Management: Learn to control and direct traffic to your applications using Amazon Load Balancer and Kubernetes Ingress.

    8. Kubernetes Configuration: Explore ConfigMaps and Secrets for managing application configurations and sensitive data.

    9. Private Container Registries: Securely store and manage your Docker images in private registries, such as AWS ECR.

    By the end of this course, you’ll be equipped to build, deploy, and manage containerized applications on Kubernetes using AWS EKS, while also gaining valuable skills in cloud infrastructure automation with Terraform.

    Course Curriculum

    Chapter 1: Introduction

    Lecture 1: Welcome

    Lecture 2: What you need to know

    Lecture 3: Local Workstation Setup – Options

    Lecture 4: Course Materials and Source Code Usage

    Chapter 2: AWS Infrastructure for Kubernetes

    Lecture 1: VPC – High Level Overview

    Lecture 2: Configure AWS Command Line Interface (CLI)

    Lecture 3: Create Amazon VPC using Terraform Code

    Lecture 4: VPC Simplified for EKS Kubernetes Setup

    Lecture 5: Create EKS Kubernetes Cluster using Terraform

    Chapter 3: Microservices Deployments on Kubernetes

    Lecture 1: Overview of Demo Project – Microservices Product

    Lecture 2: High Level Kubernetes Concepts

    Lecture 3: Run a Static Website with Docker on Local Setup

    Lecture 4: Deploy Static Website to Kubernetes

    Lecture 5: Run an API application with Database using Docker Compose

    Lecture 6: Create MySQL on AWS RDS using Terraform

    Lecture 7: Deploy API application to Kubernetes

    Chapter 4: AWS LoadBalancer and Routing in Kubernetes

    Lecture 1: Kubernetes Ingress & AWS LoadBalancer – Overview

    Lecture 2: Install Kubernetes Ingress Controller

    Lecture 3: Configure Route for the Website Service

    Lecture 4: Configure Route for API service

    Lecture 5: Deploy Single Page App to Kubernetes with a new Route

    Chapter 5: Application Configs and Secrets Configs in Kubernetes

    Lecture 1: Use K8S ConfigMaps for APIs Configurations

    Lecture 2: Use K8S Secrets for APIs Secret Configs

    Lecture 3: Use Private Docker Registry with Kubernetes

    Chapter 6: Wrapping Up

    Lecture 1: Summary

    Lecture 2: References

    Instructors

  • Kubernetes on AWS EKS- Hands-on Get Started for Dev DevOps  No.2
    Chandra Shettigar
    Experienced Developer – DevOps, Cloud & Platform Engineering
  • Rating Distribution

  • 1 stars: 1 votes
  • 2 stars: 1 votes
  • 3 stars: 1 votes
  • 4 stars: 5 votes
  • 5 stars: 32 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!