[
https://issues.apache.org/jira/browse/IGNITE-13011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Stronchinskiy reassigned IGNITE-13011:
---------------------------------------------
Assignee: Sergey Stronchinskiy (was: Pavel Tupitsyn)
> .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: Sergey Stronchinskiy
> 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)