Cloud Service Mesh dan Traffic Director kini bergabung menjadi Cloud Service Mesh. Untuk mengetahui informasi selengkapnya, lihat ringkasan Cloud Service Mesh.
TRAFFIC_DIRECTOR: Infrastruktur inti Google Cloud berfungsi sebagai
bidang kontrol Cloud Service Mesh.
ISTIOD: instance terkelola istiod berfungsi sebagai bidang kontrol Cloud Service Mesh.
UPDATING: Cluster sedang dimigrasikan di antara implementasi. Anda akan segera
memiliki implementasi TRAFFIC_DIRECTOR.
Jika Anda tidak melihat controlPlaneManagement.state: ACTIVE, artinya Anda tidak
memiliki bidang kontrol terkelola. Untuk mengonfirmasi bahwa Anda memiliki platform kontrol dalam cluster, periksa deployment istiod di namespace istio-system:
kubectl-nistio-systemgetdeployistiod
Outputnya mirip dengan hal berikut ini:
NAME READY UP-TO-DATE AVAILABLE AGE
istiod 1/1 1 1 20m
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-08-19 UTC."],[],[],null,["# Check control plane implementation\n==================================\n\nRun the following command to identify your cluster's control plane implementation: \n\n gcloud container fleet mesh describe --project \u003cvar translate=\"no\"\u003eFLEET_PROJECT_ID\u003c/var\u003e\n\nThe output is similar to the following: \n\n ...\n membershipSpecs:\n projects/746296320118/locations/us-central1/memberships/demo-cluster-1:\n mesh:\n management: MANAGEMENT_AUTOMATIC\n membershipStates:\n projects/746296320118/locations/us-central1/memberships/demo-cluster-1:\n servicemesh:\n controlPlaneManagement:\n details:\n - code: REVISION_READY\n details: 'Ready: asm-managed'\n state: ACTIVE\n implementation: TRAFFIC_DIRECTOR\n ...\n\nThe possible values of the `implementation` are:\n\n- `TRAFFIC_DIRECTOR`: The core infrastructure of Google Cloud serves as the Cloud Service Mesh control plane.\n- `ISTIOD`: managed instance of istiod serves as the Cloud Service Mesh control plane.\n- `UPDATING`: The cluster is being migrated between implementations. Soon you will have the `TRAFFIC_DIRECTOR` implementation.\n\nIf you don't see `controlPlaneManagement.state: ACTIVE` this means you don't\nhave a managed control plane. To confirm that you have an in-cluster control\nplane, check for an `istiod` deployment in your `istio-system` namespace: \n\n kubectl -n istio-system get deploy istiod\n\nThe output is similar to the following: \n\n NAME READY UP-TO-DATE AVAILABLE AGE\n istiod 1/1 1 1 20m"]]