diff --git a/website/content/docs/index.mdx b/website/content/docs/index.mdx index b1f7f523b..83cc495e8 100644 --- a/website/content/docs/index.mdx +++ b/website/content/docs/index.mdx @@ -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 diff --git a/website/content/docs/nomad-vs-kubernetes/index.mdx b/website/content/docs/nomad-vs-kubernetes/index.mdx index 6f8a9fdac..c43c44c12 100644 --- a/website/content/docs/nomad-vs-kubernetes/index.mdx +++ b/website/content/docs/nomad-vs-kubernetes/index.mdx @@ -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: