Challenge ·Easy

Create a Namespace Through the Rancher UI

Prove you can navigate Rancher's Cluster Explorer by creating a namespace called rancher-explorer in the local cluster - using the UI, not the command line. A quick, hands-on check that you found your way around the dashboard.

You have toured the Rancher dashboard - now put it to use. This short challenge asks you to do one thing entirely through the Rancher UI: create a namespace called rancher-explorer in the local cluster.

Doing it in the UI (rather than with kubectl) is the point - it proves you can find your way to the right place in the Cluster Explorer and drive Rancher, which is what the rest of the course builds on.

Your Task

Open the Rancher UI (the Rancher tab), enter the local cluster, and create a namespace named exactly rancher-explorer.

Where do I create a namespace in the UI?

Enter the local cluster from the global navigation. In the Cluster Explorer, look under the Cluster section for Projects/Namespaces (Rancher groups namespaces there). Use the Create Namespace button, name it rancher-explorer, and create it.

It says my namespace was not created through Rancher

The check confirms the namespace is assigned to a Rancher Project - something Rancher does automatically when you create a namespace in its UI, but kubectl create namespace does not. If you created rancher-explorer with kubectl out of habit, delete it (kubectl delete namespace rancher-explorer) and create it again from the Rancher UI (it lands in Project: Default).