Skip to content

Commit

Permalink
Add FAQ section for current bazel/buck2 users
Browse files Browse the repository at this point in the history
  • Loading branch information
blakehatch committed Jul 21, 2024
1 parent d9922b3 commit 86a82c2
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/styles/config/vocabularies/TraceMachina/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ proto
quantiles
Config
Grafana
execution
4 changes: 4 additions & 0 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,10 @@ export default defineConfig({
label: "What is Remote Execution?",
link: "/faq/remote-execution",
},
{
label: "Why do I need this if I already have Bazel or Buck2?",
link: "/faq/why-nativelink",
},
{
label: "What is LRE?",
link: "/faq/lre",
Expand Down
29 changes: 29 additions & 0 deletions docs/src/content/docs/faq/why-nativelink.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: "Why do I need this if I already have Bazel or Buck2?"
description: "NativeLink Benefits for RBE build system users."
pagefind: true
---

NativeLink is a NativeLink a build cache and remote execution server
and provides the ability to connect to your Buck2 or Bazel client
setups through small additions to your `.buckconfig` or `.bazelrc`.

By integrating remote caching via the **free** hosted cloud,
you could save **+90%** on your compute resources and
improve your build times.

## Setup Options

- **[NativeLink Cloud](/nativelink-cloud/bazel/)**:
The hosted solution offers remote caching and execution services.
It's free to use and can drastically improve your build speeds while
reducing your compute costs.

- **[NativeLink On-Prem](/deployment-examples/on-prem-overview/)**:
This option enables you to deploy NativeLink within your own infrastructure,
providing full control over your data and the flexibility to tailor the setup
to your specific needs.

If you have any questions on unique compliance requirements
that require an on-prem setup, don't hesitate to reach out on the
[NativeLink Slack channel](https://community.nativelink.com).

0 comments on commit 86a82c2

Please sign in to comment.