che-dashboard | Eclipse Che is a next generation Eclipse IDE | Code Editor library
kandi X-RAY | che-dashboard Summary
kandi X-RAY | che-dashboard Summary
Eclipse Che is a next generation Eclipse IDE. This repository is licensed under the Eclipse Public License 2.0. Visit Eclipse Che's Web site for feature information or the main Che assembly repository for a description of all participating repositories.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of che-dashboard
che-dashboard Key Features
che-dashboard Examples and Code Snippets
Community Discussions
Trending Discussions on che-dashboard
QUESTION
I am following the instructions (https://www.eclipse.org/che/docs/che-7/installation-guide/installing-che-on-minikube/) to install Eclipse:Che from Minikube hosted on a remote ubuntu VM box;
I got the installation done successfully,
[![enter image description here][1]][1]
I could access the portal from ubuntu VM console:
[![enter image description here][2]][2]
overhere, the 172.17.0.3 is actually the minikube IP;
How do I enable external access to https://che-che.172.17.0.3.nip.io/dashboard/?
from my reading and googling, it seems like SSH forwarding is the right way, but I am struggling to get it correct.
thanks!
====== update 2020.11.27 =====
...ANSWER
Answered 2020-Dec-01 at 10:13First, you should create a NodePort type service and then the app will be available on your Ubuntu VM's IP and on the port provided in the NodePort service config
The port should be 8080 when creating service. The nodePort gets randomly assigned (or you can choose it --nodePort ). For your config, you can see it in the output 172.17.0.4:31243. So the port is 31243. Reference: https://minikube.sigs.k8s.io/docs/handbook/accessing/
For deployment portforward will not work instead use service. Try other port of your service: Here, first port is Host Port and seccond port is container port.
kubectl port-forward svc/che 8080:8080
Once it's accessible on localhost:8080 you can access it outside the VM using externalIPofVM:8080
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install che-dashboard
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page