hands-on lab

Amazon EKS - Deploy a Web App into an IPv6 Cluster

Intermediate
Up to 1h 30m
85
5/5
Get guided in a real environmentPractice with a step-by-step scenario in a real, provisioned environment.
Learn and validateUse validations to check your solutions every step of the way.
See resultsTrack your knowledge and monitor your progress.
Lab description

Amazon EKS IPv6 cluster networking provides you with the ability to host and run your own IPv6 enabled applications. 

In this Lab scenario, you'll be provided with an IPv6 enabled EKS cluster. You'll then have the opportunity to examine and review the IPv6 cluster networking configuration.

Finally, you'll deploy a containerized WebGL based web app that renders a 3D globe and confirm that it can be communicated with using both IPv6 and IPv4 network addressing.

Note: Startup time for this lab is approx 15-20 minutes - required to create the EKS cluster.

Learning Objectives

Upon completion of this Lab, you will be able to:

  • Deploy and run a cluster web app using IPv6 network addressing
  • Be able to communicate with the cluster hosted web app using IPv6 network addressing
  • Review and maintain IPv6 networking with EKS

Intended Audience

This lab is intended for:

  • Kubernetes practitioners
  • DevOps Engineers

Lab Prerequisites

You should be familiar with:

  • Basic Linux command line administration
  • Basic Kubernetes and Container-based concepts

Consider taking the following courseware in preparation for this lab:

Lab Environment

This Lab will start with the following AWS resources provisioned automatically for you:

  • 1 x EKS cluster - Cluster-1 - provides a fully functional Kubernetes cluster 
    • 1 x NodeGroup
      • 1 x EC2 Worker Node
  • 2 x EC2 instances
    • eks.launch.instance - used to launch the EKS cluster (not accessible)
    • cloudacademylabs - used to provide SSH access to administer the EKS cluster

Updates

December 5th, 2023 - Updated Kubernetes version

June 22nd, 2023 - Resolved intermittent deployment issue

June 15th, 2023 - Updated Kubernetes version & resolved ingress issue

Environment before
Environment after
About the author
Avatar
Jeremy Cook, opens in a new tab
Content Lead Architect
Students
159,120
Labs
82
Courses
106
Learning paths
213

Jeremy is a Content Lead Architect and DevOps SME here at Cloud Academy where he specializes in developing DevOps technical training documentation.

He has a strong background in software engineering, and has been coding with various languages, frameworks, and systems for the past 25+ years. In recent times, Jeremy has been focused on DevOps, Cloud (AWS, Azure, GCP), Security, Kubernetes, and Machine Learning.

Jeremy holds professional certifications for AWS, Azure, GCP, Terraform, Kubernetes (CKA, CKAD, CKS).

Covered topics
Lab steps
Logging In to the Amazon Web Services Console
Connecting to the Virtual Machine using EC2 Instance Connect
Reviewing Amazon EKS Resources Automatically Created
Installing Kubernetes Management Tools and Utilities
Examine the Cluster IPv6 Networking Configuration
Deploy AWS Load Balancer Controller
Deploy WebGL 3D Globe Web App