课程: Kubernetes: Service Mesh with Istio

免费学习该课程!

今天就开通帐号,24,700 门业界名师课程任您挑!

Add application to the mesh and visualize with Kiali

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…

内容