Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.1 KB

get-started.md

File metadata and controls

25 lines (18 loc) · 1.1 KB

Running Nx Cloud on Prem

Nx Cloud can be deployed to your cloud, which gives you full control of your data, with no external API calls.

You can learn more about it at nx.app/enterprise.

Nx Cloud can be deployed in two ways:

  • Using Kubernetes (several containers working together)
  • Using a single standalone container (NOT RECOMMENDED)

The flags and the capabilities are the same between the two, but the Kubernetes setup is more robust and better documented.

Resources