As of now, DevKube relies on pre-installed kubectl. Which has primarily few drawbacks.
It can be out of date and thus missing features, bug fixes, and performance enhancements.
As the client system's kubectl version can be anything, we will have to build DevKube based on a minimum kubectl version. In which we will lose out on new features.
The solution
Shipp kubectl binaries along with DevKube. Can be a post-installation step.
The problem
As of now, DevKube relies on pre-installed kubectl. Which has primarily few drawbacks.
The solution
Discovery