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)
Kops nginx-Ingress controller fails to create AWS Network Load Balancer due to permission issue
I created my Kubernetes cluster using kops on aws. The cluster has been successfully created.
When I try to deploy the nginx-ingress-controller with Network Load Balancer from AWS, it shows a not auth...
vjwilson
Votes: 0
Answers: 1
Unrecognized feature gate SupportPodPidsLimit. KOPS, Kubernetes 1.23.0
I'm spawning a kube cluster with KOPS. All works fine until I added feature gate SupportPodPidsLimit to kubelet:
kubelet:
featureGates:
SupportPodPidsLimit: "true"
Master node syslo...
Dmytro Nasyrov
Votes: 0
Answers: 1
Access Denied while communicating between pods in AWS kops kubernetes
We want to communicate between the two pods that are deployed on AWS kops Kubernetes.
Pods are deployed with spring boot microservices. Trying to call an endpoint of one microservice from the other mi...
vijay
Votes: 0
Answers: 0
Kops rotates x509 client certificate in kubeconfig
I have a Kops cluster where I want to rotate the client certificate in the kubeconfig. I read and follow https://kops.sigs.k8s.io/operations/rotate-secrets/, but the certificate in the kubeconfig is s...
thenewasker
Votes: 0
Answers: 0