Web Kubectl
KubeSphere provides web kubectl on the console for user convenience. By default, in the current version, only the account granted the role (such as the default account admin
) has the permission to use web kubectl for cluster resource operation and management.
Use Web Kubectl
- Log in KubeSphere with an account granted the
platform-admin
role, hover over the Toolbox in the lower right corner and select Kubectl.
- Enter kubectl commands in the command-line tool to query and manage Kubernetes cluster resources. For example, execute the following command to query the status of all PVCs in the cluster.
- Use the following syntax to run kubectl commands from your terminal window:
kubectl [command] [TYPE] [NAME] [flags]
- If you need help, run
kubectl help
from the terminal window or refer to the .