Trending questions in Kubernetes

0 votes
1 answer

Networking between two pods

Define service resources for both your front-end ...READ MORE

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

Customize the routing logic in kubernetes ingress controller

Try building your own customized image based on ...READ MORE

Sep 7, 2018 in Kubernetes by Kalgi
• 52,360 points
1,137 views
0 votes
1 answer

Call endpoint periodically from kubernetes cron jon

Cron job would be appropriate to use. ...READ MORE

Sep 17, 2018 in Kubernetes by Kalgi
• 52,360 points
701 views
+1 vote
1 answer

Run a cron job once in N hours

If you want your cron job to ...READ MORE

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

Error while creating kubernetes dashboard

The installation fails because there is no ...READ MORE

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

Filter source ip in kubernetes ingress in GCE

This feature currently works only with nginx. Example ...READ MORE

Sep 7, 2018 in Kubernetes by Kalgi
• 52,360 points
1,098 views
0 votes
2 answers

Setting up Ingress (Kubernetes)

Also try creating the config maps for ...READ MORE

Sep 11, 2018 in Kubernetes by Hannah
• 18,570 points
877 views
0 votes
1 answer

Unable to schedule jobs every couple of days

Yes that is a very weird problem ...READ MORE

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

Deepstream.io on Kubernetes cluster

Kompose doesn’t support host volume mounting. Instead ...READ MORE

Sep 3, 2018 in Kubernetes by Kalgi
• 52,360 points
1,190 views
+1 vote
1 answer

Resources to learn Jenkins

To start of with basics you can ...READ MORE

Sep 21, 2018 in Kubernetes by Kalgi
• 52,360 points
341 views
0 votes
3 answers

Request Kubernetes API server

Create a api wrapper. This way you ...READ MORE

Aug 31, 2018 in Kubernetes by Hannah
• 18,570 points
1,177 views
0 votes
1 answer

Kubernetes Cronjob Only Runs Half the Time

The external circumstances prevents them from running ...READ MORE

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

Is it possible to access GCP resources using api without a user interaction.?

yes that's totally possible. You'd have to create ...READ MORE

Sep 19, 2018 in Kubernetes by Kalgi
• 52,360 points
427 views
0 votes
2 answers

Error while installing MiniKube

Check if it's properly enabled for the ...READ MORE

Aug 30, 2018 in Kubernetes by Kalgi
• 52,360 points
1,238 views
0 votes
1 answer

css download not adding /grafana to the URL.

You need to change root_url grafana's server setting to /grafana/: root_url ...READ MORE

Sep 12, 2018 in Kubernetes by Kalgi
• 52,360 points
698 views
0 votes
1 answer

oci runtime error while running kubernetes on rancher cluster

You need to switch Docker to 1.12.x; ...READ MORE

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

ConfigMaps volume not creating file in container

Did a little research and found the ...READ MORE

Sep 6, 2018 in Kubernetes by Atul
• 10,240 points
937 views
0 votes
1 answer

Traefik with Docker Stack doesn't detect port

When using traefik configured for swarm mode, ...READ MORE

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

Traefik as kubernetes ingress

Try something like this apiVersion: v1 kind: Service metadata: ...READ MORE

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

Unable to access pods using nodeIP

Your kubernetes cluster is missing the ingress ...READ MORE

Sep 7, 2018 in Kubernetes by Kalgi
• 52,360 points
874 views
0 votes
1 answer

Change apiserver runtime service

The apiserver is declared by a static ...READ MORE

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

502 Error pages when trying to run ingress

In order for Ingress to work on ...READ MORE

Sep 12, 2018 in Kubernetes by Kalgi
• 52,360 points
621 views
0 votes
1 answer

What is unknown user client in kubernetes?

I think your Legacy Authorisation has been ...READ MORE

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

Adding nameservers to kubernetes

For those usign Kubernetes kube-dns, flag -nameservers nor environment variable SKYDNS_NAMESERVERS are ...READ MORE

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

How ingress routing works

The dns of all the host name ...READ MORE

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

Define pod yaml dynamically-jenkins pipeline Kubernetes

Try using jinja template engine and python ...READ MORE

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

ingress port getting redirected in kubernetes

Try the following, it worked for me Changed ...READ MORE

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

Spark job using kubernetes instead of yarn

I should be in the format of ...READ MORE

Sep 6, 2018 in Kubernetes by Kalgi
• 52,360 points
792 views
0 votes
2 answers

Running Kubernetes in multimaster mode

I had the same issue and using ...READ MORE

Sep 6, 2018 in Kubernetes by Nilesh
• 7,050 points
704 views
0 votes
1 answer

Is possible to have same k8s service for multiple pods?

Reserve a static IP and then assign ...READ MORE

Jul 20, 2018 in Kubernetes by Kalgi
• 52,360 points
2,817 views
0 votes
1 answer

Unable to run Kubernetes on rancher cluster

switch Docker to 1.12.x; Kubernetes doesn't support ...READ MORE

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

Kubernetes ingress IP is set to docker0 ip

The issue here was the kubelet configuration. ...READ MORE

Sep 10, 2018 in Kubernetes by Kalgi
• 52,360 points
536 views
+5 votes
2 answers

Redirecting host to service path in kubernetes

What you are trying to do is ...READ MORE

Mar 27, 2018 in Kubernetes by DragonLord999
• 8,450 points
3,170 views
0 votes
2 answers

NoSuchBucket error when running Kubernetes on AWS

It was a bug on their part. ...READ MORE

Sep 4, 2018 in Kubernetes by Nilesh
• 7,050 points
687 views
0 votes
1 answer

Error saying "failed to get CPU consumption and request: some pods do not have request for cpu"

You are missing a CPU request on ...READ MORE

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

Not able to pull image from gcr.io

There was a recent outage to gce ...READ MORE

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

Accessing remote kubernetes cluster on azure using kubectl

So, try this. Edit your kube config ...READ MORE

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

“403 Insufficient Permission” while creating a Kubernetes Cluster on Google Cloud instance

To run ./cluster/kube-up.sh, you most likely need compute scope ...READ MORE

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

Running a cronjob in kubernetes

You will find the CronJobresource in the batch/v1beta1 API group. ...READ MORE

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

Kubernetes API authentication

Best way to retrieve the token is: kubectl ...READ MORE

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

Kubernetes livenessProbe http result?

inititally i thought there could be a ...READ MORE

Sep 5, 2018 in Kubernetes by Kalgi
• 52,360 points
554 views
0 votes
2 answers

Monitoring kubernetes job

you can do watch 'kubectl get pods | ...READ MORE

Sep 3, 2018 in Kubernetes by Nilesh
• 7,050 points
620 views
0 votes
1 answer

Not able to access kubernetes api from a pod in azure

Follow these steps Add --bind-address=0.0.0.0 option to the line https://github.com/kubernetes/kubernetes/blob/v1.2.0/docs/getting-started-guides/coreos/azure/cloud_config_templates/kubernetes-cluster-main-nodes-template.yml#L218  Created ...READ MORE

Aug 30, 2018 in Kubernetes by Kalgi
• 52,360 points
814 views
0 votes
2 answers

Kubernetes Docker logs

To tail the logs, use the -foption kubectl logs ...READ MORE

Sep 6, 2018 in Kubernetes by Nilesh
• 7,050 points
661 views
0 votes
1 answer

Kubernetes manifest apiserver not forwarding

Check the certificates that you’re using. Maybe you’re ...READ MORE

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

EV SSL Certificate in Kubernetes

Keep the private key which is generated ...READ MORE

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

No cluster folder created while installing Kubernetes

Download the latest release of kubernetes, once ...READ MORE

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

Kubernetes: kubectl node01 notready

check the below entries for these are ...READ MORE

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

Create kubernetes that manages pods in java

Fabric8's Kubernetes Client is using a generated ...READ MORE

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

Kubernetes Dashboard v1.8.3 deployment

You’ve created your ServiceAccount on a different ...READ MORE

Aug 27, 2018 in Kubernetes by Kalgi
• 52,360 points
728 views