updated hyperlinks.

This commit is contained in:
Yishan Lin 2019-04-26 11:43:16 -07:00
parent 77a7565218
commit 102f3e84cd

View file

@ -10,9 +10,9 @@ Overview
Nomad is a flexible, lightweight, easy-to-use, performant workload orchestrator that deploys: Nomad is a flexible, lightweight, easy-to-use, performant workload orchestrator that deploys:
* [Containers] (https://www.nomadproject.io/docs/drivers/docker.html) * [Containers](https://www.nomadproject.io/docs/drivers/docker.html)
* [Legacy applications] (https://www.nomadproject.io/docs/drivers/exec.html) * [Legacy applications](https://www.nomadproject.io/docs/drivers/exec.html)
* [Virtual machines] (https://www.nomadproject.io/docs/drivers/qemu.html) * [Virtual machines](https://www.nomadproject.io/docs/drivers/qemu.html)
Nomad enables developers to use declarative infrastructure-as-code for deploying their applications (jobs). Nomad uses bin packing to efficiently schedule jobs and optimize for resource utilization. Nomad is supported on MacOS, Windows, and Linux. Nomad enables developers to use declarative infrastructure-as-code for deploying their applications (jobs). Nomad uses bin packing to efficiently schedule jobs and optimize for resource utilization. Nomad is supported on MacOS, Windows, and Linux.
@ -36,95 +36,95 @@ Getting Started
Get started with Nomad quickly in a sandbox environment on the public cloud or on your computer. Get started with Nomad quickly in a sandbox environment on the public cloud or on your computer.
* Local * Local
* [Vagrant Installation] (https://www.nomadproject.io/intro/getting-started/install.html) * [Via Vagrant](https://www.nomadproject.io/intro/getting-started/install.html)
* AWS * AWS
* [Terraform Installation] (https://github.com/hashicorp/nomad/tree/master/terraform/aws) * [Via Terraform](https://github.com/hashicorp/nomad/tree/master/terraform/aws)
* Azure * Azure
* [Terraform Installation] (https://github.com/hashicorp/nomad/tree/master/terraform/azure) * [Via Terraform](https://github.com/hashicorp/nomad/tree/master/terraform/azure)
These methods are not meant for production. These methods are not meant for production.
Documentation & Guides Documentation & Guides
------------------------------- -------------------------------
* [Installing Nomad for Production] (https://www.nomadproject.io/guides/operations/install/index.html) * [Installing Nomad for Production](https://www.nomadproject.io/guides/operations/install/index.html)
* [Increasing Nomad Fault Tolerance with Spread] (https://www.nomadproject.io/guides/advanced-scheduling/spread.html) * [Increasing Nomad Fault Tolerance with Spread](https://www.nomadproject.io/guides/advanced-scheduling/spread.html)
* [Load Balancing on Nomad with Fabio & Consul] (https://www.nomadproject.io/guides/load-balancing/fabio.html) * [Load Balancing on Nomad with Fabio & Consul](https://www.nomadproject.io/guides/load-balancing/fabio.html)
* [Deploying Stateful Workloads via Portworx] (https://www.nomadproject.io/guides/stateful-workloads/portworx.html) * [Deploying Stateful Workloads via Portworx](https://www.nomadproject.io/guides/stateful-workloads/portworx.html)
* [Running Apache Spark on Nomad] (https://www.nomadproject.io/guides/spark/spark.html) * [Running Apache Spark on Nomad](https://www.nomadproject.io/guides/spark/spark.html)
* [Integrating Vault with Nomad for Secrets Management] (https://www.nomadproject.io/guides/operations/vault-integration/index.html) * [Integrating Vault with Nomad for Secrets Management](https://www.nomadproject.io/guides/operations/vault-integration/index.html)
* [Securing Nomad with TLS] (https://www.nomadproject.io/guides/security/securing-nomad.html) * [Securing Nomad with TLS](https://www.nomadproject.io/guides/security/securing-nomad.html)
* [Advanced Job Scheduling on Nomad with Affinities] (https://www.nomadproject.io/guides/advanced-scheduling/affinity.html) * [Advanced Job Scheduling on Nomad with Affinities](https://www.nomadproject.io/guides/advanced-scheduling/affinity.html)
Documentation is available on the Nomad website [here] (https://www.nomadproject.io/docs/index.html). Documentation is available on the Nomad website [here](https://www.nomadproject.io/docs/index.html).
Resources Resources
------------------------------- -------------------------------
* Website * Website
* www.nomadproject.io * [www.nomadproject.io](www.nomadproject.io)
* Mailing List * Mailing List
* [Google Groups] (https://groups.google.com/group/nomad-tool) * [Google Groups](https://groups.google.com/group/nomad-tool)
* Webinars * Webinars
* [Running Microservices with Nomad] (https://www.hashicorp.com/resources/solutions-engineering-hangout-microservices-with-nomad) * [Running Microservices with Nomad](https://www.hashicorp.com/resources/solutions-engineering-hangout-microservices-with-nomad)
* [Running Heterogeneous Apps on Nomad] (https://www.hashicorp.com/resources/se-hangout-running-heterogeneous-apps-nomad) * [Running Heterogeneous Apps on Nomad](https://www.hashicorp.com/resources/se-hangout-running-heterogeneous-apps-nomad)
* [Supporting Multiple Teams on a Single Nomad Cluster] (https://www.hashicorp.com/resources/supporting-multiple-teams-single-nomad-cluster) * [Supporting Multiple Teams on a Single Nomad Cluster](https://www.hashicorp.com/resources/supporting-multiple-teams-single-nomad-cluster)
* [Moving Your Legacy VMWare Workloads to Nomad] (https://www.hashicorp.com/resources/move-your-vmware-workloads-nomad) * [Moving Your Legacy VMWare Workloads to Nomad](https://www.hashicorp.com/resources/move-your-vmware-workloads-nomad)
* [Machine Learning Workflows with HashiCorp Nomad & Apache Spark] (https://www.hashicorp.com/resources/machine-learning-workflows-hashicorp-nomad-apache-spark) * [Machine Learning Workflows with HashiCorp Nomad & Apache Spark](https://www.hashicorp.com/resources/machine-learning-workflows-hashicorp-nomad-apache-spark)
* Community Calls * Community Calls
* [04/03/2019 with Pandora & Q2EBanking] (https://www.youtube.com/watch?v=OsZeKTP2u98&t=2s) * [04/03/2019 with Pandora & Q2EBanking](https://www.youtube.com/watch?v=OsZeKTP2u98&t=2s)
* [05/24/2018 with SAP Ariba] (https://www.youtube.com/watch?v=eSwZwVVTDqw&t=2660s) * [05/24/2018 with SAP Ariba](https://www.youtube.com/watch?v=eSwZwVVTDqw&t=2660s)
Who Uses Nomad Who Uses Nomad
-------------------- --------------------
1) CircleCI 1) CircleCI
* [Security & Scheduling are Not Your Core Competencies] (https://www.hashicorp.com/resources/nomad-vault-circleci-security-scheduling) * [Security & Scheduling are Not Your Core Competencies](https://www.hashicorp.com/resources/nomad-vault-circleci-security-scheduling)
2) Citadel 2) Citadel
* [End-to-End Production Nomad at Citadel] (https://www.hashicorp.com/resources/end-to-end-production-nomad-citadel) * [End-to-End Production Nomad at Citadel](https://www.hashicorp.com/resources/end-to-end-production-nomad-citadel)
* [Extreme Scaling with HashiCorp Nomad & Consul] (https://www.hashicorp.com/resources/citadel-scaling-hashicorp-nomad-consul) * [Extreme Scaling with HashiCorp Nomad & Consul](https://www.hashicorp.com/resources/citadel-scaling-hashicorp-nomad-consul)
3) Deluxe Entertainment 3) Deluxe Entertainment
* [How Deluxe Uses the Complete HashiStack for Video Production] (https://www.hashicorp.com/resources/deluxe-hashistack-video-production) * [How Deluxe Uses the Complete HashiStack for Video Production](https://www.hashicorp.com/resources/deluxe-hashistack-video-production)
4) Jet.com (Walmart) 4) Jet.com (Walmart)
* [Driving down costs at Jet.com with HashiCorp Nomad] (https://www.hashicorp.com/resources/jet-walmart-hashicorp-nomad-azure-run-apps) * [Driving down costs at Jet.com with HashiCorp Nomad](https://www.hashicorp.com/resources/jet-walmart-hashicorp-nomad-azure-run-apps)
5) PagerDuty 5) PagerDuty
* [PagerDutys Nomadic Journey] (https://www.hashicorp.com/resources/pagerduty-nomad-journey) * [PagerDutys Nomadic Journey](https://www.hashicorp.com/resources/pagerduty-nomad-journey)
6) Pandora 6) Pandora
* [How Pandora Uses Nomad] (https://www.youtube.com/watch?v=OsZeKTP2u98&t=2s) * [How Pandora Uses Nomad](https://www.youtube.com/watch?v=OsZeKTP2u98&t=2s)
7) SAP Ariba 7) SAP Ariba
* [HashiCorp Nomad @ SAP Ariba] (https://www.hashicorp.com/resources/nomad-community-call-core-team-sap-ariba) * [HashiCorp Nomad @ SAP Ariba](https://www.hashicorp.com/resources/nomad-community-call-core-team-sap-ariba)
8) SeatGeek 8) SeatGeek
* [Nomad Helper Tools] (https://github.com/seatgeek/nomad-helper) * [Nomad Helper Tools](https://github.com/seatgeek/nomad-helper)
9) Spaceflight Industries 9) Spaceflight Industries
* [Spaceflights Hub-And-Spoke Infrastructure] (https://www.hashicorp.com/blog/spaceflight-uses-hashicorp-consul-for-service-discovery-and-real-time-updates-to-their-hub-and-spoke-network-architecture) * [Spaceflights Hub-And-Spoke Infrastructure](https://www.hashicorp.com/blog/spaceflight-uses-hashicorp-consul-for-service-discovery-and-real-time-updates-to-their-hub-and-spoke-network-architecture)
10) SpotInst 10) SpotInst
* [Spotinst and HashiCorp Nomad to Reduce EC2 Costs for Users] (https://www.hashicorp.com/blog/spotinst-and-hashicorp-nomad-to-reduce-ec2-costs-fo) * [Spotinst and HashiCorp Nomad to Reduce EC2 Costs for Users](https://www.hashicorp.com/blog/spotinst-and-hashicorp-nomad-to-reduce-ec2-costs-fo)
11) Target 11) Target
* [Nomad at Target: Scaling Microservices Across Public and Private Clouds] (https://www.hashicorp.com/resources/nomad-scaling-target-microservices-across-cloud) * [Nomad at Target: Scaling Microservices Across Public and Private Clouds](https://www.hashicorp.com/resources/nomad-scaling-target-microservices-across-cloud)
12) Trivago 12) Trivago
* [Maybe You Dont Need Kubernetes] (https://matthias-endler.de/2019/maybe-you-dont-need-kubernetes/) * [Maybe You Dont Need Kubernetes](https://matthias-endler.de/2019/maybe-you-dont-need-kubernetes/)
* [Nomad - Our Experiences and Best Practices] (https://tech.trivago.com/2019/01/25/nomad-our-experiences-and-best-practices/) * [Nomad - Our Experiences and Best Practices](https://tech.trivago.com/2019/01/25/nomad-our-experiences-and-best-practices/)
13) Roblox 13) Roblox
* [How Roblox runs a platform for 70 million gamers on HashiCorp Nomad] (https://portworx.com/architects-corner-roblox-runs-platform-70-million-gamers-hashicorp-nomad/) * [How Roblox runs a platform for 70 million gamers on HashiCorp Nomad](https://portworx.com/architects-corner-roblox-runs-platform-70-million-gamers-hashicorp-nomad/)
14) Oscar Health 14) Oscar Health
* [Scalable CI at Oscar Health with Nomad and Docker] (https://www.hashicorp.com/resources/scalable-ci-oscar-health-insurance-nomad-docker) * [Scalable CI at Oscar Health with Nomad and Docker](https://www.hashicorp.com/resources/scalable-ci-oscar-health-insurance-nomad-docker)
15) eBay 15) eBay
* [HashiStack at eBay: A Fully Containerized Platform Based on Infrastructure as Code] (https://www.hashicorp.com/resources/ebay-hashistack-fully-containerized-platform-iac) * [HashiStack at eBay: A Fully Containerized Platform Based on Infrastructure as Code](https://www.hashicorp.com/resources/ebay-hashistack-fully-containerized-platform-iac)
16) Joyent 16) Joyent
* [Build Your Own Autoscaling Feature with HashiCorp Nomad] (https://www.hashicorp.com/resources/autoscaling-hashicorp-nomad) * [Build Your Own Autoscaling Feature with HashiCorp Nomad](https://www.hashicorp.com/resources/autoscaling-hashicorp-nomad)
17) Dutch National Police 17) Dutch National Police
* [Going Cloud-Native at the Dutch National Police] (https://www.hashicorp.com/resources/going-cloud-native-at-the-dutch-national-police) * [Going Cloud-Native at the Dutch National Police](https://www.hashicorp.com/resources/going-cloud-native-at-the-dutch-national-police)
18) N26 18) N26
* [Tech at N26 - The Bank in the Cloud] (https://medium.com/insiden26/tech-at-n26-the-bank-in-the-cloud-e5ff818b528b) * [Tech at N26 - The Bank in the Cloud](https://medium.com/insiden26/tech-at-n26-the-bank-in-the-cloud-e5ff818b528b)
19) Elsevier 19) Elsevier
* [Esleviers Container Framework with Nomad, Terraform, and Consul] (https://www.hashicorp.com/resources/elsevier-nomad-container-framework-demo) * [Esleviers Container Framework with Nomad, Terraform, and Consul](https://www.hashicorp.com/resources/elsevier-nomad-container-framework-demo)
20) Palantir 20) Palantir
* [Enterprise Security at Palantir with the HashiCorp stack] (https://www.hashicorp.com/resources/enterprise-security-hashicorp-stack) * [Enterprise Security at Palantir with the HashiCorp stack](https://www.hashicorp.com/resources/enterprise-security-hashicorp-stack)
21) Graymeta 21) Graymeta
* [Backend Batch Processing At Scale with Nomad] (https://www.hashicorp.com/resources/backend-batch-processing-nomad) * [Backend Batch Processing At Scale with Nomad](https://www.hashicorp.com/resources/backend-batch-processing-nomad)
22) NIH NCBI 22) NIH NCBI
* [NCBIs Legacy Migration to Hybrid Cloud with Consul & Nomad] (https://www.hashicorp.com/resources/ncbi-legacy-migration-hybrid-cloud-consul-nomad) * [NCBIs Legacy Migration to Hybrid Cloud with Consul & Nomad](https://www.hashicorp.com/resources/ncbi-legacy-migration-hybrid-cloud-consul-nomad)
23) Q2Ebanking 23) Q2Ebanking
* [Q2s Nomad Use and Overview] (https://www.youtube.com/watch?v=OsZeKTP2u98&feature=youtu.be&t=1499) * [Q2s Nomad Use and Overview](https://www.youtube.com/watch?v=OsZeKTP2u98&feature=youtu.be&t=1499)
24) Region Syddanmark 24) Region Syddanmark
And more! And more!