通过 `kubectl port-forward` 成功将本地 8080 端口映射至 Nginx 服务,浏览器访问正常;同时使用 `curl` 分别通过 ClusterIP 和 NodePort 访问,均返回标准欢迎页面,验证了 Kubernetes 内部与外部访问方式的连通性及服务高可用性。