You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kubeconfig Authentication method does NOT support external identity providers or x509 certificate-based authentication.
109
+
The kubeconfig authentication method does **not** support external identity providers
110
+
or X.509 certificate-based authentication.
110
111
-->
111
112
{{< note >}}
112
-
Kubeconfig 身份验证方法不支持外部身份提供程序或基于 x509 证书的身份验证。
113
+
Kubeconfig 身份验证方法**不**支持外部身份提供程序或基于 x509 证书的身份验证。
113
114
{{< /note >}}
114
115
115
116
<!--
@@ -133,11 +134,14 @@ When you access Dashboard on an empty cluster, you'll see the welcome page. This
133
134
<!--
134
135
## Deploying containerized applications
135
136
136
-
Dashboard lets you create and deploy a containerized application as a Deployment and optional Service with a simple wizard. You can either manually specify application details, or upload a YAML or JSON file containing application configuration.
137
+
Dashboard lets you create and deploy a containerized application as a Deployment and optional Service with a simple wizard.
138
+
You can either manually specify application details, or upload a YAML or JSON _manifest_ file containing application configuration.
Click the **CREATE** button in the upper right corner of any page to begin.
@@ -336,17 +340,22 @@ If needed, you can expand the **Advanced options** section where you can specify
336
340
<!--
337
341
### Uploading a YAML or JSON file
338
342
339
-
Kubernetes supports declarative configuration. In this style, all configuration is stored in YAML or JSON configuration files using the Kubernetes [API](/docs/concepts/overview/kubernetes-api/) resource schemas.
343
+
Kubernetes supports declarative configuration.
344
+
In this style, all configuration is stored in manifests (YAML or JSON configuration files).
345
+
The manifests use the Kubernetes [API](/docs/concepts/overview/kubernetes-api/) resource schemas.
As an alternative to specifying application details in the deploy wizard, you can define your application in YAML or JSON files, and upload the files using Dashboard:
354
+
As an alternative to specifying application details in the deploy wizard,
355
+
you can define your application one or more manifests, and upload the files using Dashboard.
For cluster and namespace administrators, Dashboard lists Nodes, Namespaces and Persistent Volumes and has detail views for them. Node list view contains CPU and memory usage metrics aggregated across all Nodes. The details view shows the metrics for a Node, its specification, status, allocated resources, events and pods running on the node.
387
+
For cluster and namespace administrators, Dashboard lists Nodes, Namespaces and PersistentVolumes and has detail views for them.
388
+
Node list view contains CPU and memory usage metrics aggregated across all Nodes.
389
+
The details view shows the metrics for a Node, its specification, status,
390
+
allocated resources, events and pods running on the node.
379
391
-->
380
392
#### 管理概述
381
393
@@ -385,22 +397,31 @@ For cluster and namespace administrators, Dashboard lists Nodes, Namespaces and
385
397
386
398
<!--
387
399
#### Workloads
388
-
Shows all applications running in the selected namespace. The view lists applications by workload kind (e.g., Deployments, Replica Sets, Stateful Sets, etc.) and each workload kind can be viewed separately. The lists summarize actionable information about the workloads, such as the number of ready pods for a Replica Set or current memory usage for a Pod.
400
+
401
+
Shows all applications running in the selected namespace.
402
+
The view lists applications by workload kind (e.g., Deployments, ReplicaSets, Stateful Sets, etc.).
403
+
Each workload kind can be viewed separately.
404
+
The lists summarize actionable information about the workloads,
405
+
such as the number of ready pods for a ReplicaSet or current memory usage for a Pod.
列表总结了关于负载的可执行信息,比如一个 ReplicaSet 的准备状态的 Pod 数量,或者目前一个 Pod 的内存使用量。
411
+
列表总结了关于负载的可执行信息,比如一个 ReplicaSet 的就绪状态的 Pod 数量,或者目前一个 Pod 的内存用量。
395
412
396
413
<!--
397
-
Detail views for workloads show status and specification information and surface relationships between objects. For example, Pods that Replica Set is controlling or New Replica Sets and Horizontal Pod Autoscalers for Deployments.
414
+
Detail views for workloads show status and specification information and
415
+
surface relationships between objects.
416
+
For example, Pods that Replica Set is controlling or New ReplicaSets and HorizontalPodAutoscalers for Deployments.
398
417
-->
399
418
工作负载的详情视图展示了对象的状态、详细信息和相互关系。
400
-
例如,ReplicaSet 所控制的 Pod,或者 Deployment 关联的 新 ReplicaSet 和 Pod 水平扩展控制器。
Shows Kubernetes resources that allow for exposing services to external world and discovering them within a cluster. For that reason, Service and Ingress views show Pods targeted by them, internal endpoints for cluster connections and external endpoints for external users.
405
426
-->
406
427
#### 服务
@@ -411,7 +432,7 @@ Shows Kubernetes resources that allow for exposing services to external world an
411
432
<!--
412
433
#### Storage
413
434
414
-
Storage view shows Persistent Volume Claim resources which are used by applications for storing data.
435
+
Storage view shows PersistentVolumeClaim resources which are used by applications for storing data.
415
436
-->
416
437
#### 存储
417
438
@@ -425,7 +446,7 @@ Shows all Kubernetes resources that are used for live configuration of applicati
425
446
#### ConfigMap 和 Secret
426
447
427
448
展示的所有 Kubernetes 资源是在集群中运行的应用程序的实时配置。
428
-
通过这个视图可以编辑和管理配置对象,并显示那些默认隐藏的 secret。
449
+
通过这个视图可以编辑和管理配置对象,并显示那些默认隐藏的 Secret。
429
450
430
451
<!--
431
452
#### Logs viewer
@@ -434,7 +455,8 @@ Pod lists and detail pages link to logs viewer that is built into Dashboard. The
434
455
-->
435
456
#### 日志查看器
436
457
437
-
Pod 列表和详细信息页面可以链接到 Dashboard 内置的日志查看器。查看器可以钻取属于同一个 Pod 的不同容器的日志。
0 commit comments