https://github.com/pratikshinde55/openshift-blue-green-deployment
Blue-Green Deployment using OpenShift, How to use OpenShift
https://github.com/pratikshinde55/openshift-blue-green-deployment
Last synced: about 2 months ago
JSON representation
Blue-Green Deployment using OpenShift, How to use OpenShift
- Host: GitHub
- URL: https://github.com/pratikshinde55/openshift-blue-green-deployment
- Owner: Pratikshinde55
- Created: 2025-03-23T08:27:30.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-23T09:03:13.000Z (2 months ago)
- Last Synced: 2025-03-23T09:26:57.902Z (2 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenShift-Blue-Green-Deployment
Blue-Green Deployment using OpenShift, How to use OpenShift## OpenShift Set-up:
1. **Create RedHat OpenShift SandBox Free:**
- Launch RedHat OpenShift SandBox:
- SandBox Interface:

2. **Download `oc` OpenShift Client Side Command on Local window for CLI:**
- Click on `?` this option:
- Download oc for Windows for x86_64: (This Zip file after download extract it & Add Path in 'System Environment Variable)
- Check `oc` client side command work:
oc version

3. **Login to RedHat OpenShift SandBox From Local Laptop:**
- On OpenShift SandBox there is option inside this `?` , then option is `Copy login command`
- Then Click on `Display Token` then token occures `Log in with this token`
oc login --token=
4. **Set project:**
- Check Your Current Project:
oc project
- Switch to your project:
oc project pratik5577-dev
- Now try to run OpenShift commands:
oc get pods