python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Allowing patching of Kubernetes resource metadata through a role
Is it somehow possible to seperately allow patching of resources' metadata through a role in a Kubernetes cluster?
I would like to solely allow patching of namespace's metadata without giving write pe...
roehrijn
Votes: 0
Answers: 1
In Kubernetes new users have all permissions to do anything although they are not assigned any Roles or ClusterRoles
RBAC is enabled (checked with kubectl api-versions, and got rbac records in the output). So as I assume, the normal users that are not bound with any Roles and ClusterRoles should have the most limite...
Coding_Cat
Votes: 0
Answers: 0
Accessing Kuberentes API using x509 certificate
I have created private key and certificate signed by the CA of the Kubernetes API server. I have configured the user, cluster and context in the ~/.kube/config file. Using this context where the user ...
praddy26
Votes: 0
Answers: 1
Reset/remove kubeconfig file user from Kubernetes
Whenever you start a Kubernetes cluster at one of the big clouds (EKS at AWS, GKE at GCP, AKS at Azure, or Kubernetes at Digitalocean), you can generate a kubeconfig file from them, which grants you f...
tobias
Votes: 0
Answers: 1