Top "Kops" questions

Kubernetes Operations is a deployment utility for Kubernetes clusters.

How to Add Users to Kubernetes (kubectl)?

I've created a Kubernetes cluster on AWS with kops and can successfully administer it via kubectl from my local machine. …

kubernetes kubectl kops
Kubernetes : dial tcp 127.0.0.1:8080: connect: connection refused

I've launched kubernetes cluster using kops. It was working find and I started facing the following problem: kubectl get pods …

kubernetes devops kubectl kops
aws s3api create-bucket —bucket make exception

I am trying to create an S3 bucket using aws s3api create-bucket —bucket kubernetes-aws-wthamira-io It gives this error: An …

amazon-web-services amazon-s3 kubernetes kops
how to add a node to my kops cluster? (node in here is my external instance)

I have created a Kubernetes cluster on AWS by following the instructions below. All my master and worker nodes are …

amazon-web-services kubernetes cloud kops
Volume is already exclusively attached to one node and can't be attached to another

I have a pretty simple Kubernetes pod. I want a stateful set and want the following process: I want to …

kubernetes kops statefulset
nginx-ingress: Too many redirects when force-ssl is enabled

I am setting up my first ingress in kubernetes using nginx-ingress. I set up the ingress-nginx load balancer service like …

nginx kubernetes kops kubernetes-ingress
How do I use kubectl via an ssh tunnel to access my internal ELB over my kubernetes API?

I want to create a kubernetes cluster using KOPS that uses a private topology completely (all master/worker nodes are …

kubernetes kubectl ssh-tunnel kops
How to restart kubelet on master to change flag options and how to apply that in terraform

Kops created a cluster as well as terraform scripts. How to restart kubelet and provide new flags for garbage collection(…

kubernetes terraform kops