Skip to main content

12 posts tagged with "RenkuLab Update"

View All Tags

Renku Hops Across Clouds

· 3 min read
Rok Roškar
Renku Team Lead

On August 21, our team executed a major maintenance on our production cluster running at renkulab.io - the entire platform was moved from the servers in Switch Engines to its new home in the Microsoft Azure Switzerland-North datacenter. This was a major operation that took many weeks to plan and in the end resulted in just a few hours of downtime - a huge congrats to our operations team on making everything work so smoothly!

migration_image

Renku 2.0 is Here!

· 4 min read
Laura Kinkead
Renku Product Manager

We're thrilled to announce that Renku 2.0 is now officially launched! We've rebuilt our platform from the ground up with a fresh approach to collaborative research computing, and we're excited to share what we've created.

Launch

New: Create custom session environments from code

· 2 min read
Laura Kinkead
Renku Product Manager

Need a specific set of packages in your Renku session? Now you can customize exactly what's installed in your session with Renku-built environments. Simply connect a code repository containing a file with your project dependencies (e.g. an environment.yml), and let Renku build your session environment (aka docker image) for you!

header image

Renku 2.0 Early Access is here!

· 3 min read
Laura Kinkead
Renku Product Manager

The wait is over! After a year of dedicated work and six months of testing in beta, Renku 2.0 is now open for Early Access. This means our entire user community is invited to explore the new and improved version of our open-source collaborative computing platform. Whether you're a seasoned Renku user or new to the platform, Renku 2.0 offers exciting possibilities for your research and teaching.

Renku 2.0

Renku Release | November 2024 • Share-able data connectors & Bring-your-own-image to Renku Sessions

· 3 min read
Laura Kinkead
Renku Product Manager

Renku Data Connectors

We’ve been busy behind the scenes, and now it’s time to share some of the exciting updates we’ve rolled out over our last few releases. These features are part of the Renku 2.0 beta, designed to to empower collaboration and make it easier to connect and share data, code, and compute resources. Here’s a quick tour of what’s new.

Cloud Storage: more flexible and performant data access in your Renku project

· 2 min read
Elisabet Capon
Renku Community Manager

Cloud storage access from Renku

Working with your data in Renku is faster and simpler: you can write and read your data from your external storage services, such as S3, Azure Blob or WebDAV among others.

RenkuLab interactive sessions can access data hosted in a cloud storage system, and the storage is simply mounted as another folder in your session. You can concentrate on developing your code to analyse your data, rather than worrying about moving data around! Plus, when you add a cloud storage to your project, that configuration is available to all project members, so you can share the results with your colleagues or even with the broader community. Who has access is still completely in your control: the access to cloud storage is controlled by the storage provider, not Renku.

Setting Cloud Storage from RenkuLab Project Settings

To add cloud storage to your Renku project, go to your project's Settings and find the new Cloud Storage tab. Check out Renku documentation for more details on how to configure cloud storage for your project.

If you use SSH sessions via the CLI, you can use cloud storage there too. You just need to configure cloud storage for your project on RenkuLab.io, and those storages will be mounted in your remote session.