Intro to NRP

Overview

Teaching: min
Exercises: min
Questions
Objectives

What is NRP?

NRP is a Kubernetes Cluster

Kubernetes Cluster

Hardware on NRP1

GPU Pie Chart GPU List

Storage Options on NRP

You will learn that Kubernetes runs your workload in objects called Pods, and that Pods are ephemeral by nature. To keep data beyond the lifetime of a Pod, Kubernetes provides persistent storage via PersistentVolume resources, which Pods mount using a PersistentVolumeClaim. NRP offers a variety of storage options to suit different workload and performance needs. NRP

How do I get started?

A full guide to getting started can be found in our documentation.

The first step is to visit nrp.ai and log in at the upper right-hand corner. This should open a CILogon sign-in page. CILogon

Choosing an Identity Provider

We recommend that you select your institution as the identity provider (IdP) in the CILogon page. Other options like google, Microsoft, and ORCID exist, but may face limitations on NRP If you used the wrong IdP and would like to change it, let NRP admins know and we can help.

Where should I ask for help?

The primary option for support is via our Matrix chat. Please use public channels when seeking support, this allows the whole NRP community to offer advice. NRP admins actively monitor and respond to the NRP Support channel in Matrix.

Support News

Cluster Policies

In order to access the cluser, every user must first accept the Acceptable Useage Polcy (AUP).

You can find our cluster usage policies in our docs:https://nrp.ai/documentation/userdocs/start/policies/.

The most important thing to keep in mind is that NRP is a shared resource. Do not request more resources than you need and do not hold resources longer than what is necessary for your work.

Cluster Policies

Let’s Get Started

In the next sections, we will cover interacting with the NRP user portal, how to set-up and manage namespaces on the cluster and how to interact with the cluster.

Top Uses

The majority of NRP users interact with the cluster using the following three methods.

In order to access any of these services, users must first be added as a member of a namespace.

  1. As of Feb 2026