Home Explore Blog CI



kubernetes

10th chunk of `content/en/blog/_posts/2016-10-00-Kubernetes-And-Openstack-At-Yahoo-Japan.md`
cf1e63428d638e6638642f4400852419ae89d848712993af000000010000028b
![](https://lh3.googleusercontent.com/CsOiOnIOI_EVNmlsasU47LTyY53GZp1br2Ww83dFf8i5IMvO0o84rOhZEIAt9zTskYvsDKO0rjAwa9WZtkeAw8IE6NmzUEktDTAn8TDvQneD5yg_TQWBmg-qwvWyuU9CYLKzUUkA)

**Service Discovery**

Service Discovery is possible at Kubernetes by using SkyDNS addon. This is provided as cluster internal service, it is accessible in cluster like ClusterIP. By broadcasting ClusterIP by BGP, name resolution works from outside of clusters. By combination of Image creation workflow and Kubernetes, we built the following tool chain which makes it easy from code push to deployment.

[

Title: Service Discovery and Deployment Toolchain in Kubernetes
Summary
Service discovery in Kubernetes is achieved using the SkyDNS addon, accessible within the cluster via ClusterIP. By broadcasting ClusterIP through BGP, name resolution becomes available from outside the cluster. The document also mentions a tool chain, which combines image creation and Kubernetes deployment to streamline the process from code push to deployment.