For SaaS vendors supporting enterprise customers, private deployments—also known as BYOC (Bring Your Own Cloud)—are increasingly common. Enterprises often require applications to be deployed within their own cloud environments for data residency, compliance, or security reasons. LocalOps makes it simple to offer private SaaS deployments without reinventing your internal DevOps processes for each customer.Documentation Index
Fetch the complete documentation index at: https://docs.localops.co/llms.txt
Use this file to discover all available pages before exploring further.
What Is a BYOC Deployment?
In a BYOC model, your application is installed inside the customer’s own AWS, GCP, or Azure account. You provide the software, but the infrastructure is owned and controlled by the customer. This approach is typically used to meet requirements such as:- Customer data must remain within their account
- Isolation from other tenants for compliance
- No shared infrastructure with other customers
- Support for air-gapped or private-network environments
How LocalOps Helps
LocalOps provides an out-of-the-box solution for provisioning, deploying, and managing your SaaS product inside customer cloud accounts:- Standardized environments: Define your infrastructure once (networking, compute, storage, IAM policies) and reuse it across customers.
- Security best practices: Each environment is provisioned with hardened defaults, reducing the risk of misconfigurations.
- GitOps-compatible: Your application can be deployed and updated through version-controlled workflows, ensuring consistency and auditability.
- Region-aware provisioning: Deploy to the customer’s region of choice while maintaining your base configuration and policies.
- Auto-healing and scaling: Private environments benefit from the same self-managing capabilities as centralized environments.
- Full-stack observability: Every customer environment comes with built-in monitoring, logging, and alerting—giving you complete visibility into deployments running in their cloud.
Common Use Cases
- Enterprise customers requesting in-account installations for privacy or regulatory reasons
- AI/ML workloads where customers want control over GPU usage or data locality
- Healthcare or finance verticals requiring strict compliance boundaries
Outcome
Using LocalOps for BYOC allows you to serve high-value enterprise customers without increasing your DevOps burden. You can deliver your SaaS as-a-service—running in their environment—while still maintaining control over the deployment and upgrade process. This helps reduce sales friction, meet compliance needs, and expand into regulated industries without a full rewrite of your infrastructure tooling.Overall steps to offer BYOC deployments
- Sign up for LocalOps account
- Have the end customer connect their cloud account to LocalOps
- Spin up a new environment in the customer’s cloud
- Deploy services into the customer’s environment
- Set up a continuous deployment pipeline
- Repeat steps 2–5 for each new customer
Sign up
Sign up for LocalOps at https://console.localops.co/signupConnect the customer’s cloud account
The end customer needs to connect their own AWS, GCP, or Azure account to LocalOps. This grants LocalOps the permissions needed to provision infrastructure on their behalf, within their account. Refer to Connect cloud account guideSpin up a new environment
Once the customer’s cloud account is connected, spin up a new environment inside it. This provisions the networking (VPC), compute cluster, and supporting infrastructure required to run your services. To spin up a new environment, refer to this guide - create environmentDeploy services
For each service in your product, create a new service in the customer’s environment and link it to the relevant GitHub repo and branch.- To create a new service, refer to Create service guide
- To make deployments on the service, refer to Deploy service guide
- Repeat steps 1 and 2 for each service in your app—API, workers, frontend, etc.