question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature: Multi Node / Multi Cluster Support

See original GitHub issue

Hi,

I’m a huge fan of k3d as it allows to create multiple clusters as well as multiple nodes in that cluster. It would be nice if something similar would be possible using the WSL2 and rancher-desktop as well.

I currently use the k3d with the following parameters:

docker create volume mycluster-data
k3d cluster create mycluster \
        -a 2 \
        -i docker.io/rancher/k3s:v1.19.9-k3s1 \
        -p 80:80@loadbalancer -p443:443@loadbalancer \
        --registry-use k3d-registry \
        -v mycluster-data:/data

This means that for easier usage, all nodes share the /data volume. So to speak a “NFS” and are able to use a custom registry.

So it would be nice to have this options in rancher-desktop as well.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:5
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
janduboiscommented, Oct 17, 2021

@Issif That you for showing your use-cases. For the near-future, you will need to use k3d to run these.

We are aiming to be able to run k3d with just Rancher Desktop in the next release (probably with some limitations regarding volume mounts).

4reactions
Issifcommented, Oct 17, 2021

Hello, here my use-cases which need multi-nodes:

  • ensure affinity works for avoiding to run several pods on same nodes
  • run tests with replicated databases accross nodes (I’m trying to do so with rqlite on a k8s)
Read more comments on GitHub >

github_iconTop Results From Across the Web

About multi-node architecture - Axway Documentation Portal
Multiple nodes are called a Transfer CFT cluster, which can run on one or multiple hosts. What is a shared file system? A...
Read more >
Multi-cluster communication | Linkerd
Linkerd's multi-cluster support works by “mirroring” service information between clusters. Because remote services are represented as Kubernetes services, the ...
Read more >
Setting up TimescaleDB 2.0 multi-node on Managed Service ...
One of the most anticipated new features is what we call multi-node - the ability to create a cluster of TimescaleDB instances to...
Read more >
Multi-cluster Warehouses - Snowflake Documentation
With multi-cluster warehouses, Snowflake supports allocating, either statically or dynamically, additional clusters to make a larger pool of compute resources ...
Read more >
Configuring multi-cluster Services | Google Kubernetes ...
Note: For MCS to function correctly, GKE deploys Pods to your nodes that have ... Once the MCS feature is enabled for a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found