Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,14 @@ Run Parca Agent (requires privileged mode) and access the Web UI on port 7071 (a

:::tip

To quickly try out the Parca and Parca Agent with Kubernetes, you create a [minikube](https://minikube.sigs.k8s.io/docs/) cluster with an actual virtual machine, e.g. Virtualbox:
To quickly try out the Parca and Parca Agent with Kubernetes, you create a [Colima](https://github.com/abiosoft/colima) cluster with Kubernetes:

```shell
minikube start --driver=virtualbox
# Homebrew
brew install colima

colima start --kubernetes
```
:::

1. Create the namespace (not strictly necessary but prevents a race with the next commands)
```
Expand Down