Kubernetes on AWS EKS: Hands-on Get Started for Dev & DevOps
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 You'll learn creating deploying multiple docker applications on Kubernetes You'll learn how to create Kubernetes cluster on AWS EKS by coding in Terraform You'll learn configuring and managing request routing of Microservices in Kubernetes using AWS Load Balancer You'll learn creating RDS MySQL database using Terraform for a docker API application You'll learn creating necessary infrastructure such as VPC on AWS using Terraform You'll learn how to use Command Line Interface and Infrastructure Code instead of using AWS Management Console You'll learn basic security best practices of deploying applications on Kubernetes This course is ideal for individuals who are DevOps Professionals: If you're 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 you're 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 you're 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 you're an Application Engineer with experience in engineering web applications and APIs, this course is tailored for you. or Platform Engineers: If you're 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 you're 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 you're 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 you're 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 you're an Application Engineer with experience in engineering web applications and APIs, this course is tailored for you. or Platform Engineers: If you're 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
- You'll learn creating deploying multiple docker applications on Kubernetes
- You'll learn how to create Kubernetes cluster on AWS EKS by coding in Terraform
- You'll learn configuring and managing request routing of Microservices in Kubernetes using AWS Load Balancer
- You'll learn creating RDS MySQL database using Terraform for a docker API application
- You'll learn creating necessary infrastructure such as VPC on AWS using Terraform
- You'll learn how to use Command Line Interface and Infrastructure Code instead of using AWS Management Console
- You'll learn basic security best practices of deploying applications on Kubernetes
Who Should Attend
- DevOps Professionals: If you're 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 you're 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 you're 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 you're an Application Engineer with experience in engineering web applications and APIs, this course is tailored for you.
- Platform Engineers: If you're a Platform Engineer with experience building and provisioning tools on the cloud, and ready to explore Kubernetes on Cloud
Target Audiences
- DevOps Professionals: If you're 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 you're 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 you're 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 you're an Application Engineer with experience in engineering web applications and APIs, this course is tailored for you.
- Platform Engineers: If you're 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:
-
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.
-
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.
-
EKS Cluster Deployment with Terraform: Provision and configure your Kubernetes cluster on EKS, using Terraform to automate the process.
-
Containerize and Deploy a Static Website: Package a basic website into a Docker container, test it, and deploy it to your Kubernetes cluster.
-
Database Integration with RDS and Terraform: Use Terraform to set up an RDS MySQL database and connect it to your application running in Kubernetes.
-
Deploy an API Application: Containerize and deploy a more complex API application that interacts with your RDS database.
-
Traffic Management: Learn to control and direct traffic to your applications using Amazon Load Balancer and Kubernetes Ingress.
-
Kubernetes Configuration: Explore ConfigMaps and Secrets for managing application configurations and sensitive data.
-
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 API's Configurations
Lecture 2: Use K8S Secrets for API's Secret Configs
Lecture 3: Use Private Docker Registry with Kubernetes
Chapter 6: Wrapping Up
Lecture 1: Summary
Lecture 2: References
Instructors
-
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!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024