Skip to content

Commit

Permalink
docs: add K8S to "What" section of README
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Razon committed Nov 28, 2023
1 parent 01e8e1b commit e9f1ace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ Visit The full documentation here: https://preevy.dev/

Preevy can take any Docker-Compose application definition and with a single `up` command perform the following:

- Provision and configure a new virtual machine (VM) on your cloud.
- Build and deploy your application on the VM.
- Provision and configure a virtual machine (VM) on your cloud, or a Pod on your Kubernetes cluster.
- Build and deploy your application on the VM/Pod.
- Expose each service of your application to the web with a user-friendly public HTTPS URL without any DNS/Certificate configuration.

These environments can be managed using the Preevy command-line interface (CLI) and can be easily updated or destroyed when necessary.
Expand Down

0 comments on commit e9f1ace

Please sign in to comment.