vmware-archive / octant

Highly extensible platform for developers to better understand the complexity of Kubernetes clusters.
https://octant.dev
Apache License 2.0
6.27k stars 489 forks source link

Add a plugin to watch and display Cluster API v1alpha3 objects #600

Open vincepri opened 4 years ago

vincepri commented 4 years ago

I'd love to use Octant to get a bird view of all my clusters spanning across cloud providers, check their status, and more. If anyone tackles this, I'd suggest to start using the (unreleased) v1alpha3 API types.

vrabbi commented 3 years ago

Is there any plan to add such a plugin? Having CAPI native/plugin support would be awesome!!! The complexity and simply the number of objects that build up a CAPI cluster can be confusing to many people. Having a plugin that would show the hierarchy and structure of CAPI would be amazing.

wwitzel3 commented 3 years ago

This has the potential to be a very fun project. Essentially it would be writing a CAPI plugin. I know this idea has been explored in the past, but not sure anything ever came of them.

vrabbi commented 3 years ago

this should now probably be done if and when it is with the v1alpha4 api as that is now the latest stable API version of CAPI. while not all infra providers support v1alpha4 yet they are moving in that direction so the implementation being forward looking would be the preferable route i think