The Team view in the App Platform Console is the main access point for most users, providing them access to all tools and settings needed to deploy and maintain their applications. While in the Team view, the following links appear in the main menu of the App Platform Console:

  • Dashboard: An overview of Team Pod status, resource utilization and vulnerabilities.
  • Apps: All installed apps that are available to the team. This section is not visible when the admin team is selected in the top bar.
  • Catalog: The Helm charts available for the Team in the Catalog.
  • Code Repositories: A self-service form to register code repositories to App Platform and use them to create Container Images.
  • Container Images: A self-service form to create container images from registered Code Repositories.
  • 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 to publicly expose deployed Workloads.
  • Security Policies: A list of Security Policies applicable to the Team.
  • User Management: A self-service form for Team administrators to add users to the Team. This section is not visible when the admin team is selected in the top bar.
  • Settings: Specific Team configuration options. This section is not visible when the admin team is selected in the top bar.
  • 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 like export 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.