Skip to content

BOSH release for describing a single or cluster group of SkyDNS servers

Notifications You must be signed in to change notification settings

cloudfoundry-community/skydns-boshrelease

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOSH Release for SkyDNS

SkyDNS is a distributed service for announcement and discovery of services. It leverages Raft for high-availability and consensus, and utilizes DNS for queries to discover available services. This is done by leveraging SRV records in DNS, with special meaning given to subdomains, priorities and weights.

Source Code | Announcement Blog Post

This project is a BOSH release for describing a single or cluster group of SkyDNS servers.

Cluster of skydns

# skydns/0
2013/11/11 06:03:50 Initializing Server. DNS Addr: "0.0.0.0:53", HTTP Addr: "0.0.0.0:8080", Data Dir: "/var/vcap/data/sys/log/skydns"
2013/11/11 06:03:50 Initializing new cluster
2013/11/11 06:04:14 Processing incoming join
2013/11/11 06:04:14 Processing incoming join

# skydns/1
2013/11/11 06:04:14 Initializing Server. DNS Addr: "0.0.0.0:53", HTTP Addr: "0.0.0.0:8080", Data Dir: "/var/vcap/data/sys/log/skydns"
2013/11/11 06:04:14 Joining cluster: 10.244.0.6:8080
2013/11/11 06:04:14 Attempting to connect to: 10.244.0.6:8080
2013/11/11 06:04:14 Post returned
2013/11/11 06:04:14 Joined cluster

Using this BOSH release

To upload the latest final release to your BOSH:

git clone https://github.com/drnic/skydns-boshrelease.git
cd skydns-boshrelease
bosh upload release releases/skydns-1.yml

For bosh-lite, you can quickly create a deployment manifest:

cp examples/bosh-lite-cluster.yml local-cluster.yml
sed -i '' -e "s/DIRECTOR_UUID/$(bosh status | grep UUID | awk '{print $2}')/" local-cluster.yml
bosh deployment local-cluster.yml
bosh -n deploy

About

BOSH release for describing a single or cluster group of SkyDNS servers

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published