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 3 menu sections:
Deploy section:
- Deploy Changes: Commit changes to the configuration repository
- Revert Changes: Revert your changes made in the Console
Self-service section:
- Apps: An overview of Team Pod status, resource utilization and vulnerabilities.
- Apps: All the apps available to the team on this platform.
- Catalog: The Helm charts available for the Team in the Catalog.
- Projects: A list of all Projects created by the team.
- Builds: A list of all Builds created by the team.
- Sealed Secrets: A list of all Sealed Secrets created by the Team.
- Workloads: A list of all Workloads created by the Team.
- Network Policies: A list of all Network Policies created by the team.
- Services: A list of all team services.
- Security Policies: A list of all Security Policies applicable to the Team.
- Settings: Specific Team configuration options.
- Shell: Access to the cloud Shell within the context of the Team.
Download links section:
- 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 an automatic generated CA or Let's Encrypt staging certificates are used, a "Download CA" link is provided.