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
How to add token_id to .kube/config file directly
The official documentation of kubernetes (https://kubernetes.io/docs/reference/access-authn-authz/authentication/) states at some point: "3. Call Kubectl with --token being the id_token OR add to...
supertramp
Votes: 0
Answers: 1
How to use kubeconfig as environment variable in GitLab
I'm creating a GitLab CI/CD pipeline to deploy an application to Azure Kubernetes Services.
How can I specify a kubeconfig file as environment variable?
How can be used in the pipeline?
Salvatore Calla'
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