Questions tagged [kops]

Kubernetes Operations is a cluster management utility for Kubernetes clusters. Questions about cluster installation and management are OFF TOPIC for Stack Overflow.

Kubernetes Operations is a deployment utility for clusters.

Stack Overflow questions must be programming-related, and questions about installing or upgrading Kubernetes clusters are off topic. These questions may be better asked on another tack Overflow site, like Server Fault or DevOps Stack Exchange.

395 questions
0
votes
1 answer

What are the Networking Modes in kube-aws?

I was trying to figure out the networking modes that we can use while using kube-aws to set up kubernetes. I didn't find any document for that the way I found out for kops.https://github.com/kubernetes/kops/blob/master/docs/networking.md. Can you…
SmrutiRanjan
  • 93
  • 2
  • 7
0
votes
1 answer

Change process limit of open file descriptors inside a container

Is there any way to change the limits, open file descriptors in my case, both soft and hard, for a running process inside a pod? I'm running a memcached deployment using helm stable/memcached, but the 1024 open file limit is really short for the…
migas
  • 4,787
  • 3
  • 15
  • 15
-1
votes
1 answer

Problem with running a aws cloud kubernetes project in local 2-node kubernetes cluster

I am trying to run this project configured for AWS cloud deployment in my local cluster environment. In the cloud deployment, it is configured using Kubernetes CLI (kubectl) and kops (a tool to create & manage Kubernetes clusters on public cloud…
-1
votes
1 answer

Changing the Key to the kops cluster doesn't let me ssh to master nodes from bastion host

I am trying to rotate keys for my Kubernetes cluster that I created through kops. Here are the steps that I followed - 1. Deleted the ssh public key from kops kops delete secret --name mycluster sshpublickey admin 2. Created a new keypair…
Anshul Tripathi
  • 529
  • 2
  • 11
  • 28
-1
votes
1 answer

Kubernetes AWS Dashboard Questions

I have a working Kubernetes gossip-based cluster deployed on AWS using Kops. I also have the dashboard running on localhost:8001 on my local machine. If I understand correctly this URL https://kubernetes.io/docs/admin/authentication/ gives the…
Raster R
  • 267
  • 1
  • 11
1 2 3
26
27