You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Daschinskiy (Jira)" <ji...@apache.org> on 2020/08/13 12:06:00 UTC

[jira] [Issue Comment Deleted] (IGNITE-13011) .NET: Thin client Kubernetes discovery

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

Ivan Daschinskiy updated IGNITE-13011:
--------------------------------------
    Comment: was deleted

(was: [~agura] [~vveider] Hi! Could you please look at this patch? It is quite simple. Unfortunatelly, It is impossible to test it on TC, but I thoroughly tested using new ducktape module. There are a few tests of control.sh [here|https://github.com/apache/ignite/blob/ignite-ducktape/modules/ducktests/tests/ignitetest/tests/control_utility_test.py])

> .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
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> 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)