Add weighs and move files under Tasks > Access App. (#8625)

This commit is contained in:
Steve Perry
2018-05-19 20:40:51 -07:00
committed by k8s-ci-robot
parent cbc950b6b2
commit 9c94281570
13 changed files with 19 additions and 1 deletions
@@ -1,5 +1,5 @@
---
title: "Access Applications in a Cluster"
weight: 70
weight: 60
---
@@ -1,5 +1,6 @@
---
title: Accessing Clusters
weight: 20
---
{{< toc >}}
@@ -1,6 +1,7 @@
---
title: Communicate Between Containers in the Same Pod Using a Shared Volume
content_template: templates/task
weight: 110
---
{{% capture overview %}}
@@ -1,6 +1,7 @@
---
title: Configure Access to Multiple Clusters
content_template: templates/task
weight: 30
---
@@ -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
@@ -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)
@@ -1,6 +1,7 @@
---
title: Connect a Front End to a Back End Using a Service
content_template: templates/tutorial
weight: 70
---
{{% capture overview %}}
@@ -1,6 +1,7 @@
---
title: Create an External Load Balancer
content_template: templates/task
weight: 80
---
@@ -1,6 +1,7 @@
---
title: List All Container Images Running in a Cluster
content_template: templates/task
weight: 100
---
{{% capture overview %}}
@@ -1,6 +1,7 @@
---
title: Provide Load-Balanced Access to an Application in a Cluster
content_template: templates/tutorial
weight: 50
---
{{% capture overview %}}
@@ -1,6 +1,7 @@
---
title: Use Port Forwarding to Access Applications in a Cluster
content_template: templates/task
weight: 40
---
{{% capture overview %}}
@@ -1,6 +1,7 @@
---
title: Use a Service to Access an Application in a Cluster
content_template: templates/tutorial
weight: 60
---
{{% capture overview %}}
@@ -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.