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/deployment/kubernetes.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Once you have a cluster, you can follow the detailed instructions on this page.
19
19
20
20
### Local clusters
21
21
22
-
*[k3s](https://k3s.io) - a light-weight Kubernetes distribution ideal for edge and development - compatible with Raspberry Pi & ARM64 (Packet, AWS Graviton)
22
+
*[k3s](https://k3s.io) - a light-weight Kubernetes distribution ideal for edge and development - compatible with Raspberry Pi & ARM64 (Equinix Metal, AWS Graviton, etc)
23
23
*[k3d](https://github.com/rancher/k3d) - makes k3s available on any computer where Docker is also running
24
24
*[microk8s](https://microk8s.io) - a Kubernetes distribution, specifically for Ubuntu users.
25
25
*[minikube](https://minikube.sigs.k8s.io) - a popular, but heavy-weight option that creates a Linux virtual machine your computer using VirtualBox or similar
@@ -222,7 +222,7 @@ faas-cli store deploy NAME
222
222
223
223
#### 64-bit ARM and AWS Graviton
224
224
225
-
For 64-bit ARM servers and devices such as ODroid-C2, Rock64, AWS Graviton and the servers provided by [Packet.net](https://packet.net/).
225
+
For 64-bit ARM servers and devices such as ODroid-C2, Rock64, AWS Graviton and the servers provided by [Equinix Metal (aka Packet)]https://metal.equinix.com).
226
226
227
227
Use `arkade` to install OpenFaaS, it will determine the correct files to use to install OpenFaaS.
0 commit comments