{"id":21748812,"url":"https://github.com/bryanl/coreos-fleet-do-tutorial","last_synced_at":"2025-03-21T02:27:42.924Z","repository":{"id":66319898,"uuid":"47340554","full_name":"bryanl/coreos-fleet-do-tutorial","owner":"bryanl","description":null,"archived":false,"fork":false,"pushed_at":"2015-12-09T00:57:48.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-25T23:02:24.852Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bryanl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-03T15:25:38.000Z","updated_at":"2015-12-12T01:38:22.000Z","dependencies_parsed_at":"2023-03-14T16:00:22.527Z","dependency_job_id":null,"html_url":"https://github.com/bryanl/coreos-fleet-do-tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanl%2Fcoreos-fleet-do-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanl%2Fcoreos-fleet-do-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanl%2Fcoreos-fleet-do-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanl%2Fcoreos-fleet-do-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bryanl","download_url":"https://codeload.github.com/bryanl/coreos-fleet-do-tutorial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244724380,"owners_count":20499431,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-26T08:15:22.292Z","updated_at":"2025-03-21T02:27:42.890Z","avatar_url":"https://github.com/bryanl.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CoreOS on DigitalOcean with Fleet Tutorial\n\n## Notes\n\nPlease create issues with all questions and errors in this document. This is an ongoing project.\n\n## Requirements\n\n* DigitalOcean Account\n* SSH key uploaded to DigitalOcean\n\n## CoreOS Instructions\n\n1. Generate CoreOS discovery token using `gen-discovery-token.sh` included in this repository.\n1. Add token to cloud-config-template.txt\n1. Create three droplets using cloud-config-template.txt. You can use the API or the Cloud Console. If you use Cloud Console, copy and paste the contents of cloud-config-template.txt to the `User Data` text box. Pick `Coreos Stable` as your server's operating system.\n1. Verify etcd is configured correctly with `etcdctl member list`\n2. Verify fleet is configured correctly with `fleetctl list-machines`\n1. Copy `units/` to one of the new CoreOS servers.\n1. Symlink and start units \n```sh\nfor i in 1 2 3; do\n  ln -s simple-task@.service simple-task@$i.service\n  fleetctl start simple-task@$i.service\ndone`\n```\n1. Verify units have been started\n\n## Cluster Load Balancer Instructions\n\n1. Create Ubuntu 14.04 x64 Droplet\n2. Configure LB with `lb/install_confd.sh` script. It requires two parameters: LB IP = ip of the load balancer; ETCD IP = public ip of one of the CoreOS servers. You can run it `./install_confid.sh 192.168.1.2 192.168.1.3`\n1. Start confd on lb `confd -log-level=debug`\n2. Verify load balancing is working correctly.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanl%2Fcoreos-fleet-do-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbryanl%2Fcoreos-fleet-do-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanl%2Fcoreos-fleet-do-tutorial/lists"}