Latest questions in DevOps & Agile

+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
350 views
+5 votes
1 answer

How much automation is too much automation

I think with incidents, there isn’t enough ...READ MORE

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

How to update docker-compose on Docker for Windows?

Please check "version" value in the docker-compose.yml ...READ MORE

Sep 21, 2018 in Docker by Tyrion anex
• 8,700 points
3,269 views
0 votes
1 answer

Docker for Windows – How to access container in local network?

You have to map the port to ...READ MORE

Sep 21, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
2,677 views
+3 votes
1 answer

Git vs Mercurial

I'm going to put down pros and ...READ MORE

Sep 20, 2018 in Git & GitHub by lina
• 8,220 points
674 views
–1 vote
1 answer

error saying "denied: requested access to the resource is denied" when trying to push an image to dockerhub

tag the image first and then push ...READ MORE

Sep 20, 2018 in Docker by Kalgi
• 52,360 points
3,231 views
+3 votes
4 answers

How do I execute multiple commands using docker-compose

It can be solve by using bash -c ...READ MORE

Sep 20, 2018 in Docker by shubham
• 7,340 points
109,989 views
+2 votes
1 answer

Error saying "Error: error parsing app-deployment.yaml: error converting YAML to JSON"

This error usually occurs when there's a ...READ MORE

Sep 20, 2018 in Kubernetes by Kalgi
• 52,360 points
9,767 views
+2 votes
1 answer

What is the difference between a container and an image in Docker?

 Below is reference which you can follow to know ...READ MORE

Sep 20, 2018 in DevOps & Agile by shubham
• 7,340 points
930 views
0 votes
1 answer

Docker for windows error: Database lost on docker restart

If you are using docker-compose down/up, keep in ...READ MORE

Sep 20, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
778 views
0 votes
1 answer

How to run an image with volume on docker for windows?

Try : declaring the volume of container mounting the ...READ MORE

Sep 20, 2018 in Docker by Tyrion anex
• 8,700 points
640 views
+1 vote
5 answers

"Unable to locate package" error while installing kubelet, kubeadm, kubectl

Work around 1 :  log in as ...READ MORE

Oct 25, 2018 in Kubernetes by Lakshmi Narayana ( L N )
20,685 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
351 views
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,099 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,308 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,981 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
554 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,444 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,091 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,958 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,234 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
479 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,980 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,717 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
737 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,251 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,702 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,631 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
619 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,486 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,812 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,082 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,089 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,434 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,554 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,520 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
711 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,610 views
+1 vote
4 answers

Can I set ulimit for containers in k8s?

You can either modify them via UserData ...READ MORE

May 7, 2019 in Kubernetes by Inayat
17,744 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,978 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,541 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,267 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,410 views