mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
33 lines
1.3 KiB
Plaintext
33 lines
1.3 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * tutorials/dev-app-web-console.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="getting-started-web-console-creating-new-project_{context}"]
|
|
= Creating a project
|
|
|
|
[role="_abstract"]
|
|
Create a new project to contain all required resources and application components for the tutorial.
|
|
|
|
A _project_ enables a community of users to organize and manage their content in isolation. Projects are {product-title} extensions to Kubernetes namespaces. Projects have additional features that enable user self-provisioning. Each project has its own set of objects, policies, constraints, and service accounts.
|
|
|
|
Cluster administrators can allow developers to create their own projects. In most cases, you automatically have access to your own projects. Administrators can grant access to other projects as needed.
|
|
|
|
This procedure creates a new project called `user-getting-started`. You will use this project throughout the rest of this tutorial.
|
|
|
|
[IMPORTANT]
|
|
====
|
|
If you are using Developer Sandbox to complete this tutorial, skip this procedure. A project has already been created for you.
|
|
====
|
|
|
|
.Prerequisites
|
|
|
|
* You have logged in to the {product-title} web console.
|
|
|
|
.Procedure
|
|
|
|
. Navigate to *Home* -> *Projects*.
|
|
. Click *Create Project*.
|
|
. In the *Name* field, enter `user-getting-started`.
|
|
. Click *Create*.
|