Skip to content

Kyma Dashboard Command Palette ​

With the Kyma dashboard command palette feature, you can easily navigate through all your dashboard resources, such as workloads, deployments, and more. You can perform actions such as listing or accessing your namespaces, or preferences, or uploading YAML files.

Features ​

You can use the command palette to perform the following actions:

  • To access the command palette, press cmd+k on your keyboard or choose Quick Navigation.

    Quick navigation

  • To see all navigation options and the resources' aliases, enter the question mark sign (?). For example, if you want to see your namespaces, it's enough to type ns.

    Namespaces in navigation

  • To see the history of your resources, use the up or down arrow.

  • To see the list of all resources available in the given namespace, enter the resource name and press the tab key.

    Listing all resources

  • Switch contexts between your resources. For example, if you're viewing your available Pods in the default namespace, and you want to check the Pods in a different one, type ns/{NAME_OF_YOUR_NAMESPACE} and choose the Switch Context option. It takes you to the list of Pods in the selected namespace.

    Switch context