Most answered questions in DevOps & Agile

+1 vote
2 answers

DevOps used in financial services

We review Timeshare Exit Companies helping you ...READ MORE

Feb 8, 2022 in Kubernetes by Exittime
• 170 points
517 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,078 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,297 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,218 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,065 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,255 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
879 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,758 views
0 votes
2 answers

How to install docker-compose on Windows?

Docker compose is already installed if you ...READ MORE

Apr 15, 2019 in Docker by Anudeep
4,300 views
0 votes
2 answers

Kubernetes Ingress running behind nginx reverse proxy

You need an ingress as mentioned by ...READ MORE

Sep 10, 2018 in Kubernetes by Hannah
• 18,570 points
8,102 views
0 votes
2 answers

Kubernetes Ingress servicePort alternative?

Check out this example that allows to ...READ MORE

Nov 20, 2020 in Kubernetes by anonymous
1,045 views
0 votes
2 answers

How do I force Docker for a clean build of an image ?

You could try this inorder to clean ...READ MORE

Aug 6, 2019 in Docker by Sirajul
• 59,230 points
10,262 views
0 votes
2 answers

single point of entry for multiple services in kubernetes ingress

I tried having something similar too. Deployment apiVersion: extensions/v1beta1 kind: ...READ MORE

Sep 7, 2018 in Kubernetes by Hannah
• 18,570 points
2,338 views
+1 vote
2 answers

How do I run a docker image as a container?

You can run an image depends on whether you ...READ MORE

Sep 7, 2018 in Docker by Damon Salvatore
• 5,980 points
1,316 views
0 votes
2 answers

Deny access to some specific paths while using kubernetes ingress

Try to create two Ingresses first by default ...READ MORE

Sep 21, 2018 in Kubernetes by Nilesh
• 7,050 points
11,533 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
710 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
555 views
+1 vote
2 answers

How do I remove an image in Docker?

Here is what you can try. Use docker ...READ MORE

Sep 4, 2018 in Docker by Damon Salvatore
• 5,980 points
726 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
691 views
0 votes
2 answers

In Docker for Windows: How do I stop containers from automatically starting on the daemon start?

Docker will autostart any container with a ...READ MORE

Aug 14, 2019 in Docker by Sirajul
• 59,230 points
1,178 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
631 views
+1 vote
2 answers

Accessing Kubernetes Web UI (Dashboard)

To access Kubernetes dashboard, you need to ...READ MORE

Apr 16, 2019 in Kubernetes by Ray
2,038 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
916 views
0 votes
2 answers

Restart pods when configmap updates in Kubernetes?

Use Deployments, and consider your ConfigMaps to ...READ MORE

Aug 31, 2018 in Kubernetes by Nilesh
• 7,050 points
7,335 views
0 votes
2 answers

kubernetes service external ip pending

If you are not using GCE or ...READ MORE

Aug 31, 2018 in Kubernetes by Nilesh
• 7,050 points
12,324 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,246 views
0 votes
2 answers

The Status of nodes shown unknown

This worked for me In Azure, if you ...READ MORE

Aug 30, 2018 in Kubernetes by Nilesh
• 7,050 points
2,020 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,240 views
0 votes
2 answers

DNS does not resolve with NGINX in Kubernetes

adding to @kalgi's answer Using just the hostname ...READ MORE

Aug 30, 2018 in Kubernetes by Nilesh
• 7,050 points
5,195 views
0 votes
2 answers

keep container running on Kubernetes

Try using this CMD in your Dockerfile: CMD exec /bin/bash ...READ MORE

Aug 30, 2018 in Kubernetes by Nilesh
• 7,050 points
13,181 views
0 votes
2 answers

run private docker images on Google Container Engine

run docker login on minions before starting.  ...READ MORE

Aug 30, 2018 in Kubernetes by Nilesh
• 7,050 points
533 views
0 votes
2 answers

Is it possible to copy Docker images from one host to another without via repository?

To save an image to any file ...READ MORE

Aug 9, 2019 in DevOps & Agile by Sirajul
• 59,230 points
728 views
0 votes
2 answers

Access Kubernetes api from within a pod container

wget version: KUBE_TOKEN=$(</var/run/secrets/kubernetes.io/serviceaccount/token) wget -vO- ...READ MORE

Aug 29, 2018 in Kubernetes by Nilesh
• 7,050 points
2,410 views
0 votes
2 answers

Pod status terminating-Kubernentes

Delete the finalizers block from resource (pod,deployment,ds ...READ MORE

Aug 29, 2018 in Kubernetes by Hannah
• 18,570 points
607 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
663 views
0 votes
2 answers

Access Kubernetes API using minKube

Try these commands: kubectl proxy --port=8080 You can then ...READ MORE

Aug 28, 2018 in Kubernetes by Hannah
• 18,570 points
1,628 views
+1 vote
2 answers

How do I copy a file from docker container to host?

Here is a way which you can ...READ MORE

Aug 28, 2018 in Docker by Damon Salvatore
• 5,980 points
28,202 views
0 votes
2 answers

Using a local image to create a pod in K8s

I'm not sure but you can try ...READ MORE

Apr 29, 2019 in Kubernetes by Vishaka
19,300 views
0 votes
2 answers

How to copy files from host to Docker container?

You could also try to mount a ...READ MORE

Aug 9, 2019 in DevOps & Agile by Sirajul
• 59,230 points
6,332 views
0 votes
2 answers

difference between the `COPY` and `ADD` commands in a Dockerfile

Hi, COPY and ADD are both Dockerfile instructions that serve similar purposes. They ...READ MORE

Dec 23, 2020 in DevOps & Agile by akhtar
• 38,230 points
4,579 views
0 votes
2 answers

How does Docker for Windows run Linux containers?

One of the most important enhancements is ...READ MORE

Aug 29, 2020 in DevOps & Agile by Pistle
• 1,000 points
787 views
0 votes
2 answers

How do I start jenkins as an admin without having the need of entering credentials?

I found a way around: Go to /Users/Username/.jenkins/ Open config.xml and remove ...READ MORE

Aug 22, 2018 in Jenkins by DareDev
• 6,890 points
7,186 views
+1 vote
2 answers

Delete a git branch locally and remotely

Deleting a remote branch: git push origin --delete ...READ MORE

Aug 20, 2018 in Git & GitHub by Nilesh
• 7,050 points
3,171 views
+1 vote
2 answers

undo git add before commit

git status git will tell you what is ...READ MORE

Aug 20, 2018 in Git & GitHub by Nilesh
• 7,050 points

edited Dec 21, 2020 by MD 2,809 views
0 votes
2 answers

Detach/move subdirectory into separate git repo

git filter-branch --prune-empty --subdirectory-filter <YOUR_SUBDIR_TO_KEEP> master git push ...READ MORE

Aug 20, 2018 in Git & GitHub by Nilesh
• 7,050 points
603 views
0 votes
2 answers

Delete all git branches that have been merged

To delete all local branches that are ...READ MORE

Aug 21, 2018 in Git & GitHub by Nilesh
• 7,050 points
2,466 views
0 votes
2 answers

Add images to README.md on GitHub

This is the easiest way to go ...READ MORE

Aug 21, 2018 in Git & GitHub by Nilesh
• 7,050 points
19,716 views
0 votes
2 answers

How do I create a volume in kubernetes so that it doesn't get detroyed when pods die?

if you need to do this is ...READ MORE

Jul 26, 2020 in Kubernetes by Akash Gupta
1,283 views
0 votes
2 answers
0 votes
2 answers

Error - trustAnchors parameter must be non-empty

This fixed the problem for me on ...READ MORE

Aug 17, 2018 in Jenkins by Nilesh
• 7,050 points
3,171 views