I would like to enable ABAC mode for the Kubernetes cluster, which I use in the Google Container Engine. (more specifically, I would like to restrict access to the API service for the default service account, which is automatically assigned to all modules). However, since --authorization-mode=ABAC is a command line argument for kube-apiserver , and since the API server is managed by the Google Container Engine, I have not found a way to enable authorization for my cluster.
Is there any way to enable ABAC mode in GCE?
I am currently running Kubernetes v1.1.7 on the server and nodes.
google-container-engine kubernetes
Robert Lemke
source share