From the course: Certified Kubernetes Administrator (CKA) Cert Prep
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Configuring gateway API for TLS access - Kubernetes Tutorial
From the course: Certified Kubernetes Administrator (CKA) Cert Prep
Configuring gateway API for TLS access
- Alright, now that you know how Gateway API works for HTTP traffic, let's also talk about TLS. So what do we need to know about TLS? Well, the first thing you need to know is about TLS termination. Incoming TLS traffic to an application can be terminated in different ways, either at the Gateway or on the endpoint application. And where you are going to terminate TLS traffic matters a lot for the configuration that you are going to use. Because if TLS traffic is terminated at the Gateway, traffic between the Gateway and the endpoint application is unsecured. And you don't need to do anything here, or you need to re-encrypt if you want to do it real fancy. No worries, there's no need to do it real fancy for your CKA exam. If TLS traffic is terminated by the endpoint application, the Gateway doesn't deal with certificates, but it just accepts incoming traffic on port 443, and that will be passed through the endpoint application port 443. Now, in both cases, you are going to need a…
Contents
-
-
-
-
-
-
-
-
-
-
-
(Locked)
Module 3: Services and networking introduction19s
-
(Locked)
Learning objectives46s
-
(Locked)
Exploring Kubernetes networking6m 34s
-
(Locked)
Understanding network plugins2m 50s
-
(Locked)
Using services to access applications4m 19s
-
(Locked)
Running an ingress controller10m 47s
-
(Locked)
Configuring ingress7m 20s
-
(Locked)
Using port forwarding for direct application access2m 19s
-
(Locked)
Understanding gateway API3m 38s
-
(Locked)
Configuring gateway API4m 4s
-
(Locked)
Using gateway API to provide access to applications10m 6s
-
(Locked)
Configuring gateway API for TLS access10m 15s
-
(Locked)
Lesson 9 lab challenge: Managing networking22s
-
(Locked)
Lesson 9 lab solution: Managing networking3m 51s
-
(Locked)
-
-
-
-
-
-
-
-