hands-on lab

Exposing Applications Using Kubernetes Ingress Rules

Beginner
45m
1,406
4.4/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

Kubernetes allows you to expose HTTP applications using a resource called Ingress. Ingress resources are configurable and support rule based routing on hostname and HTTP URL path. An Ingress can also provide load balancing and SSL termination.

Learning how to create and configure Ingress resources will make you more effective at deploying complex HTTP based applications in a Kubernetes cluster.

This lab is valuable to anyone working with Kubernetes, but the content has been prepared considering topics described in the Certified Kubernetes Application Developer (CKAD) Exam Curriculum. Completion of the lab will help you get hands-on experience, which is essential for passing the CKAD exam.

Learning Objectives

  • Deploy a simple application in Kubernetes cluster
  • Create a HTTP path based Ingress resource
  • Create a name based Ingress resource

Intended Audience

  • Kubernetes admins and operators
  • Application developers and DevOps engineers deploying applications in containers and using or considering Kubernetes
  • This Lab is recommended for Certified Kubernetes Application Developer (CKAD) examinees

Prerequisites

  • Knowledge of Kubernetes Pod Design (Pods, Deployments, Services, Jobs)
  • Experience with kubectl

You can complete the Kubernetes Pod Design for Application Developers lab series to satisfy the prerequisites.

Updates

October 17th, 2023 - Updated Kubernetes version

June 9th, 2023 -Updated to run Kubernetes 1.26

September 6th, 2022 - Updated to run Kubernetes 1.24

Environment before
Environment after
About the author
Students
66,402
Labs
164
Courses
2
Learning paths
4

Andrew is a Labs Developer with previous experience in the Internet Service Provider, Audio Streaming, and CryptoCurrency industries. He has also been a DevOps Engineer and enjoys working with CI/CD and Kubernetes.

He holds multiple AWS certifications including Solutions Architect Associate and Professional.

Covered topics
Lab steps
Connecting to the Kubernetes Cluster
Creating Ingress Rules