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

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.

Contents