Which project are you requesting an enhancement for?
kr8s
What do you need?
The kubectl proxy command starts a local proxy server that handles terminating SSL and authentication with the Kubernetes API. This allows other processes which do not support certain authentication methods to communicate in a simplified way.
We could add the same feature to kr8s.
In kubectl-ng we will need to implement this same functionality for feature pairity.
Which project are you requesting an enhancement for?
kr8s
What do you need?
The
kubectl proxycommand starts a local proxy server that handles terminating SSL and authentication with the Kubernetes API. This allows other processes which do not support certain authentication methods to communicate in a simplified way.We could add the same feature to
kr8s.In
kubectl-ngwe will need to implement this same functionality for feature pairity.