Based on this, what we want to achieve involves editing a component on the master node of K8 cluster - /etc/kubernetes/manifests/kube-apiserver.yaml
How can we achieve this in a managed version of K8 like AKS, where we cannot SSH into the nodes?
I know of kube-apiserver
command but that is a Docker container running in the Master node - not accessible with AKS. Is there a kubectl
command or anything else I can use specifically for editing properties of the API Server?