To verify this you can try: kubectl port-forward NAME_OF_YOUR_POD 3389:3389
And then connect to localhost:3389 via your RDP client. If this works you just have to look into how to expose your service. On Mon, Apr 3, 2017 at 3:55 PM, Christian Koep <[email protected]> wrote: > It looks like you are trying to access an internal service from > outside of your cluster. > > See: > - > https://kubernetes.io/docs/concepts/services-networking/connect-applications-service/#exposing-the-service > - > https://kubernetes.io/docs/user-guide/services/#publishing-services---service-types > > On Mon, Apr 3, 2017 at 3:42 PM, YASMINE CHEIKHROUHOU > <[email protected]> wrote: >> >> 2017-04-03 14:33 GMT+01:00 Christian Koep <[email protected]>: >>> >>> Can you share more info about your cluster? >>> >>> Where/how did you set it up? >>> >>> Could you share the output of "kubectl get svc" ? >>> >>> >>> On Mon, Apr 3, 2017 at 3:20 PM, jasmin <[email protected]> >>> wrote: >>> > Hello >>> > I have create pod using this command kubectl run foo >>> > --image=umis/xubuntu-office-xrdp-desktop:v2.0 --port=3389 >>> > https://hub.docker.com/r/umis/xubuntu-office-xrdp-desktop/ >>> > i have the pod's status running but when i want to connect with mstsc >>> > using >>> > i can't >>> > Pleeease help >>> > >>> > -- >>> > You received this message because you are subscribed to the Google >>> > Groups >>> > "Kubernetes user discussion and Q&A" group. >>> > To unsubscribe from this group and stop receiving emails from it, send >>> > an >>> > email to [email protected]. >>> > To post to this group, send email to [email protected]. >>> > Visit this group at https://groups.google.com/group/kubernetes-users. >>> > For more options, visit https://groups.google.com/d/optout. >>> >>> >>> >>> -- >>> Christian Koep >>> --- >>> 4096R / BB97 7DE2 9669 2F4D EC3A 3481 8899 70BE 1295 5732 >>> >>> -- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "Kubernetes user discussion and Q&A" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/kubernetes-users/D32-FCqJ784/unsubscribe. >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at https://groups.google.com/group/kubernetes-users. >>> For more options, visit https://groups.google.com/d/optout. >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Kubernetes user discussion and Q&A" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at https://groups.google.com/group/kubernetes-users. >> For more options, visit https://groups.google.com/d/optout. > > > > -- > Christian Koep > --- > 4096R / BB97 7DE2 9669 2F4D EC3A 3481 8899 70BE 1295 5732 -- Christian Koep --- 4096R / BB97 7DE2 9669 2F4D EC3A 3481 8899 70BE 1295 5732 -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/kubernetes-users. For more options, visit https://groups.google.com/d/optout.
