如果您对验证感到满意,请将流量重定向到新集群,并将 dns 条目更改为新的入站 EXTERNAL-IP 地址。
使用以下命令获取 EXTERNAL-IP:
kubectl get svc -n istio-system
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
istio-ingressgateway LoadBalancer 10.11.123.45 34.56.78.90 15021:32225/TCP,80:32208/TCP,443:31942/TCP,15012:32689/TCP,15443:31936/TCP 1d
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-04-03。"],[[["This documentation outlines how to check restore job logs, verify completion, and validate the restored data in Apigee hybrid."],["To verify the restore, check the status of the `apigee-cassandra-restore` job and confirm that the Cassandra replicas are running using `kubectl` commands."],["Restore logs for Kubernetes pods can be viewed using the `kubectl logs` command followed by the pod name and namespace."],["Validation of the restore process involves confirming the presence of developer, app, and API product data using specific `curl` commands and your gcloud credentials."],["After validating the restored data, redirect traffic to the new cluster by updating the DNS entry to the new ingress's `EXTERNAL-IP`, obtainable via `kubectl get svc -n istio-system`."]]],[]]