adding skeleton

This commit is contained in:
Mark Bishop
2018-07-19 18:07:11 -07:00
parent ef322ffac7
commit f68ca037a8
@@ -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: