What you'll do.
- Create RedHat Account.
- Open Developer Sandbox.
- Create Free 30-Day Shared OpenShift Kubernetes Cluster.
1. Create Redhat Account.
- Go to Redhat and register by giving your information.
- Provide Username, Email Id, Password,
- Verify Email - click on link in your email inbox to verify.
2. Open Developer Sandbox
Click on Start your Sandbox for Free
Land on Page and click on Launch Red Hat OpenShift
- Red Hat Developer Sandbox Has 3 services
-
Red Hat OpenShift:
A cloud-native application platform with everything you need to manage your development life cycle securely, including standardized workflows, support for multiple environments, continuous integration, and release management.
-
Red Hat Dev Spaces
A collaborative Kubernetes-native solution for rapid application development that delivers consistent developer environments on Red Hat OpenShift to allow anyone with a browser to contribute code in under two minutes.
-
Red Hat Data Science
Red Hat OpenShift Data Science is a part of the Red Hat OpenShift AI portfolio and provides tools across the AI/ML lifecycle.
- Click on Option 1: Red Hat OpenShift
- click on Login with DevSandbox
- Developer Prespective
- Copy Login Command - Go to Top right corner of username dropdown and select option
- Download OpenShift CLI (oc)
Login via Command
Login via this command:
oc login --token=sha256~123-elkjadsg-325o8-98739487 --server=https://api.sandbox-m3.1530.p1.openshiftapps.com:6443
$ oc login --token=sha256~123-elkjadsg-325o8-98739487 --server=https://api.sandbox-m3.1530.p1.openshiftapps.com:6443
Logged into "https://api.sandbox-m3.1530.p1.openshiftapps.com:6443" as "jasper475" using the token provided.
You have one project on this server: "jasper475-dev"
Using project "jasper475-dev".
- use
Kubectl
to interact with OpenShift Cluster.
3. Red Hat OpenShift Console
- Pods
- Deployments
- Replica Sets
- Services
- Routes
- Ingresses
Credits:-
Thanks to Abhishek Veeramalla
Top comments (0)