From 9c94281570cd6d077b9dece8a570446ee44bd258 Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Sat, 19 May 2018 20:40:51 -0700 Subject: [PATCH] Add weighs and move files under Tasks > Access App. (#8625) --- content/en/docs/tasks/access-application-cluster/_index.md | 2 +- .../tasks/access-application-cluster/access-cluster.md | 1 + .../communicate-containers-same-pod-shared-volume.md | 1 + .../configure-access-multiple-clusters.md | 1 + .../configure-cloud-provider-firewall.md | 1 + .../access-application-cluster/configure-dns-cluster.md | 7 +++++++ .../connecting-frontend-backend.md | 1 + .../create-external-load-balancer.md | 1 + .../list-all-running-container-images.md | 1 + .../load-balance-access-application-cluster.md | 1 + .../port-forward-access-application-cluster.md | 1 + .../service-access-application-cluster.md | 1 + .../tasks/access-application-cluster/web-ui-dashboard.md | 1 + 13 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 content/en/docs/tasks/access-application-cluster/configure-dns-cluster.md diff --git a/content/en/docs/tasks/access-application-cluster/_index.md b/content/en/docs/tasks/access-application-cluster/_index.md index 71e0cd9166..e829d22b29 100755 --- a/content/en/docs/tasks/access-application-cluster/_index.md +++ b/content/en/docs/tasks/access-application-cluster/_index.md @@ -1,5 +1,5 @@ --- title: "Access Applications in a Cluster" -weight: 70 +weight: 60 --- diff --git a/content/en/docs/tasks/access-application-cluster/access-cluster.md b/content/en/docs/tasks/access-application-cluster/access-cluster.md index cf6d28337a..0f6963f207 100644 --- a/content/en/docs/tasks/access-application-cluster/access-cluster.md +++ b/content/en/docs/tasks/access-application-cluster/access-cluster.md @@ -1,5 +1,6 @@ --- title: Accessing Clusters +weight: 20 --- {{< toc >}} diff --git a/content/en/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume.md b/content/en/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume.md index 5aa67fcf90..39d16711b0 100644 --- a/content/en/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume.md +++ b/content/en/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume.md @@ -1,6 +1,7 @@ --- title: Communicate Between Containers in the Same Pod Using a Shared Volume content_template: templates/task +weight: 110 --- {{% capture overview %}} diff --git a/content/en/docs/tasks/access-application-cluster/configure-access-multiple-clusters.md b/content/en/docs/tasks/access-application-cluster/configure-access-multiple-clusters.md index 1dee3ea3b1..41e873a1e8 100644 --- a/content/en/docs/tasks/access-application-cluster/configure-access-multiple-clusters.md +++ b/content/en/docs/tasks/access-application-cluster/configure-access-multiple-clusters.md @@ -1,6 +1,7 @@ --- title: Configure Access to Multiple Clusters content_template: templates/task +weight: 30 --- diff --git a/content/en/docs/tasks/access-application-cluster/configure-cloud-provider-firewall.md b/content/en/docs/tasks/access-application-cluster/configure-cloud-provider-firewall.md index 17e4635a77..eeae6bc0f4 100644 --- a/content/en/docs/tasks/access-application-cluster/configure-cloud-provider-firewall.md +++ b/content/en/docs/tasks/access-application-cluster/configure-cloud-provider-firewall.md @@ -3,6 +3,7 @@ reviewers: - bprashanth - davidopp title: Configure Your Cloud Provider's Firewalls +weight: 90 --- Many cloud providers (e.g. Google Compute Engine) define firewalls that help prevent inadvertent diff --git a/content/en/docs/tasks/access-application-cluster/configure-dns-cluster.md b/content/en/docs/tasks/access-application-cluster/configure-dns-cluster.md new file mode 100644 index 0000000000..37cf29bbff --- /dev/null +++ b/content/en/docs/tasks/access-application-cluster/configure-dns-cluster.md @@ -0,0 +1,7 @@ +--- +title: Configure DNS for a Cluster +weight: 120 +--- + +[Configure DNS for a Cluster](https://github.com/kubernetes/kubernetes/tree/release-1.5/examples/cluster-dns) + diff --git a/content/en/docs/tasks/access-application-cluster/connecting-frontend-backend.md b/content/en/docs/tasks/access-application-cluster/connecting-frontend-backend.md index 09f71a04c9..c877a14e02 100644 --- a/content/en/docs/tasks/access-application-cluster/connecting-frontend-backend.md +++ b/content/en/docs/tasks/access-application-cluster/connecting-frontend-backend.md @@ -1,6 +1,7 @@ --- title: Connect a Front End to a Back End Using a Service content_template: templates/tutorial +weight: 70 --- {{% capture overview %}} diff --git a/content/en/docs/tasks/access-application-cluster/create-external-load-balancer.md b/content/en/docs/tasks/access-application-cluster/create-external-load-balancer.md index a2c1fe8417..709298005f 100644 --- a/content/en/docs/tasks/access-application-cluster/create-external-load-balancer.md +++ b/content/en/docs/tasks/access-application-cluster/create-external-load-balancer.md @@ -1,6 +1,7 @@ --- title: Create an External Load Balancer content_template: templates/task +weight: 80 --- diff --git a/content/en/docs/tasks/access-application-cluster/list-all-running-container-images.md b/content/en/docs/tasks/access-application-cluster/list-all-running-container-images.md index cf01c855d3..f7b513d400 100644 --- a/content/en/docs/tasks/access-application-cluster/list-all-running-container-images.md +++ b/content/en/docs/tasks/access-application-cluster/list-all-running-container-images.md @@ -1,6 +1,7 @@ --- title: List All Container Images Running in a Cluster content_template: templates/task +weight: 100 --- {{% capture overview %}} diff --git a/content/en/docs/tasks/access-application-cluster/load-balance-access-application-cluster.md b/content/en/docs/tasks/access-application-cluster/load-balance-access-application-cluster.md index 8af41dc6a8..ad3f36909d 100644 --- a/content/en/docs/tasks/access-application-cluster/load-balance-access-application-cluster.md +++ b/content/en/docs/tasks/access-application-cluster/load-balance-access-application-cluster.md @@ -1,6 +1,7 @@ --- title: Provide Load-Balanced Access to an Application in a Cluster content_template: templates/tutorial +weight: 50 --- {{% capture overview %}} diff --git a/content/en/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md b/content/en/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md index ed850039f8..707f6065a6 100644 --- a/content/en/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md +++ b/content/en/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md @@ -1,6 +1,7 @@ --- title: Use Port Forwarding to Access Applications in a Cluster content_template: templates/task +weight: 40 --- {{% capture overview %}} diff --git a/content/en/docs/tasks/access-application-cluster/service-access-application-cluster.md b/content/en/docs/tasks/access-application-cluster/service-access-application-cluster.md index 6549e7c5d7..8ed6b00027 100644 --- a/content/en/docs/tasks/access-application-cluster/service-access-application-cluster.md +++ b/content/en/docs/tasks/access-application-cluster/service-access-application-cluster.md @@ -1,6 +1,7 @@ --- title: Use a Service to Access an Application in a Cluster content_template: templates/tutorial +weight: 60 --- {{% capture overview %}} diff --git a/content/en/docs/tasks/access-application-cluster/web-ui-dashboard.md b/content/en/docs/tasks/access-application-cluster/web-ui-dashboard.md index 86fbe8f620..c60ceaf04f 100644 --- a/content/en/docs/tasks/access-application-cluster/web-ui-dashboard.md +++ b/content/en/docs/tasks/access-application-cluster/web-ui-dashboard.md @@ -4,6 +4,7 @@ reviewers: - mikedanese - rf232 title: Web UI (Dashboard) +weight: 10 --- Dashboard is a web-based Kubernetes user interface. You can use Dashboard to deploy containerized applications to a Kubernetes cluster, troubleshoot your containerized application, and manage the cluster itself along with its attendant resources. You can use Dashboard to get an overview of applications running on your cluster, as well as for creating or modifying individual Kubernetes resources (such as Deployments, Jobs, DaemonSets, etc). For example, you can scale a Deployment, initiate a rolling update, restart a pod or deploy new applications using a deploy wizard.