This is an add-on for the DDEV project that adds utilities to work with Kubernetes inside the DDEV Web container.
After adding, these commands will be available inside the web container:
web
kubectl
k
k krew
k ns
k ctx
Run a command:
ddev add-on get MurzNN/ddev-kubernetes
Then, restart your project
ddev restart
Contributed and maintained by @MurzNN (Alexey Murz Korepov).