Most voted questions in DevOps & Agile

0 votes
2 answers

Error saying “Error from server (NotFound): the server could not find the requested resource”

official Documentation says: A client should be skewed ...READ MORE

Sep 19, 2018 in Kubernetes by Nilesh
• 7,050 points
4,096 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,305 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
442 views
0 votes
1 answer

Kubelet process has high CPU usage over long time

Kubelet stores information about all pods, running ...READ MORE

Sep 19, 2018 in Kubernetes by Kalgi
• 52,360 points
1,978 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
553 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,436 views
0 votes
1 answer

How do I assign a port mapping to an existing Docker container?

Below are some steps which you can ...READ MORE

Sep 19, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
9,089 views
0 votes
1 answer

How do I push a docker image to a private repository?

Here is what you can do. Just try ...READ MORE

Sep 19, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
1,230 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,954 views
0 votes
1 answer

Accessing private Docker Hub repository from Kubernetes on Vagrant

In order to pull private dockerhub hosted ...READ MORE

Sep 18, 2018 in Kubernetes by DareDev
• 6,890 points
1,232 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
478 views
0 votes
1 answer

Set the concurrencyPolicy in a cronjob

The property concurrencyPolicy is part of the CronJob spec, ...READ MORE

Sep 18, 2018 in Kubernetes by Kalgi
• 52,360 points
1,979 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,713 views
0 votes
1 answer

Running a custom docker image on GKE

You'll have tom push your image to ...READ MORE

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

Trying to pass "--runtime-config=batch/v2alpha1=true" argument

on the master server api configuration stored ...READ MORE

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

Is there a way to start a cron job manually

You can create a simple job based ...READ MORE

Sep 18, 2018 in Kubernetes by Nilesh
• 7,050 points
10,242 views
0 votes
3 answers

Change the schedule of Kubernetes cron job

kubectl patch <backup-cronjob> -p '{"spec":{"schedule": "0 0 ...READ MORE

Jun 21, 2019 in Kubernetes by sudhams reddy duba
6,691 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,628 views
0 votes
1 answer

Kubernetes - Job scheduling API

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

Sep 17, 2018 in Kubernetes by Kalgi
• 52,360 points
1,483 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,809 views
0 votes
2 answers

run cron jobs inside container in background, when i am having a nodejs application as endpoint in foreground?

You can define a health check in ...READ MORE

Sep 17, 2018 in Kubernetes by lina
• 8,220 points
2,077 views
0 votes
1 answer

Running A cronjob in a pod in Kubernetes

Unfortunately, you cannot run the CronJob inside a container ...READ MORE

Sep 17, 2018 in Kubernetes by Kalgi
• 52,360 points
2,088 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,430 views
0 votes
1 answer

Kubernetes cron job call curl in loop

It's a small silly mistake: dollar sign $ should be ...READ MORE

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

Connect to existing pod, execute script, disconnect - Kubernetes cron job

As far as i know there's no ...READ MORE

Sep 17, 2018 in Kubernetes by Kalgi
• 52,360 points
4,515 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
709 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,608 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
614 views
0 votes
1 answer

Disable SSL redirect for Kubernetes NGINX ingress

Adding ingress.kubernetes.io/ssl-redirect: "false" to annotations will disable the SSL redirect: apiVersion: extensions/v1beta1 kind: ...READ MORE

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

Increasing the shm size of a kubernetes container

You cannot achieve this in kubernetes pod. READ MORE

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

Error saying: no service with name kube-system/default-http-backend found

I’ve got an example that worked fine ...READ MORE

Sep 12, 2018 in Kubernetes by Kalgi
• 52,360 points
11,769 views
0 votes
2 answers

Error saying: Ingress Error No healthy backends could be found. Check pod liveness probes for more details.

In the Dockerfile, you need to export ...READ MORE

Sep 12, 2018 in Kubernetes by Hannah
• 18,570 points
1,264 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
703 views
0 votes
1 answer

error "secure connection failed" in ingress controller

Nginx ingress tries to redirect to an ...READ MORE

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

Kubernetes: Ingress doesn't set IP address

You must set up an ingress controller ...READ MORE

Sep 12, 2018 in Kubernetes by Kalgi
• 52,360 points
1,519 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
627 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,571 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,451 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
888 views
0 votes
1 answer

Defining a fallback service for Kubernetes ingress

For the Nginx Ingress Controller there is ...READ MORE

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

Running a HTTPS SSE server over Kubernetes/Ingress and Google Cloud Platform

Try adding a long time on the ...READ MORE

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

Kubernetes nginx-ingress TLS issue

You have to create a secret named test-secret. ➜ ...READ MORE

Sep 11, 2018 in Kubernetes by Kalgi
• 52,360 points
1,775 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
426 views
0 votes
1 answer

Issue with Kubernetes ingress routing to Nextjs applications

You’re using nginx ingress controller which does ...READ MORE

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

How do I expose multiple port with Docker?

If you want to expose only one port, ...READ MORE

Sep 11, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
10,383 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
718 views
0 votes
2 answers

Not able to expose port 80 on the host, kubernetes ingress

I was facing the same error. The nginix ...READ MORE

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

How to edit file after I shell to a docker container?

Since docker images are trimmed to bare minimum ...READ MORE

Sep 11, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
3,550 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
607 views
0 votes
1 answer

Privileged containers in kubernetes

Your container will have kernel capabilities if ...READ MORE

Sep 11, 2018 in Docker by DareDev
• 6,890 points
1,918 views