Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ritawatson committed Oct 18, 2023
1 parent 40f8d40 commit 6c765b6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/docs-content/getting-started/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sidebar_position: 10
tags: ["getting-started"]
---

This section is a tour of Palette's two main dashboards: the **Project** dashboard and the **Tenant Admin** dashboard. The **Project** dashboard is for non-admin users to perform operations related to setting up Kubernetes clusters, creating cluster profiles, creating cloud accounts, and deploying clusters. The **Tenant Admin** dashboard is used to perform administrative tasks such as setting up Single Sign On (SSO), creating users and teams, setting up Role-Based Access Control (RBAC), and setting up additional package registries.
This section is a tour of Palette's two main dashboards - the **Project** dashboard and the **Tenant Admin** dashboard. The **Project** dashboard is for non-admin users to perform operations related to setting up Kubernetes clusters, creating cluster profiles, creating cloud accounts, and deploying clusters. The **Tenant Admin** dashboard is used to perform administrative tasks such as setting up Single Sign On (SSO), creating users and teams, setting up Role-Based Access Control (RBAC), and setting up additional package registries.

The **Tenant Admin** dashboard is only available to users who have the Tenant Admin role. Tenant admin users can toggle between the **Project** dashboard and **Tenant Admin** dashboard. Users without the tenant admin role can only view the **Project** dashboard.

Expand All @@ -23,17 +23,17 @@ The **Project** dashboard shows available views for non-admin users. Numbered it

1. Projects are used to organize the cluster resources within a logical group. Use the **drop-down Menu** to shift between projects.

2. The left **Main Menu** contains the [Project Overview](../projects.md) of the resource and cost consumption of the selected project.
2. The [Project Overview](../projects.md) shows the resource and cost consumption of the selected project.

3. [Cluster profiles](../profiles/cluster-profiles/cluster-profiles.md) are instantiated templates that are created with pre-configured layers needed for cluster deployments.

4. The **Main Menu** also contains options for Kubernetes [clusters](../clusters/clusters.md) in Palette, which are instantiated from cluster profiles.
4. Kubernetes [clusters](../clusters/clusters.md) in Palette are instantiated from cluster profiles.

5. [Cluster groups](../clusters/cluster-groups/cluster-groups.md) are a collection of one or more host clusters that together form a computing platform for users to deploy Palette Virtual Clusters. Downstream consumers can use the cluster group when using Palette in [App Mode](../introduction/palette-modes.md#what-is-app-mode).

6. [Workspaces](../workspace/workspace.md) enable the coupling of relevant namespaces across multiple clusters to manage access, obtain cost, and workload visibility by applications or teams.

7. [Audit logs](../audit-logs/audit-logs.md) display the log of activities within a certain timeframe.
7. [Audit logs](../audit-logs/audit-logs.md) display the log of activities within a certain time frame.

8. **Project Settings** allow users to configure settings for cloud accounts, backup locations, and alerts. It also allows users to upload SSH keys. Keys can be recalled when deploying a cluster. Platform settings are also available for controlling auto upgrades and auto remediation of unhealthy nodes in Palette-provisioned clusters.

Expand All @@ -48,19 +48,19 @@ The **Tenant Admin** dashboard shows available views for tenant administrators.

1. Tenant admins use the **drop-down Menu** to switch to the **Tenant Admin** dashboard.

2. The **Tenant Admin** dashboard contains a **Projects** menu option, which the **Project** dashboard does not have. The **Projects** button allows tenant admins to create, modify, and delete projects.
2. The **Tenant Admin** dashboard contains a **Projects** menu option, which the **Project** dashboard does not have. The **Projects** menu option allows tenant admins to create, modify, and delete projects.

3. The **Cluster Profiles** button allows tenant admins to create and manage global cluster profiles that can be used for cluster creation across all projects within a tenant.
3. The **Cluster Profiles** menu option allows tenant admins to create and manage global cluster profiles that can be used for cluster creation across all projects within a tenant.

4. Clusters created under the tenant admin scope are not visible under the project scope.

5. [Cluster groups](../clusters/cluster-groups/cluster-groups.md) are a collection of one or more host clusters that together form a computing platform for deploying Palette virtual clusters.
5. [Cluster groups](../clusters/cluster-groups/cluster-groups.md) are a collection of one or more host clusters that together form a computing platform for deploying virtual clusters.

6. Tenant admins can assign [Roles and Permissions](../user-management/user-management.md#rbac).

7. Tenant admins create [Users and Teams](../user-management/user-management.md).
7. Tenant admins can create [Users and Teams](../user-management/user-management.md#multi-organization-support-for-users).

8. [Audit logs](../audit-logs/audit-logs.md) in the **Tenant Admin** dashboard allow tracking user interaction with application resources for all projects and users. For admin users, the **Audit Log** button is visible for each project to view the logs of the resources specific to the project.

9. **Tenant Settings** give tenant admins access to the [pack registries](../registries-and-packs/registries-and-packs.md), [private cloud gateways](../glossary-all.md/#private-cloud-gateway), and [SAML SSO](../user-management/saml-sso/saml-sso.md) configurations.
9. **Tenant Settings** give tenant admins access to the [pack registries](../registries-and-packs/registries-and-packs.md), [private cloud gateways](../glossary-all.md/#private-cloud-gateway), and [SAML and SSO](../user-management/saml-sso/saml-sso.md) setup.

0 comments on commit 6c765b6

Please sign in to comment.