Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OTHER]: Ho to access the UI #373

Open
Akshath-Nagulapally opened this issue Jun 25, 2024 · 1 comment
Open

[OTHER]: Ho to access the UI #373

Akshath-Nagulapally opened this issue Jun 25, 2024 · 1 comment
Labels
question Further information is requested

Comments

@Akshath-Nagulapally
Copy link

What would you like to share?

Problem with deploying kubero. followed through with all the steps to install it through kubectl. Where do I access the ui? @mms-gianni any help would be greatly appreciated.

azureuser@kuberodeployment:~$ kubectl get svc -A
NAMESPACE        NAME                                                 TYPE           CLUSTER-IP      EXTERNAL-IP   PORT(S)                                      AGE
default          kubernetes                                           ClusterIP      10.43.0.1       <none>        443/TCP                                      105m
kube-system      kube-dns                                             ClusterIP      10.43.0.10      <none>        53/UDP,53/TCP,9153/TCP                       105m
kube-system      metrics-server                                       ClusterIP      10.43.54.84     <none>        443/TCP                                      104m
metallb-system   metallb-webhook-service                              ClusterIP      10.43.37.118    <none>        443/TCP                                      102m
ingress-nginx    ingress-nginx-controller-admission                   ClusterIP      10.43.250.141   <none>        443/TCP                                      98m
olm              packageserver-service                                ClusterIP      10.43.43.194    <none>        5443/TCP                                     96m
olm              operatorhubio-catalog                                ClusterIP      10.43.239.192   <none>        50051/TCP                                    96m
operators        cert-manager-webhook                                 ClusterIP      10.43.191.67    <none>        443/TCP                                      95m
operators        cert-manager                                         ClusterIP      10.43.5.106     <none>        9402/TCP                                     95m
operators        cert-manager-webhook-service                         ClusterIP      10.43.110.193   <none>        443/TCP                                      95m
ingress-nginx    ingress-nginx-controller                             LoadBalancer   10.43.108.227   10.5.0.100    10254:32677/TCP,80:31187/TCP,443:30727/TCP   98m
operators        kubero-operator-controller-manager-metrics-service   ClusterIP      10.43.253.165   <none>        8443/TCP                                     26m
kubero           kubero                                               ClusterIP      10.43.190.246   <none>        2000/TCP                                     18m
azureuser@kuberodeployment:~$
`




### Additional information

_No response_
@mms-gianni mms-gianni added the question Further information is requested label Jun 25, 2024
@mms-gianni
Copy link
Member

try

kubectl get ingress -A

make sure your domain is pointing to your cluster's IP.

@mms-gianni mms-gianni changed the title [OTHER]: [OTHER]: Ho to access Jun 25, 2024
@mms-gianni mms-gianni changed the title [OTHER]: Ho to access [OTHER]: Ho to access the UI Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants