Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
nunez
on Oct 11, 2023
|
parent
|
context
|
favorite
| on:
K3s – Lightweight Kubernetes
If you're just messing around, just use kind (
https://kind.sigs.k8s.io
) or minikube if you want VMs (
https://minikube.sigs.k8s.io
). Both work on ARM-based platforms.
You can also use k3s; it's hella easy to get started with and it works great.
sklarsa
on Oct 12, 2023
[–]
If you go the kind route, be sure to not use Docker for mac and instead opt for podman which is much more resource efficient. Now that I've switched over to podman, my computer doesn't sound like it's about to blast off when I'm running clusters.
nunez
on Oct 13, 2023
|
parent
[–]
Not a fan of docker for Mac for sure. Podman or Rancher Desktop or Colima are the way to go.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
You can also use k3s; it's hella easy to get started with and it works great.