Feature: Multi Node / Multi Cluster Support
See original GitHub issueHi,
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:
- Created 2 years ago
- Reactions:5
- Comments:12 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@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).Hello, here my use-cases which need multi-nodes: