Rancher Desktop 1.13.1 Enhancements

  • 8 April 2024
  • 1 comment
  • 25 views

Userlevel 7
Badge +22

 

Hi Everyone,

A new update is out for Rancher Desktop and there are some nice additions. To be honest I have not been on the RD for awhile so I am not sure if some of these came in the latest update or one of the other recent ones. 

Cluster Dashboard:

Cluster Dashboard

The Cluster Dashboard can help beginners visualize Kubernetes concepts and make management easier.

Inside the Dashboard

While it is tempting to live in the Dashboard I would still recommend getting.  

Another interesting addition is Web Assembly which has been labeled experimental.

Go to preferences:

Preferences

Then enable Web Assembly:

Web Assembly

Your cluster will restart.

Time to try a WASM container:

docker run \
--detach \
--name spin-demo \
--runtime io.containerd.spin.v2 \
--platform wasi/wasm \
--publish 8080:80 \
ghcr.io/deislabs/containerd-wasm-shims/examples/spin-rust-hello:v0.11.1 \
/
run
Running really quickly

Time to test:

curl http://localhost:8080/hello

 

Hello world

 

 

WASM container running

 

You can also see the wasm container in the UI:

 

 

 

This example and more information can be found here: https://www.suse.com/c/rancher_blog/rancher-desktop-1-13-with-support-for-webassembly-and-more/

 

There are also some new extentions:

New Extensions

 

 

That’s it for this time. Rancher Desktop continues to progress

 

 

 


1 comment

Userlevel 7
Badge +20

Some interesting changes and enhancements. Wish it would help me start learning sooner but hopefully soon.  😂

Comment