From f68ca037a8f291dff191d7b4905c295dad9fd679 Mon Sep 17 00:00:00 2001 From: Mark Bishop Date: Wed, 18 Jul 2018 18:39:03 -0700 Subject: [PATCH] adding skeleton --- .../v2.x/en/kubernetes-in-rancher/_index.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/content/rancher/v2.x/en/kubernetes-in-rancher/_index.md b/content/rancher/v2.x/en/kubernetes-in-rancher/_index.md index 7c86eae8388..812e75542b3 100644 --- a/content/rancher/v2.x/en/kubernetes-in-rancher/_index.md +++ b/content/rancher/v2.x/en/kubernetes-in-rancher/_index.md @@ -7,6 +7,36 @@ aliases: - /rancher/v2.x/en/concepts/resources/ --- +After you provision a Kubernetes (K8s) cluster in Rancher, you can begin using powerful K8s features from the Rancher UI to manage the cluster, allowing you to deploy and scale your containerized applications in development, testing, or production environments. + +## Advanced Cluster Interaction + +## Node Management + +## Projects and Namespaces + +Rancher extends the application of the Kubernetes namespace resources listed above to [projects]({{< baseurl >}}/rancher/v2.x/en/kubernetes-in-rancher/projects-namespaces/), which are Rancher-specific constructs. In the hierarchy of Rancher objects, projects contain namespaces. Therefore, any resources available within a project are available for all namespaces within that project. + + +## Workloads + +## Load Balancing and Ingress + +## Service Discovery + +## Volumes and Storage + +## Kubernetes Resources + +## Cluster Resources + + - node management + - storage + - load balancing + - service discovery + - volumes + + Within the context of a Rancher project or namespace, _resources_ are files and data that support operation of your pods. Within this scope, resources include: