How can we see controlplane components of Kubernetes in GKE. I want to have look . . .

Mayank Agrawal:
How can we see controlplane components of Kubernetes in GKE. I want to have look at configuration of kube-apiserver, controller-manager,scheduler, etcd, kubelet etc.

Fernando Jordan Silva:
You can’t. Control-plane is a hidden node in GKE and you cannot access to it

Barahalikar Siddharth:
Even I am curious about GKE as I have not worked on it.

How do we implement Kube-APISever Security without having access to ControlPlane? Does GKE take care of it by means of any tags or pointers in UI/Commands?

Fernando Jordan Silva:
you can modify parameters or configuracion in the control-plane using the gcloud command line. In fact is much easier than modify a yaml file. But the most part of the security comes from Google’s side