From the course: Running Kubernetes on AWS (EKS)
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Challenge: Spin up a new application
From the course: Running Kubernetes on AWS (EKS)
Challenge: Spin up a new application
(upbeat music) - [Interviewer] This is the chapter three challenge. In this challenge, you'll spin up a new application called Quote Service which responds to HTTP requests with a random quote. First, you will create a deployment from the preexisting challenge-deployment file. Next, you'll create a service from the preexisting challenge-service file. Then you'll create your own ingress in the blank challenge-ingress file. Hint, copy and paste the ingress definition from the previous video and make changes as needed. Finally, you'll verify that your ingress triggered the creation of an AWS load balancer that has a URL you can access from the internet. Good luck and have fun.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
(Locked)
Deploy an application to your EKS cluster4m 19s
-
(Locked)
Make your subnets discoverable4m 16s
-
(Locked)
Create a service account for the Load Balancer Controller4m 46s
-
(Locked)
Troubleshoot service account issues4m 45s
-
(Locked)
Install the AWS Load Balancer Controller4m 48s
-
(Locked)
Create an Ingress for your application3m 42s
-
(Locked)
Challenge: Spin up a new application1m 2s
-
(Locked)
Solution: Spin up a new application5m 59s
-
(Locked)
-