You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2020/05/14 14:25:00 UTC

[jira] [Updated] (IGNITE-13011) .NET: Thin client Kubernetes discovery

     [ https://issues.apache.org/jira/browse/IGNITE-13011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Tupitsyn updated IGNITE-13011:
------------------------------------
    Description: 
Thin clients should be able to discover servers from within Kubernetes pod through k8s API, without specifying any IP addresses.

E.g. we can retrieve pod list from within the pod like this:
{code}
curl -v --cacert /var/run/secrets/kubernetes.io/serviceaccount/ca.crt -H "Authorization: Bearer $(cat /var/run/secrets/kubernetes.io/serviceaccount/token)" https://kubernetes.default.svc/api/v1/namespaces/MY_NAMESPACE/pods
{code}

  was:Thin clients should be able to discover servers from within Kubernetes pod through k8s API, without specifying any IP addresses.


> .NET: Thin client Kubernetes discovery
> --------------------------------------
>
>                 Key: IGNITE-13011
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13011
>             Project: Ignite
>          Issue Type: New Feature
>          Components: platforms
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: .NET
>
> Thin clients should be able to discover servers from within Kubernetes pod through k8s API, without specifying any IP addresses.
> E.g. we can retrieve pod list from within the pod like this:
> {code}
> curl -v --cacert /var/run/secrets/kubernetes.io/serviceaccount/ca.crt -H "Authorization: Bearer $(cat /var/run/secrets/kubernetes.io/serviceaccount/token)" https://kubernetes.default.svc/api/v1/namespaces/MY_NAMESPACE/pods
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)