From e9f1ace04f39d563641ead1ad378fdb67910d001 Mon Sep 17 00:00:00 2001 From: Roy Razon Date: Tue, 28 Nov 2023 09:15:01 +0200 Subject: [PATCH] docs: add K8S to "What" section of README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eab8bc84..963e7908 100644 --- a/README.md +++ b/README.md @@ -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.