harvester
longhorn
harvester | longhorn | |
---|---|---|
62 | 82 | |
4,003 | 6,289 | |
2.7% | 2.0% | |
9.6 | 9.5 | |
7 days ago | 2 days ago | |
Go | Shell | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
harvester
-
TrueNAS virtualization using Harvester and Kubevirt
At Harvester v1.1.2, it seems virtual machines on some AMD platforms cannot detect nested virtualization. This might relate to Harvester issue #3900, but that issue is categorized as a user interface bug only. Besides, I can run virtual machines on my Ryzen 5600G node normally (with SVM, IOMMU, and SR-IOV enabled, while /sys/module/kvm_amd/parameters/nested returns 1).
- Are there any dedicated linux distros that come out of the box with k8s?
-
🔧I tried out Harvester HCI for the homelab, and it is an interesting solution
With this being nowhere documented, I dived into GitHub issues and found #1479. I learned the bootstrap password is admin, which then allowed me to log in.
- Self hosting our Startup, where do we begin?
-
proxmox in docker or vagrant
Or with Hyper-converged infrastructure https://harvesterhci.io/
-
Any easy to use gui to create/deploy/monitor k8s for a devops newbie?
Have a look at Harvester if you have a unused pc. It can create a k3s cluster in vms automatically. TechnoTim has done a video about it, looks really easy. Also combines with rancher and longhorn for managing cluster a storage.
-
Has anyone used Harvester?
Im currently using proxmox and I want to what the community's feelings towards Suse Harvester. What are your experiences and is it worth trying out?
- Can you do infrastructure as code on non-cloud assets?
-
3 node kubernetes cluster - All masters?
This seems like the route, thank you for your response. u/happyColoradoDave pointed me towards harvester which should make VM management easier. Going to go with that to run VMs now.
-
Is anyone using kubevirt, oVirt or some "kubernetes VM" solution to fire up Windows (not linux) VM's in any reasonable number?
I assume you mean https://harvesterhci.io/
longhorn
-
Kubernetes homelab - Learning by doing, Part 4: Storage
Distributed storage systems enable us to store data that can be made available clusterwide. Excellent! But dynamically apportioning storage across a multi-node cluster is a very complex job. So this is another area where Kubernetes typically outsources the job to plugins (e.g. Cloud providers like Azure or AWS, or systems like Rook or Longhorn).
-
Setting Up The Home Lab: Setting up Kubernetes Using Ansible
Since I want to play with Kubernetes anyway, I'll set up a k8s cluster. It will have 2 master and 4 worker nodes. Each VM will have 4 cores, 8 GB of RAM, a 32 GB root virtual disk, and a 250 GB data virtual disk for Longhorn volumes. I'll create an ansible user via cloud-init and allow access via SSH.
-
My First Kubernetes: k3s 'cluster' on 3 Orange Pi Zero 3's
That's a sweet setup.
Have you come across Longhorn[0]?
I wanted to have a look at that for storage when I was using Pis as it theoretically should be lighter-weight than Ceph, who knows. Didn't get around to it though.
[0] https://longhorn.io/
-
Clusters Are Cattle Until You Deploy Ingress
Dan: Argo CD is the first tool I install. For AWS, I will add Karpenter to manage costs. I will also use Longhorn for on-prem storage solutions, though I'd need ingress. Depending on the situation, I will install Argo CD first and then one of those other two.
-
Why Kubernetes Was a Mistake for My SaaS Business (🤯)
I overcome this issue with Longhorn which is a native distributed block storage for Kubernetes and supports by default RWM and not only RWO (ReadWriteOnce).
-
Diskomator – NVMe-TCP at your fingertips
I'm looking forward to Longhorn[1] taking advantage of this technology.
[1]: https://github.com/longhorn/longhorn
-
K3s – Lightweight Kubernetes
I've been using a 3 nuc (actually Ryzen devices) k3s on SuSE MicroOS https://microos.opensuse.org/ for my homelab for a while, and I really like it. They made some really nice decisions on which parts of k8s to trim down and which Networking / LB / Ingress to use.
The option to use sqlite in place of etcd on an even lighter single node setup makes it super interesting for even lighter weight homelab container environment setups.
I even use it with Longhorn https://longhorn.io/ for shared block storage on the mini cluster.
If anyone uses it with MicroOS, just make sure you switch to kured https://kured.dev/ for the transactional-updates reboot method.
I'd love to compare it against Talos https://www.talos.dev/ but their lack of support for a persistent storage partition (only separate storage device) really hurts most small home / office usage I'd want to try.
-
Difference between snapshot-cleanup and snapshot-delete in Longhorn recurring job?
Hi,i was wondering the same. Found more information here in this document: https://github.com/longhorn/longhorn/blob/v1.5.x/enhancements/20230103-recurring-snapshot-cleanup.md
- The Next Gen Database Servers Powering Let's Encrypt(2021)
-
Ask HN: Any of you run Kubernetes clusters in-house?
Been running k3s for personal projects etc for some time now on a cluster of raspberry pies. Why pies? Were cheap at the time and wanted to play with arm. I don’t think I would suggest them right now. Nucs will be much better value for money.
Some notes:
Using helm and helmfile https://github.com/helmfile/helmfile for deployments. Seems to work pretty nicely and is pretty flexible.
As I’m using a consumer internet provider ingress is done through cloudflare tunnels https://github.com/cloudflare/cloudflare-ingress-controller in order to not have to deal with ip changes and not have to expose ports.
Persistent volumes were my main issue when previously attempting this, and what changed everything for me was longhorn. https://longhorn.io Make sure to backup your volumes.
Really hyped for https://docs.computeblade.com/ xD
What are some alternatives?
homelab - Fully automated homelab from empty disk to running services with a single command.
rook - Storage Orchestration for Kubernetes
kubevirt - Kubernetes Virtualization API and runtime in order to define and manage virtual machines.
nfs-subdir-external-provisioner - Dynamic sub-dir volume provisioner on a remote NFS server.
rancher - Complete container management platform
zfs-localpv - Dynamically provision Stateful Persistent Node-Local Volumes & Filesystems for Kubernetes that is integrated with a backend ZFS data storage stack.
slim - Build and run tiny vms from Dockerfiles. Small and sleek.
postgres-operator - Production PostgreSQL for Kubernetes, from high availability Postgres clusters to full-scale database-as-a-service.
Flatcar - Flatcar project repository for issue tracking, project documentation, etc.
nfs-ganesha-server-and-external-provisioner - NFS Ganesha Server and Volume Provisioner.
k8s-device-plugin - NVIDIA device plugin for Kubernetes
k3sup - bootstrap K3s over SSH in < 60s 🚀