Skip to content

Commit

Permalink
Added note about using k8s locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Yshayy authored Jul 5, 2023
1 parent 868e496 commit 52403d0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,14 @@ You can read more about the story and philosophy behind Preevy [here](https://pr

To start using the Preevy CLI you will need:

- Docker for desktop/Docker cli
- Node 18
- A Docker-Compose application (examples can be found [here](https://github.com/docker/awesome-compose))
- A cloud provider for provisioning VMs (AWS/GCP/Azure), or a Kubernetes cluster (local, remote or managed).
- A cloud provider for provisioning VMs (AWS/GCP/Azure), or a Kubernetes cluster (local, remote or managed)

If you don't have an existing cloud account or prefer to try Preevy first locally, you can use the embeded Kuberentes inside Docker for Desktop at:
Docker Settings -> Kuberentes -> [x] Enable Kubernetes.
Afterwards just follow the instructions for Kuberentes driver.

*For provisioning a VM*, configure your provider:
- In AWS, it could be by using `aws configure`
Expand Down

0 comments on commit 52403d0

Please sign in to comment.