跳到主要内容

Web Shell

The Cloud ZCP platform provides a built-in web shell feature, which allows users to access the Kubernetes CLI directly through the web console. This feature is particularly useful for users who need to interact with Kubernetes clusters but do not want to set up their local environment or use external tools.

To access the web shell, follow these steps:

  1. In the top-right corner of the Cloud ZCP console, you will see a computer icon. This icon represents the web shell feature:

Clicking this icon will open the web shell functionality directly within your browser.

  1. Once the computer icon is clicked, a terminal-like CLI window will appear at the bottom of the screen:

This window allows you to interact with your Kubernetes environment using the command-line interface (CLI).

The commands you run in the web shell are executed based on the Kubernetes permissions granted to your user account. This means that you will only have access to Kubernetes resources and actions that you are authorized to perform.