The container orchestrator landscape
The container orchestrator landscape
Posted Aug 24, 2022 0:26 UTC (Wed) by denton (guest, #159595)Parent article: The container orchestrator landscape
One thing that k8s got right was it gave the ability for users to define new resource types, via CustomResourceDefinitions (CRDs). So for example, if you wanted a Postgres database in your k8s cluster, you could install a CRD + Postgres Controller and have access to that new API. It's led to a large number of Operators that can enable advanced functionality in the cluster, without the user needing to understand how they work. This is similar to managed services on cloud providers, like Aurora or RDS in AWS.
I'm wondering if nomad has a similar functionality?
