Hi,

The image is not visible .

You can create a github discussion instead.


-Wei

On Tue, 20 Feb 2024 at 18:53, Bharat Bhushan Saini
<bharat.sa...@kloudspot.com.invalid> wrote:

> Hi Wei,
>
>
>
> Public IP is reachable from the local machine. Everything is working.
>
> But when I access the dashboard I encountered with the below Json format
>
>
>
>
>
> Also I am able to get all the details regarding deployment which I already
> below but unable to access the dashboard of K8s.
>
> Please check and help out from this situation. If any details or info you
> need pls let me know.
>
>
>
>
>
> Thanks and Regards,
>
> Bharat Saini
>
>
>
> [image: signature_4184978167]
>
>
>
> *From: *Wei ZHOU <ustcweiz...@gmail.com>
> *Date: *Tuesday, 20 February 2024 at 7:44 PM
> *To: *users@cloudstack.apache.org <users@cloudstack.apache.org>
> *Subject: *Re: K8s Dashboard Not Found
>
> EXTERNAL EMAIL: Please verify the sender email address before taking any
> action, replying, clicking any link or opening any attachment.
>
>
> so, it looks like the kubernetes-dashboard is working well.
> your question is, how to access the dashboard of the kubernetes cluster
> whose Public IP is unreachable from a local machine ?
>
>
>
> -Wei
>
> On Tue, 20 Feb 2024 at 12:41, Bharat Bhushan Saini
> <bharat.sa...@kloudspot.com.invalid> wrote:
>
> > Hi Wei,
> >
> >
> >
> > The cloudstack is setup on a single node and the info I provided is from
> > that node.
> >
> > I think as the control node and worker node is CLI based, Need to access
> > dashboard from outside the control node.
> >
> > Please guide me for that.
> >
> >
> >
> > Thanks and Regards,
> >
> > Bharat Saini
> >
> >
> >
> > [image: signature_1512528664]
> >
> >
> >
> > *From: *Wei ZHOU <ustcweiz...@gmail.com>
> > *Date: *Tuesday, 20 February 2024 at 4:27 PM
> > *To: *users@cloudstack.apache.org <users@cloudstack.apache.org>
> > *Subject: *Re: K8s Dashboard Not Found
> >
> > EXTERNAL EMAIL: Please verify the sender email address before taking any
> > action, replying, clicking any link or opening any attachment.
> >
> >
> > The output in the control nodes looks good.
> >
> > Are you able to access the dashboard following the instruction on
> > https://github.com/apache/cloudstack/pull/7764#issuecomment-1647247993 ?
> >
> > -Wei
> >
> > On Tue, 20 Feb 2024 at 11:10, Bharat Bhushan Saini
> > <bharat.sa...@kloudspot.com.invalid> wrote:
> >
> > > Hi Wei,
> > >
> > >
> > >
> > > Please check the below info I think you will get it
> > >
> > > kubectl --kubeconfig kube.conf get pods --all-namespaces
> > >
> > > NAMESPACE              NAME
> > >         READY   STATUS    RESTARTS      AGE
> > >
> > > kube-system            coredns-76f75df574-lfgzj
> > >         1/1     Running   0             22h
> > >
> > > kube-system            coredns-76f75df574-mtktc
> > >         1/1     Running   0             22h
> > >
> > > kube-system            etcd-kloudspot-app-control-18dc0a3d55e
> > >         1/1     Running   0             22h
> > >
> > > kube-system            kube-apiserver-kloudspot-app-control-18dc0a3d55e
> > >         1/1     Running   0             22h
> > >
> > > kube-system
> > >   kube-controller-manager-kloudspot-app-control-18dc0a3d55e   1/1
> > >   Running   0             22h
> > >
> > > kube-system            kube-proxy-74zcb
> > >         1/1     Running   0             22h
> > >
> > > kube-system            kube-proxy-hts4p
> > >         1/1     Running   0             22h
> > >
> > > kube-system            kube-scheduler-kloudspot-app-control-18dc0a3d55e
> > >         1/1     Running   0             22h
> > >
> > > kube-system            weave-net-8j6j2
> > >         2/2     Running   0             22h
> > >
> > > kube-system            weave-net-mlv6t
> > >         2/2     Running   1 (22h ago)   22h
> > >
> > > kubernetes-dashboard   kubernetes-dashboard-api-645688966c-8xqjp
> > >         1/1     Running   0             22h
> > >
> > > kubernetes-dashboard
> > kubernetes-dashboard-metrics-scraper-b847579df-tjw86
> > >       1/1     Running   0             22h
> > >
> > > kubernetes-dashboard   kubernetes-dashboard-web-648b489598-psn94
> > >         1/1     Running   0             22h
> > >
> > >
> > >
> > > kubectl --kubeconfig kube.conf get nodes --all-namespaces
> > >
> > > NAME                                STATUS   ROLES           AGE
> > VERSION
> > >
> > > kloudspot-app-control-18dc0a3d55e   Ready    control-plane   22h
> > v1.29.2
> > >
> > > kloudspot-app-node-18dc0a3f52e      Ready    <none>          22h
> > v1.29.2
> > >
> > >
> > >
> > > kubectl --kubeconfig kube.conf get services --all-namespaces
> > >
> > > NAMESPACE              NAME                                   TYPE
> > >   CLUSTER-IP       EXTERNAL-IP   PORT(S)                  AGE
> > >
> > > default                kubernetes
> > >   ClusterIP   10.96.0.1        <none>        443/TCP
> 22h
> > >
> > > kube-system            kube-dns
> > >   ClusterIP   10.96.0.10       <none>        53/UDP,53/TCP,9153/TCP
> 22h
> > >
> > > kubernetes-dashboard   kubernetes-dashboard-api
> > >   ClusterIP   10.102.124.59    <none>        9000/TCP
> 22h
> > >
> > > kubernetes-dashboard   kubernetes-dashboard-metrics-scraper
> > ClusterIP   10.111.159.255   <none>
> > >       8000/TCP                 22h
> > >
> > > kubernetes-dashboard   kubernetes-dashboard-web
> > >   ClusterIP   10.108.135.214   <none>        8000/TCP
> 22h
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > Thanks and Regards,
> > >
> > > Bharat Saini
> > >
> > >
> > >
> >
> > --------------------------- Disclaimer: ------------------------------
> > This message and its contents are intended solely for the designated
> > addressee and are proprietary to Kloudspot. The information in this email
> > is meant exclusively for Kloudspot business use. Any use by individuals
> > other than the addressee constitutes misuse and an infringement of
> > Kloudspot's proprietary rights. If you are not the intended recipient,
> > please return this email to the sender. Kloudspot cannot guarantee the
> > security or error-free transmission of e-mail communications. Information
> > could be intercepted, corrupted, lost, destroyed, arrive late or
> > incomplete, or contain viruses. Therefore, Kloudspot shall not be liable
> > for any issues arising from the transmission of this email.
> >
>
> --------------------------- Disclaimer: ------------------------------
> This message and its contents are intended solely for the designated
> addressee and are proprietary to Kloudspot. The information in this email
> is meant exclusively for Kloudspot business use. Any use by individuals
> other than the addressee constitutes misuse and an infringement of
> Kloudspot's proprietary rights. If you are not the intended recipient,
> please return this email to the sender. Kloudspot cannot guarantee the
> security or error-free transmission of e-mail communications. Information
> could be intercepted, corrupted, lost, destroyed, arrive late or
> incomplete, or contain viruses. Therefore, Kloudspot shall not be liable
> for any issues arising from the transmission of this email.
>

Reply via email to