OpenShift 4
Getting Started with Openshift
Demo Install Single Node using Sandbox
In our previous lesson, we explored how to set up CodeReady Containers. If you prefer not to go through that process, avoid running OpenShift locally, or if your machine lacks sufficient resources, the OpenShift Sandbox offers an ideal alternative.
To get started:
- Log into your OpenShift Console and click the Developer Sandbox button.
- Select Learn More About the Sandbox. This action opens a new browser window where you can immediately begin using the Sandbox.
- Depending on your account settings, you might need to enable the Sandbox by providing your phone number. A text message with a verification code will be sent to you. Enter the code to enable the Sandbox for your use.
Once your Sandbox is enabled, you can verify the resource availability by running the following command:
[your@sandbox ~]$ lscpu
RAM: 7GB
Storage: 15GB
Time Limit: 30 days
Awesome: YES
This output indicates that your Sandbox environment provides 7GB of RAM, 15GB of storage, and is available for a 30-day time period. The verification step also adds an extra layer of security.
After verifying your resources, click on Start Using Your Sandbox to log into an OpenShift instance running in the cloud. In this managed environment, all cluster components are maintained by OpenShift.
Temporary Environment
Keep in mind that the OpenShift Sandbox is intended solely for demonstration purposes and is not suitable for production workloads. The environment is temporary and will be automatically deleted after 30 days. While you can create a new Sandbox, it is designed for short-term use only.
If you need a free demo environment for OpenShift without deploying CodeReady Containers locally, the OpenShift Sandbox is a perfect solution.
Watch Video
Watch video content