You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ For an example of what this would look like, see the [inletsctl project README](
73
73
74
74
## What kind of machines do I need for the agent?
75
75
76
-
You'll need either: a bare-metal host (your own machine, Hetzner Dedicated, Equinix Metal, etc), or a VM that supports nested virtualisation such as those provided by OpenStack, GCP, DigitalOcean, Azure, or VMware.
76
+
You'll need either: a bare-metal host (your own machine, Hetzner Dedicated, etc), or a VM that supports nested virtualisation such as those provided by OpenStack, GCP, DigitalOcean, Azure, or VMware.
77
77
78
78
See also: [Provision a Server section](/provision-server)
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ We maintain a VM image that is updated regularly through an automated build, so
40
40
41
41
Just enable automated updates on your server then install the actuated agent. We'll do the rest including managing efficient allocation across your fleet of servers, and updating the CI image.
42
42
43
-
And actuated will run your jobs efficiently across a fleet of hosts, or a single machine. They each need to be either bare-metal hosts (think: AWS Metal / Graviton, Equinix Metal, etc), or support nested virtualization (a feature available on GCP and DigitalOcean)
43
+
And actuated will run your jobs efficiently across a fleet of hosts, or a single machine. They each need to be either bare-metal hosts (think: AWS Metal / Graviton, on-premises, etc), or support nested virtualization (a feature available on GCP and DigitalOcean)
Copy file name to clipboardExpand all lines: docs/provision-server.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,9 +41,6 @@ Servers on Hetnzer arrive with a "rescue" system, use it to install Ubuntu 22.04
41
41
42
42
### Intel/AMD
43
43
44
-
!!! info "1000 USD free credit for bare-metal"
45
-
[Equinix Metal](https://metal.equinix.com/) have partnered with us to offer 1000 USD of credit for new customers to use on actuated. This will cover your usage for one month using an AMD Epyc server. You can request the discount code after purchasing your actuated subscription.
46
-
47
44
Intel and AMD CPUs can be used interchangeable and are known as `amd64` or `x86_64`.
48
45
49
46
1. Bare-metal on the cloud (higher cost, convenient, high performance)
@@ -62,7 +59,6 @@ Intel and AMD CPUs can be used interchangeable and are known as `amd64` or `x86_
62
59
-[AWS](https://aws.amazon.com/) - untenable pricing for bare-metal servers
63
60
-[Berry Byte](https://berrybyte.net/dedicated/) - US region available
-[Hetzner](https://hetzner.com) - Region: Germany or Finland
@@ -77,8 +73,6 @@ Intel and AMD CPUs can be used interchangeable and are known as `amd64` or `x86_
77
73
78
74
> A note on Scaleway: [Having tested several of Scaleway bare-metal offerings](https://twitter.com/alexellisuk/status/1605866713815437312?s=20&t=JGh5fGZJWklLTCTVkTVElg), we do not recommend their current generation of bare-metal due to slow I/O and CPU speeds.
79
75
80
-
[Equinix Metal](https://deploy.equinix.com/) have partnered with us to offer 500 USD of credit for new customers to use on actuated. You'll get the discount code after signing up with us. We've tested their c3.small.x86 and c2.small.x86 machines, and they are very fast, with enterprise-grade networking and support included, with many different regions available.
81
-
82
76
Are you on a budget or looking to cut costs? Both [Ionos](https://ionos.co.uk) (UK) and [Hetzner](https://hetzner.com) (Germany) have excellent value, with NVMe storage very fast AMD CPUs available.
83
77
84
78
Hetzner have a minimum commitment of one month, and most of the time will also charge a one-time setup fee. We recommend their AX-Line with NVMe and ECC RAM - for instance the AX41-NVME, AX52, or AX102. The best machine on offer is the AX161 which also has a fast delivery time.
@@ -119,11 +113,9 @@ For [Fluent Bit](https://twitter.com/alexellisuk/status/1671455406097326080?s=20
119
113
120
114
Following on from that, you have the [a1.metal](https://aws.amazon.com/ec2/instance-types/a1/) instance on AWS with 16 cores and 30GB / RAM [for roughly 0.4 USD / hour](https://instances.vantage.sh/aws/ec2/a1.metal?region=us-east-1&os=linux&cost_duration=hourly&reserved_term=Standard.noUpfront), and roughly half that cost with a 1x year reservation. The a1.metal is the first generation of Graviton and in our testing with customers came up quite a bit slower than Ampere or Graviton 3. On the plus side, these machines are cheap and if you're already on AWS, it may be easier to start with. GP3 volumes or provisioned concurrency may increase performance over the default of GP2 volumes. Reach out to us for more information.
121
115
122
-
For responsive support, faster uplinks, API-provisioning, per-minute billing and enterprise-grade networking, take a look at the c3.large.arm64 (Ampere Altra) from [Equinix Metal](https://metal.equinix.com/). These machines come in at around 2.5 USD / hour, but are packed out with many cores and other benefits. You can usually provision these servers in the Washington DC and Dallas metros. Cloud Native Computing Foundation (CNCF) projects may be able to apply for free credits from Equinix Metal.
123
-
124
116
2. Arm for on-premises
125
117
126
-
For on-premises ARM64 builds, we recommend the Mac Mini M1 (2020) with 16GB RAM and 512GB storage with Asahi Linux. The M2 is unable to run Linux at this time.
118
+
For on-premises ARM64 builds, we recommend the Mac Mini M1 or M2 with Asahi Linux with 16GB of RAM or more, and 512GB of disk or more.
127
119
128
120
Ampere and their partners also offer 1U and 2U servers, along with and [desktop-form workstations](https://www.ipi.wiki/products/ampere-altra-developer-platform) which can be racked or installed in your office.
0 commit comments