-
Notifications
You must be signed in to change notification settings - Fork 14
None service accessible after a FADI installation on a generic kubernetes cluster #81
Comments
i tried to access the services by forwarding their ports and I got access to pgadmin, grafana, superset, jupyterhub and phpLDAPadmin but there was an error with nifi. to forward a port: kubectl port-forward <pod-name> <locahost-port>:<pod-port> to get the <pod-port> (the port in which runs the service):
after forwarding the port you can open your browser you go to localhost:<localhost-port> . with Nifi I got this error:
|
@AyadiAmen it is the |
@alexnuttinck I used the pod-name |
@AyadiAmen, could you try to port-forward from the svc? |
the service |
I tried with this:
and I still get the same error. |
Since nifi is a NodePort service you can access it by requesting <NodeIP>:<NodePort> You have all the mentioned services running on your firefox browser. Does this solve the issue ? |
it seems that Nifi (v1.12.1) has a issue to forward ports. The only solution I found is to use traefik to reach Nifi. To use traefic, you need an IP. On local you have to use |
Hello,
First, we have tried to install the Fadi Framework on a generic kubernetes cluster from scratch by following the installation procedure.
[https://github.com/cetic/fadi/blob/master/INSTALL.md]
We were face to an issue due to the default storageClass that were not automaticaly configure during the installation.
Amen, a guy from the cetic, had taken the hand remotely and fix the issue, thanks to him
[https://github.com/cetic/helm-fadi/issues/15]
Now, FADI seems to be installed, I mean all the pods are running but now we are not able to access to any application of the FADI Framework from any http request. (Pgadmin, nifi, postgress, grafana, ...)
We are just trying to follow the step 2 of the sample case userguide
[https://github.com/cetic/fadi/blob/master/USERGUIDE.md]
The Minikube command "minikube service -n fadi fadi-pgadmin" is dedicated to a FADI installed on a minikube VM but we are here on a generic kubernetes cluster and the procedure does not indicate how to access to a Fadi Framework installed on a generic kubernetes cluster like the ours.
We have checked the settings by two commands :
kubectl cluster-info
kubectl get services
According these settings, we have tried for example to access to the pgadmin entrypoint :
https://192.168.1.30:30374 or http://192.168.1.30:30374
We have also tried by using the kubedns rest api but without success.
Could you help us on that because we have not yet received any answer to our last email, the 24 october ?
Best regards
Stéphane Rousseau
Safran Aero Boosters
The text was updated successfully, but these errors were encountered: