Access built-in etcd within kubernetes pod container

Viewed 2571

I don't want to setup another etcd cluster.

How can I access the built-in etcd from kubernetes pod?

I suppose first I need create a service account and use this account to launch the pod.

Then how can the container in this pod discover the URI of built-in etcd?

Thank you

1 Answers
Related