课程: Kubernetes: Service Mesh with Istio
免费学习该课程!
今天就开通帐号,24,700 门业界名师课程任您挑!
Add application to the mesh and visualize with Kiali - Kubernetes教程
课程: Kubernetes: Service Mesh with Istio
Add application to the mesh and visualize with Kiali
- [Instructor] Now that we've deployed the bookinfo application, let's see it come to life on the network, and let's also secure its communication. In this video, we'll first add the bookinfo app to the service mesh, and we'll visualize traffic within the mesh using Kiali. We would also enable mutual TLS. This is a security protocol that increase communication between services to ensure secure data exchange. Let's start by adding our bookinfo app to the Istio ambient mesh. This is done by simply labeling the namespace where bookinfo is running. We don't have to restart our bookinfo application. Let's switch to the terminal. We'll label the bookinfo namespace so that we can add it to the mesh. And we would also secure communication between services with mutual TLS. To label the namespace, I'm going to run kubectl label namespace, the name of our namespace, bookinfo, then the name of the label, which is is istio.io/dataplane-mode=ambient. Recall we are doing this video with Istio in…
内容
-
-
-
-
Introducing Istio and its architecture3 分钟 46 秒
-
(已锁定)
Istio data plane modes3 分钟 33 秒
-
(已锁定)
Environment setup4 分钟 20 秒
-
(已锁定)
Installing Istio5 分钟 34 秒
-
(已锁定)
Deploying a sample application8 分钟 17 秒
-
(已锁定)
Add application to the mesh and visualize with Kiali5 分钟 36 秒
-
(已锁定)
Verifying mutual TLS4 分钟 43 秒
-
-
-
-
-