π§
π§
π§
π§
Sunbird ED
Searchβ¦
π§
π§
π§
π§
Sunbird ED
Learn
Overview for Sunbird ED
Functional Capabilities
Product and Developer's Guide
Adopters
Technical Architecture
Roadmap
USE
Deployment Diagram
Prerequisites for your own Sunbird ED Instance
Updating Sunbird Releases
Learn More
Releases
Engage
Discuss
Contribute
System Requirements
Source Code
Install Locally
Configuration
Independent Libraries
Extend / Contribute to Sunbird
Misc
Archived
Development Resources
Misc Pages
Content Indexing Flow
What are multiple databases used for
Course completion, reports and certificate issue
How to access Flink UI
How does data flow into Druid
What are all the flink jobs for
Powered By
GitBook
How to access Flink UI
β
The Flink UI can show the exceptions so that troubleshooting is easy. To access the UI, first connect to the Jenkins VM using SSH port forwarding
1
ssh
-L
8000
:localhost:8000 nsdl-jenkins38-dev
Copied!
Then use kubectl port forwarding to map to the above port. Eg
1
kubectl port-forward services/ingest-router-jobmanager-webui
8000
:80 -n flink-dev
2
kubectl port-forward services/hawkeyesuperset-service
8088
:80 -n dev
Copied!
Previous
Course completion, reports and certificate issue
Next
How does data flow into Druid
Last modified
1mo ago
Copy link
Edit on GitHub