kr8s-org / kr8s

A batteries-included Python client library for Kubernetes that feels familiar for folks who already know how to use kubectl
https://kr8s.org
BSD 3-Clause "New" or "Revised" License
799 stars 43 forks source link

Add dev tools to kubectl-ng #474

Open jacobtomlinson opened 1 month ago

jacobtomlinson commented 1 month ago

Which project are you requesting an enhancement for?

kubectl-ng

What do you need?

I thought today that it might be useful to have a set of subcommands along the line of kubectl-ng dev <foo> that are useful when developing both kr8s and kubectl-ng.

The first example I thought of would be some kind of event generation command. It could create, modify and delete resources every few seconds to add some simulated events.

This would be useful when debugging issues with methods like watch.