docs(nx-cloud): improve nx enterprise on-prem page (#20490)

This commit is contained in:
Juri Strumpflohner 2023-11-30 21:31:00 +01:00 committed by GitHub
parent aba1802570
commit 5a47eaf684
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 21 additions and 28 deletions

View File

@ -152,7 +152,7 @@
"id": "on-premise",
"name": "Set up Nx Cloud On-Premise",
"description": "Set up Nx Cloud on machines that you control",
"file": "nx-cloud/private/get-started",
"file": "nx-cloud/private/nx-enterprise-on-prem",
"itemList": [],
"isExternal": false,
"path": "/ci/features/on-premise",
@ -207,7 +207,7 @@
"id": "on-premise",
"name": "Set up Nx Cloud On-Premise",
"description": "Set up Nx Cloud on machines that you control",
"file": "nx-cloud/private/get-started",
"file": "nx-cloud/private/nx-enterprise-on-prem",
"itemList": [],
"isExternal": false,
"path": "/ci/features/on-premise",

View File

@ -1159,7 +1159,7 @@
"on-premise": [
{
"description": "Set up Nx Cloud on machines that you control",
"file": "nx-cloud/private/get-started",
"file": "nx-cloud/private/nx-enterprise-on-prem",
"id": "on-premise",
"name": "Set up Nx Cloud On-Premise",
"path": "/ci/features/on-premise"

View File

@ -1687,7 +1687,7 @@
"description": "Set up Nx Cloud on machines that you control",
"id": "on-premise",
"tags": ["on-premise"],
"file": "nx-cloud/private/get-started"
"file": "nx-cloud/private/nx-enterprise-on-prem"
},
{
"name": "Nx Cloud Workflows",

View File

@ -1,28 +1,27 @@
# Running Nx Cloud Enterprise
We offer multiple ways of running NxCloud for our Enterprise customers. The below options are listed in recommended order, from easiest to most complex in
terms of set-up and maintenance for your team. Please carefully consider your organization's requirements and level of infrastructure expertise before deciding on
a deployment option.
We offer multiple ways of running NxCloud for our Enterprise customers. The below options are listed in recommended order, from easiest to most complex in terms of set-up and maintenance for your team. Please carefully consider your organization's requirements and level of infrastructure expertise before deciding on a deployment option.
Also, please make sure to [get in touch with us first](https://nx.app/enterprise?utm_source=nx.dev) so we can start creating an Enterprise package
that best fits your needs, and discuss any questions you might have!
{% call-to-action title="Get in Touch" icon="nxcloud" description="Get the package that best fits your needs" url="https://nx.app/enterprise?utm_source=nx.dev" /%}
## Clusters managed by us
## Managed Setup
### Multi-tenant
The quickest way and easiest way to get up and running with NxCloud is using one of our existing secure, multi-tenant managed clusters:
The quickest and easiest way to start using NxCloud is by utilizing our pre-existing secure, multi-tenant managed clusters:
- https://nx.app/
- Or, if you'd like all of your data to be hosted in Europe, you can use https://eu.nx.app/
- [https://nx.app/](https://nx.app/)
- [https://eu.nx.app/](https://eu.nx.app/) if you have special restrictions and your data needs to be hosted in Europe.
You get the same level of security, dedicated support, SSO/SAML auth options and predictable seat-based pricing as all our other hosting options, but you won't have
to manage the instance yourself.
You get the **same level of security**, **dedicated support**, **SSO/SAML auth** options and **predictable seat-based pricing** as all our other hosting options. But you won't have to manage the instance yourself.
We also offer an uptime SLA guarantee of 99.98% for our Enterprise customers, SOC certificates on request, and we're happy to meet with your security teams if they
have questions, or fill in security questionnaires. We also maintain a [Status Page here](https://status.nx.app/).
We also offer an uptime SLA guarantee of 99.98% for our Enterprise customers, SOC certificates on request, and we're happy to meet with your security teams if they have questions, or fill in security questionnaires. We also maintain a [Status Page here](https://status.nx.app/).
To start with this option, it's as easy as running `npx nx connect` in your Nx workspace!
To start with this option, it's as easy as running
```shell
npx nx connect
```
### Single-tenant instance
@ -43,13 +42,13 @@ Once you let us know you'd like this option, depending on the agreed requirement
## On-prem, managed by your organization
#### Self-contained VM
### Self-contained VM
If you would like to host NxCloud yourself, within your organization's infrastructure, the easiest way to set it up is as a self-contained VM.
Refer to our ["Self-contained VM" guide](/ci/recipes/on-premise/ami-setup) for instructions on running NxCloud on Amazon EC2.
#### Multi-node setup with Kubernetes
### Multi-node setup with Kubernetes
The options above remove most of the maintenance burden required on your part, so we strongly recommend them! They also don't require too much infrastructure expertise.
@ -57,11 +56,5 @@ We do offer, however, a multi-node Kubernetes setup, that is deployed via Helm.
## Resources
- [GitHub PR Integration](/ci/recipes/source-control-integration/github)
- [Auth (Basic)](/ci/recipes/on-premise/auth-single-admin)
- [GitHub Auth](/ci/recipes/on-premise/auth-github)
- [GitLab Auth](/ci/recipes/on-premise/auth-gitlab)
- [BitBucket Auth](/ci/recipes/on-premise/auth-bitbucket)
- [SAML Auth](/ci/recipes/on-premise/auth-saml)
- [SAML Auth Managed Cloud](/ci/recipes/on-premise/auth-saml-managed)
- [Advanced Configuration](/ci/recipes/on-premise/advanced-config)
- [Integration with your source control provider](/ci/recipes/source-control-integration)
- [On-Prem specific features](/ci/recipes/on-premise/auth-single-admin)