Overview
Console
The Console is the web UI of the platform and offers access to all integrated apps and self-service features. The Console has a topbar showing a Team selector. The Team selector allows you to switch between different Teams (if you are a member of different Teams).
The Team view in the Console gives access to 2 sections:
Self-service section:
- Dashboard: An overview of Team Pod status, resource utilization and vulnerabilities.
- Apps: All the apps available to the Team.
- Catalog: The Helm charts available for the Team in the Catalog.
- Projects: A self-service form to create Projects.
- Builds: A self-service form to create Builds.
- Sealed Secrets: A self-service form to create Sealed Secrets.
- Workloads: A self-service form to create Workloads.
- Network Policies: A self-service form to create Network Policies.
- Services: A self-service form to create Services.
- Security Policies: A list of all Security Policies applicable to the Team.
- Settings: Specific Team configuration options.
Access Section:
- Shell: Access to the cloud Shell within the context of the Team.
- A "Download KUBECFG" link to download a KUBECONFIG file that gives access to the namespace of the team selected. Admins can download one with
cluster-admin
permissions (giving access to all namespaces) by setting the team selector to '-'. You can use it likeexport KUBECONFIG=$file_location
or by merging it with another KUBECONFIG file like.kube/config
. Please visit the official Kubernetes documentation about managing kube contexts. - When Harbor is enabled, a link to download the Dockercfg file.
- When automatic generated CA or Let's Encrypt staging certificates are used, a "Download CA" link is provided.