Skip to content

Commit

Permalink
docs: Add initial FAQ page (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
konradasb authored Sep 11, 2024
1 parent 87db59a commit cc1651f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# Frequently Asked Questions

## How does Fireactions compare to other solutions?

Self hosted GitHub runners are a great way to run your CI/CD jobs on your own infrastructure. However, setting up and managing self-hosted runners can be a complex and time-consuming process. Fireactions aims to simplify this process by providing a lightweight and secure solution for orchestrating self-hosted GitHub runners.

Compared to [ARC(Actions Runner Controller)](https://github.com/actions/actions-runner-controller), ARC is a Kubernetes operator with primary use case of managing self-hosted GitHub runners in Kubernetes clusters, while Fireactions is a standalone application that can be run on any regular bare metal server or a VM that supports nested virtualization.

Kubernetes can be an overkill for most situations and managing a Kubernetes cluster can be complex and resource intensive task.

## Do I need to use a bare metal server or a VM to run Fireactions?

Fireactions can be run on any regular bare metal server or a VM that supports nested virtualization. Do note that running Fireactions on a VM might have performance implications, especially if you are running multiple concurrent jobs.

## Is there GPU support in Fireactions?

Currently, Fireactions **does not support GPU workloads**. However, we are considering on adding support in the future.

0 comments on commit cc1651f

Please sign in to comment.