- _Kubernetes action_: Generate and view configuration for a Kubernetes pod.
- _Kubernetes action_: Deploy a pod to a Kubernetes cluster.
- Restart your pod.
## Managing images
Perform any of the following actions after navigating to the component page:

1. Search an image using the search box.
2. Create a container from the image using the **Run** icon.
3. Delete an image using the **Delete** icon.
:::note
- You cannot delete an image if it is being used in any containers. In such cases, you must delete the container and then delete the image.
- By selecting multiple images, you can delete or save them in a single step.
:::
4. Use the overflow menu to:
- Push an image to a configured registry.
- Edit the image name and tag.
- View history to check the commands that created each layer of the image.
- Save an image to your local machine.
- Push an image to a cluster, such as a Kind or Developer Sandbox cluster.
5. Access other useful actions:
- Use the **Prune** button to remove all unused images from the Podman engine.
- Load images from a tar archive on your local machine.
- Import images from your local machine into the Podman Desktop application.
- Pull an image from a configured registry.
- Build an image from a container or docker file.
## Managing volumes
Perform any of the following actions after navigating to the component page:

1. Search a volume using the search box.
2. Use the **Delete** icon to delete a volume. You can also select multiple volumes and delete them in one step by using the delete button on the page.
:::note
- You cannot delete a volume if it is being used in any containers. In such cases, you must delete the container and then delete the volume.
- By selecting multiple volumes, you can delete them in a single step.
:::
3. Click the name of the volume to view its summary.
4. Access other useful actions:
- Use the **Prune** button to remove unused volumes from the Podman engine.
- Click **Gather volume sizes** to determine the size used for volumes.
- Click the **Create** button to create a volume.
## Managing Kubernetes objects
Perform any of the following actions after navigating to the component page:

1. Search for objects using the search box.
2. Delete an object using the **Delete** icon.
3. Create an object using the **Apply YAML** button.
4. Click the name of the object to:
- View its summary
- View its Kubernetes configuration
- Edit its Kubernetes configuration and apply those changes to your cluster.
## Managing other resources
You can manage other resources, such as your Podman machine, cluster, or CLI tools using the Podman Desktop Settings.
**_Managing your Podman machine_**
On the **Settings > Resources** page, perform any of the following actions:

1. Create a new Podman machine.
2. Set up Podman machine preferences.
3. Access other useful actions to start, restart, stop, edit, or delete a Podman machine.
**_Managing your cluster_**
On the **Settings > Resources** page, perform any of the following actions:

1. Create a new cluster.
2. Access other useful actions to start, restart, stop, or delete a cluster.