Trending questions in Kubernetes

0 votes
1 answer

Accessing client IP of HTTP request from GKE

i assume you set up your service ...READ MORE

Nov 6, 2018 in Kubernetes by DareDev
• 6,890 points
1,718 views
+1 vote
1 answer

set up kubernetes NGINX ingress in AWS with SSL termination

Try using ingress itself in this manner except ...READ MORE

Oct 10, 2018 in Kubernetes by Kalgi
• 52,360 points
2,783 views
0 votes
2 answers

How to create ssh public key that is required to create kubernetes cluster in AWS

Duplicate of https://www.edureka.co/community/26673/error-saying-publi ...READ MORE

Oct 24, 2018 in Kubernetes by krishti
2,068 views
0 votes
1 answer

Do not wantthe cron job to restart with failure

you have to set a backoffLimit: 0 in combination ...READ MORE

Sep 18, 2018 in Kubernetes by Kalgi
• 52,360 points
3,654 views
0 votes
1 answer

Environment Variables inside a Cronjob in Kubernetes

Ofcourse you can. Cron job specification is ...READ MORE

Sep 18, 2018 in Kubernetes by Kalgi
• 52,360 points
3,591 views
0 votes
1 answer

Error "server misbehaving"

There's no dns setup on kubernetes, try ...READ MORE

Aug 28, 2018 in Kubernetes by Kalgi
• 52,360 points
4,491 views
0 votes
1 answer

Error saying Ports in use when initializing the cluster

You get this error because there already ...READ MORE

Nov 23, 2018 in Kubernetes by Hannah
• 18,570 points
703 views
0 votes
1 answer

Kubernetes- Jenkins slave node shows offline

TCP port for JNLP slave agent should ...READ MORE

Sep 5, 2018 in Kubernetes by Kalgi
• 52,360 points
4,047 views
0 votes
1 answer

How to setup error reporting in Stackdriver from kubernetes pods?

The basic idea is to start a ...READ MORE

Nov 13, 2018 in Kubernetes by ajs3033
• 7,300 points
1,057 views
0 votes
1 answer

Forcing ssl for Kubernetes Ingress on GKE

https://github.com/kubernetes/ingress-gce#frontend-https If you want to block http, you ...READ MORE

Sep 6, 2018 in Kubernetes by ajs3033
• 7,300 points
3,954 views
0 votes
1 answer

How to deploy at least one pod per minion while configuring replication controller?

I think what you actually want to ...READ MORE

Nov 23, 2018 in Kubernetes by ajs3033
• 7,300 points
568 views
0 votes
1 answer

Kubernetes HTTPS Ingress in Google Container Engine

n order to have HTTPs service exposed ...READ MORE

Nov 23, 2018 in Kubernetes by DareDev
• 6,890 points
552 views
0 votes
1 answer

Kubernetes - update ConfigMap programmatically

If you know Python, you can do ...READ MORE

Sep 3, 2018 in Kubernetes by Kalgi
• 52,360 points
4,000 views
0 votes
1 answer

ssh into the VM for Minikube?

Minikube uses boot2docker as its base image, ...READ MORE

Aug 29, 2018 in Kubernetes by Kalgi
• 52,360 points
4,214 views
+1 vote
1 answer

Error creating VPC when trying to create cluster on AWS

By default AWS only allows 5 vpcs ...READ MORE

Oct 24, 2018 in Kubernetes by Kalgi
• 52,360 points
1,737 views
0 votes
1 answer

When I try to connect to the WebSocket through the gateway I get a 403 error

Try upgrading Contour to v0.6.0-beta.3 with IngressRoute You can ...READ MORE

Oct 1, 2018 in Kubernetes by Kalgi
• 52,360 points
2,728 views
0 votes
1 answer

"error: argument --region: expected one argument" in kubernetes on aws

I think its the region issue, the ...READ MORE

Oct 9, 2018 in Kubernetes by Kalgi
• 52,360 points
2,293 views
0 votes
1 answer

Permission Error while GKE clusterrolebinding for cluster-admin

If your kubeconfig was created automatically by gcloud then ...READ MORE

Sep 3, 2018 in Kubernetes by ajs3033
• 7,300 points
3,839 views
0 votes
1 answer

How to rewrite all non-www traffic to www subdomain?-kubernetes ingress

The ingress.kubernetes.io/rewrite-target is used for rewriting the request URI, ...READ MORE

Sep 11, 2018 in Kubernetes by Kalgi
• 52,360 points
3,405 views
0 votes
1 answer

Deserialize Kubernetes YAML file

You need to import _ "k8s.io/client-go/pkg/apis/extensions/install" otherwise the schema ...READ MORE

Sep 4, 2018 in Kubernetes by Kalgi
• 52,360 points
3,614 views
0 votes
1 answer

Error saying "The specified bucket does not exist" in kubernetes

Bucket is created in another region. Looks like ...READ MORE

Aug 31, 2018 in Kubernetes by Kalgi
• 52,360 points
3,769 views
0 votes
1 answer

Now when I run "kubectl describe ing" the backend is listed as "UNHEALTHY" and all requests to the ingress IP give a 502

The application must return a 200 status ...READ MORE

Oct 5, 2018 in Kubernetes by Kalgi
• 52,360 points
2,249 views
0 votes
1 answer

Creating a kubernetes loadbalancer on AWS

Just put the type field as LoadBalancer ...READ MORE

Nov 13, 2018 in Kubernetes by DareDev
• 6,890 points
497 views
0 votes
1 answer

Traefik: Forward Authentication not working

Look at the 7th line of your ...READ MORE

Aug 27, 2018 in Kubernetes by Kalgi
• 52,360 points
3,860 views
0 votes
1 answer

"no such file or directory" error while executing yaml file as a cron job

When you get errors like these, you ...READ MORE

Sep 18, 2018 in Kubernetes by Kalgi
• 52,360 points
2,885 views
0 votes
1 answer

Upgrading the kubernetes cluster to the latest version

In the earlier version of kubernetes this ...READ MORE

Nov 15, 2018 in Kubernetes by ajs3033
• 7,300 points
365 views
+1 vote
1 answer

Is autoscaling possible in kubernetes ingress nginx

In principle, the NGINX ingress controller is ...READ MORE

Oct 24, 2018 in Kubernetes by Kalgi
• 52,360 points
1,272 views
0 votes
2 answers

Kubernetes on AWS: “Error: unknown flag: --config”

Update the cluster.yaml, changing the line kubernetesVersion: v1.6.6_coreos.1 to kubernetesVersion: v1.7.10_coreos.0 Should ...READ MORE

Oct 4, 2018 in Kubernetes by Kalgi
• 52,360 points
2,137 views
0 votes
1 answer

Pod status not ready always - kubernetes

I was having the same issue. In the ...READ MORE

Sep 6, 2018 in Kubernetes by Kalgi
• 52,360 points
3,355 views
0 votes
1 answer

Kubernetes Dashboard by kops on AWS show only json

Hey lina, Try checking you default dashboard access. use ...READ MORE

Oct 10, 2018 in Kubernetes by Kalgi
• 52,360 points
1,808 views
0 votes
1 answer

How to fail a (cron) job after a certain number of retries?

You're trying to set 3 asbackoffLimit of your Job. ...READ MORE

Sep 17, 2018 in Kubernetes by Kalgi
• 52,360 points
2,761 views
0 votes
3 answers

Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) while setting up kubernetes

Execute these three commands: sudo rm /var/lib/apt/lists/lock sudo rm ...READ MORE

Nov 27, 2018 in Kubernetes by Maverick
• 10,840 points
1,418 views
+1 vote
1 answer

Getting kubernetes ingress endpoint

Whatever you've done so far is correct ...READ MORE

Sep 21, 2018 in Kubernetes by Kalgi
• 52,360 points
2,470 views
0 votes
1 answer

Kubernetes Ingress not resolving backend service

I think you're trying to access the ingress ...READ MORE

Oct 1, 2018 in Kubernetes by Kalgi
• 52,360 points
2,063 views
0 votes
1 answer

kafka in Kubernetes cluster

Configure kafka container as follows: ports: ...READ MORE

Oct 22, 2018 in Kubernetes by Hannah
• 18,570 points
1,123 views
0 votes
1 answer

What is the network soln for Kubernetes in docker for Windows?

Out of the box is a work ...READ MORE

Nov 5, 2018 in Kubernetes by Tyrion anex
• 8,700 points
496 views
0 votes
1 answer

Pod keeps crashing or unhealthy

First, take a look at the logs ...READ MORE

Oct 26, 2018 in Kubernetes by Kalgi
• 52,360 points
918 views
0 votes
1 answer

Kubernetes error syncing pod

The issue caused by the docker container ...READ MORE

Aug 27, 2018 in Kubernetes by Kalgi
• 52,360 points
3,479 views
0 votes
1 answer

Pod stays in waiting in kubernetes cluster

If a Pod is stuck in the Waiting state, ...READ MORE

Oct 26, 2018 in Kubernetes by Kalgi
• 52,360 points
878 views
0 votes
1 answer

Where to set aws access/secret key for kube-up.sh

put following commands into a file xxxxx export ...READ MORE

Oct 29, 2018 in Kubernetes by Kalgi
• 52,360 points
711 views
0 votes
1 answer

Autodelete persistant volume claim when kubernetes job is completed

@Nilesh your idea seems really nice but ...READ MORE

Sep 19, 2018 in Kubernetes by Kalgi
• 52,360 points
2,392 views
0 votes
1 answer

Kubernetes Ingress controllers for wildcard url mapping

If you use the stock controllers you ...READ MORE

Sep 10, 2018 in Kubernetes by Kalgi
• 52,360 points
2,777 views
0 votes
1 answer

DeamonSet pod not scheduling on Master Node

Ever since kubernetes 1.6, DaemonSets are not ...READ MORE

Sep 14, 2018 in Kubernetes by DareDev
• 6,890 points
2,537 views
0 votes
2 answers

Kubernetes(GKE) cronjob not working

Adding to @Kalgi's answer I think you ...READ MORE

Sep 19, 2018 in Kubernetes by Nilesh
• 7,050 points
2,274 views
0 votes
1 answer

Why do jobs have to be idempotent - kubernetes cron jobs

To understand why this happens lets for ...READ MORE

Sep 17, 2018 in Kubernetes by Kalgi
• 52,360 points
2,389 views
0 votes
1 answer

Pod not running as expected in kubernetes

Heyy @Hannah, It may be that there ...READ MORE

Oct 26, 2018 in Kubernetes by Kalgi
• 52,360 points
686 views
0 votes
1 answer

How do I create a service account for my dashboard and get all the credentails

Run the following commands: This command will create ...READ MORE

Oct 8, 2018 in Kubernetes by Kalgi
• 52,360 points
1,458 views
0 votes
2 answers

kubernetes service external ip pending

This question is very similar to this. READ MORE

Oct 8, 2018 in Kubernetes by Nilesh
• 7,050 points
2,192 views
0 votes
1 answer

How do I get client IP addressed from HTTP requests in kubernetes services?

Kube-proxy can get out of the loop ...READ MORE

Sep 11, 2018 in Kubernetes by DareDev
• 6,890 points
2,545 views
0 votes
1 answer

Create a volume in kubernetes that won't get destroyed even if the pods die?

You can use the writemany which should ...READ MORE

Oct 17, 2018 in Kubernetes by lina
• 8,220 points
965 views