Waypoint server requirements?

Looking at some of the recent PRs, there are dependencies on Nomad 0.12 for some of the Docker job specs. Are there any similarities with the k8s deployment? Should there be a list of requirements for what’s supported? Where is that called out?

Hi @chuckyz sorry for the late reply,

Regarding running Waypoint on Kubernetes, the install command does not noed any sophisticated features, it only requires your cluster to be able to support:

  • StatefulSets
  • Persistent Volume Claims
  • Services

Anything over 1.17 would be fine.

I think it is a good idea though that we call out these requirements in the docs.

Kind regards,

Nic