python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to write/use K8 Python client to create a new role, sa & role binding
I am currently figuring out what is the best way to programmatically manage the Kubernetes cluster (eks). I have come across a python Kubernetes client where I was able to load the local config and th...
lankan
Votes: 0
Answers: 1
Why `ServiceAccount` exists, but there is no such entity for the regular human user?
When managing entities semantically connected with Kubernetes, it makes sense to let Kubernetes manage them. Kubernetes manages ServiceAccount as a resource kind, but does not have similar kinds for h...
J. Tarasov
Votes: 0
Answers: 1
Exposing kubernetes service container running on my PC localhost via WLAN IP to enable connection from another PC with both PCs on the same router
I have a k8s service running on my PC locally and works fine.
The Database and the services. everything works fine and are accessible via localhost on my browser and postman.
However, I want to be abl...
DevLayi
Votes: 0
Answers: 1
kubectl get AzureAssignedIdentities -A -o yaml is empty
I am trying to deploy an api version with the following templates:
"apiVersion": "apiextensions.k8s.io/v1",
"kind": "CustomResourceDefinition",
"metadata&q...
Joji
Votes: 0
Answers: 0