Merge pull request #12065 from hashicorp/docs-add-form-link

Adding link to interview form
This commit is contained in:
Mike Nomitch
2022-02-22 11:05:20 -08:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -15,4 +15,7 @@ available features and options of Nomad. If you are just getting started with
Nomad, please start with the [HashiCorp Learn "Getting Started" collection][gs]
instead.
~> Interested in talking with HashiCorp about your experience building, deploying,
or managing your applications? [Set up a time to chat!](https://forms.gle/2tAmxJbyPbcL2nRW9)
[gs]: https://learn.hashicorp.com/collections/nomad/get-started

View File

@@ -6,6 +6,9 @@ description: Comparison between Nomad and Kubernetes
# Nomad vs. Kubernetes
~> Interested in talking with HashiCorp about your experience building, deploying,
or managing your applications? [Set up a time to chat!](https://forms.gle/2tAmxJbyPbcL2nRW9)
Kubernetes is an orchestration system for containers originally designed by Google, now governed by the Cloud Native Computing Foundation (CNCF) and developed by Google, Red Hat, and many others. Kubernetes and Nomad support similar core use cases for application deployment and management, but they differ in a few key ways. Kubernetes aims to provide all the features needed to run Linux container-based applications including cluster management, scheduling, service discovery, monitoring, secrets management and more. Nomad only aims to focus on cluster management and scheduling and is designed with the Unix philosophy of having a small scope while composing with tools like Consul for service discovery/service mesh and Vault for secret management.
The following characteristics generally differentiate Nomad from Kubernetes: