From f3c58af412686108e66af259484abeae9637199b Mon Sep 17 00:00:00 2001 From: Dan Costello Date: Thu, 5 Jun 2025 13:40:07 -0700 Subject: [PATCH] Update deployment options --- content/docs/guides/(deployment)/deployment-options.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/content/docs/guides/(deployment)/deployment-options.mdx b/content/docs/guides/(deployment)/deployment-options.mdx index a3ff805..db43293 100644 --- a/content/docs/guides/(deployment)/deployment-options.mdx +++ b/content/docs/guides/(deployment)/deployment-options.mdx @@ -13,7 +13,6 @@ UserClouds offers four deployment models to suit different needs and environment - **SaaS Deployment**: Use UserClouds in a pure SaaS environment with minimal infrastructure configuration. Perfect for companies that prefer a fully managed service with minimal overhead for configuration and maintenance. - **[VPC Peering Deployment](/docs/guides/set-up-guides/vpc-peering-set-up-guide)**: Set up UserClouds without exposing services to the internet. Best for organizations with high network security needs, who do not want to handle the complexity of running on-prem. -- **[Docker Deployment](/docs/guides/set-up-guides/docker-set-up-guide)**: Deploy UserClouds using Docker for quick and easy setup. Note: because this configuration provides no monitoring, automatic restarts, failover, etc, this configuration is intended ONLY for development, test, and CI environments. Do not use this configuration for production - otherwise outages and data loss may result. - **[On-Premise K8s Deployment](/docs/guides/set-up-guides/eks-set-up-guide)**: Deploy UserClouds on your Kubernetes cluster for a fully managed, scalable solution. Suitable for large enterprises with existing Kubernetes infrastructure looking for a scalable and robust deployment option. ## Managing Configuration with ucconfig and Terraform