kube-apiserver
API server enables accessing kubernetes cluster and its resources through API requests.
It is also an pod that runs in kube-system
namespace. We can find its pod yaml file at location /etc/kubernetes/manifests/kube-apiserver.yaml
inside control node, if you are using minikube.