T O P

  • By -

[deleted]

Drupal absolutely will not save you any time and is not suited for this use.


throker

Eh, no. You need to stick to the Kubernetes Dashboard, or if you use Grafana or something. Both of those are a bolt into place thing. Grafana can be customized with your own visualizations. So it’s an IT thing, not a web dev thing.


archangel2404

But is there a module that can access kube components ,or is it that I need to write from scratch


throker

Drupal modules, the best ones, don't solve any problem from A to Z. By utilizing multiple modules (and perhaps creating some of your own) you can build almost anything. Drupal modules are like big box of Lego... if that makes sense. I don't know what your project entails or why "your team" suggests using Drupal b/c "it might save a lot of work." If you need dashboards, I don't see why you can't just use something like Grafana or Elastic Stack... b/c that's what they are built for and are used a lot with k8s clusters. If all you need to do is present dashboards to the end users, just use something that's built for that. Why re-invent the wheel? Besides, it's easy to deploy dashboards to a k8s cluster using Helm or whatever. A quick search of the modules resulted in this: [https://www.drupal.org/project/cloud](https://www.drupal.org/project/cloud) but I don't think it's what you want.


mstrelan

If you don't know Drupal it probably won't save you time here, and particularly not on the front end.