Cluster management expressed in a high-level declarative language
1–5 of 5 posts
Re: Cluster management expressed in a high-level declarative language
#2Re: Cluster management expressed in a high-level declarative language
#3Too little too late, I think; why would I use this instead of Dhall or Nix for writing Kubernetes configuration?
Re: Cluster management expressed in a high-level declarative language
#4Too little too late, I think; why would I use this instead of Dhall or Nix for writing Kubernetes configuration?
Author here. Your Kubernetes configurations stay the same. This is a tool you'd use, for instance, to write the internals of Kubernetes like the scheduler.
Re: Cluster management expressed in a high-level declarative language
#5Earlier quoted context omitted.
Author here. Your Kubernetes configurations stay the same. This is a tool you'd use, for instance, to write the internals of Kubernetes like the scheduler.
So could you explain how this is different from conventional configuration management systems?
Using DCM, we're building a Kubernetes scheduler (see the k8s-scheduler folder in the repo). It continuously listens for new pods being created and other events in k8s, and schedules these pods onto nodes using complex rules described in SQL. This is not the kind of problem that configuration management systems target.