``` kube-apiserver -h | grep enable-admission-plugins ``` <https://kubernetes. . . .

Luna Lovegood:

kube-apiserver -h | grep enable-admission-plugins

https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#which-plugins-are-enabled-by-default

This comes up in the offical doc as well.
but when I try this command in my local with kubectl installed or even in kodecloud I get this error bash: kube-apiserver: command not found

I am guessing this is not a kubectl command, but then what do they mean? where should we run these?

Vitor Jr.:
Since our kube api server runs as a pod in the kube-system namespace, I guess we should execute this command inside the pod? :thinking_face:

Vitor Jr.:
This way:

Luna Lovegood:
hmmm that makes a lot of sense! Thanks Vitor