If we enable kubectl proxy from a port .. can we disable it later

Balagopalv:
If we enable kubectl proxy from a port … can we disable it later

Dinesh Pola:
kubectl proxy will run in foreground if you dont provide any extra options and will be exited when do a ctrl+c or something similar.
If you intend to run it as a background process, you can exit that kubectl proxy command by killing the process/job

Balagopalv:
Thanks :blush: