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)
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
Accessing the cluster application using api server address on AKS
I am a little confused about API server address host that is provided by AKS why am i not able to access the cluster application via the api server address or is there any way i can do that?? I know w...
ashu8912
Votes: 0
Answers: 1
Accessing to kubernetes from pod using java api, returns forbbiden error
I want to connect to kubernetes api from a pod using the java kubernetes library. But when I try to do anything with the api, kubernetes returns Forbbiden error.
Here is the code of how I connect.
Api...
jaimet
Votes: 0
Answers: 0