Most voted questions in DevOps & Agile

0 votes
1 answer

How do I restart a single container with docker-compose?

Actually it's not that difficult. Here is ...READ MORE

Nov 8, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
7,209 views
0 votes
1 answer

which is better to use between Dockerfile and docker compose?

Here is a concept that will help ...READ MORE

Nov 6, 2018 in Docker by Damon Salvatore
• 5,980 points
2,731 views
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,770 views
0 votes
1 answer

How to access container from dev machine on Docker for windows?

What you can do is, allow access ...READ MORE

Nov 6, 2018 in Docker by Sophie may
• 10,610 points
1,299 views
0 votes
2 answers

Docker error on windows operating sytem

Because the Docker Engine daemon uses Linux-specific kernel features, ...READ MORE

Aug 29, 2020 in DevOps & Agile by Pistle
• 1,000 points
549 views
0 votes
1 answer

Docker For Windows Error: Windows 10 Bootcamp network is down

If you want to perform testing, then ...READ MORE

Nov 5, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points

edited Nov 5, 2018 by Tyrion anex 708 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
525 views
0 votes
2 answers

How to install Docker on Windows Server 2008?

You can install it with "Docker Toolbox ...READ MORE

Aug 25, 2020 in DevOps & Agile by Pistle
• 1,000 points
4,458 views
0 votes
2 answers

How to build docker images using VS2017?

Open Visual Studio and create a new project. Select ASP.Net Core Web ...READ MORE

Aug 25, 2020 in DevOps & Agile by Pistle
• 1,000 points
1,026 views
0 votes
1 answer

Svn ignoring “--password” and “--username” options

That prompt doesn't really look like Subversion ...READ MORE

Oct 31, 2018 in DevOps & Agile by DataKing99
• 8,240 points
1,755 views
0 votes
1 answer

"error marking master: timed out waiting for the condition" while creating a kubernetes cluster

There could be many reasons that generates ...READ MORE

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

Docker for windows error: docker-machine on virtual machine in Windows can't connect to running host

I faced similar issues, all you have ...READ MORE

Oct 30, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
1,338 views
0 votes
1 answer

Docker for Windows Error: Can't call chown inside Docker container

I’ve come across a similar issue, try ...READ MORE

Oct 30, 2018 in Docker by Tyrion anex
• 8,700 points
1,222 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
725 views
0 votes
1 answer

Is Cluster level logging using Elasticsearch and Kibana possible on Docker for Windows?

Kubernetes is an open-source tool for automating ...READ MORE

Oct 29, 2018 in DevOps & Agile by Sophie may
• 10,610 points
565 views
0 votes
1 answer

Error while installing Docker for Windows on the Divio App

As you have Windows Home edition, one ...READ MORE

Oct 29, 2018 in Docker by Sophie may
• 10,610 points
716 views
0 votes
1 answer

Kubernetes: Unable to get services in namespace: logs"system:serviceaccount:default:default"

Your approach is wrong here. Namespace is ...READ MORE

Oct 27, 2018 in Kubernetes by ajs3033
• 7,300 points
7,147 views
0 votes
1 answer

Kubernetes nodes crashing due to DiskPressure

From the ll find that DiskPressure raises when: According to ...READ MORE

Oct 27, 2018 in Kubernetes by DareDev
• 6,890 points
6,254 views
0 votes
1 answer

Enter in a Docker container already running with a new TTY?

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

Oct 27, 2018 in Docker by shubham
• 7,340 points
2,043 views
0 votes
1 answer

Remove old and unused Docker images

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

Oct 27, 2018 in DevOps & Agile by shubham
• 7,340 points
1,413 views
0 votes
1 answer

What is a Replication Controller

If there are too many pods, the ...READ MORE

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

How do I run kubernetes on AWS

There are two main ways to use ...READ MORE

Oct 26, 2018 in Kubernetes by Kalgi
• 52,360 points
581 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
761 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
946 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
906 views
0 votes
5 answers

Kubernets cluster pod stays in pending state

I had the same issue. I spent ...READ MORE

May 3, 2019 in Kubernetes by Kashish
20,533 views
0 votes
1 answer

Is docker for windows running Linux container in VirtualBox?

It uses HyperV in newer releases. It ...READ MORE

Oct 26, 2018 in Docker by Tyrion anex
• 8,700 points
546 views
0 votes
2 answers

Error while installing Docker for windows 10

RUN cmd as administrator then check use ...READ MORE

Aug 26, 2020 in Docker by Pistle
• 1,000 points
2,507 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,108 views
0 votes
1 answer

Docker for windows installation fails on PresentationFramework.Aero2

Docker for Windows only works on Windows ...READ MORE

Oct 23, 2018 in Docker by Tyrion anex
• 8,700 points
461 views
0 votes
1 answer

How to restart docker for windows using Powershell?

Try this: $processes = Get-Process "*docker for windows*" if ...READ MORE

Oct 23, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
7,016 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,158 views
0 votes
2 answers

Recover kops Kubernetes cluster

Adding to @hannah's answer, you need to do one ...READ MORE

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

Using IBM Bluemix Track & Plan how to manage multiple instance?

As of now, there is not a ...READ MORE

Oct 17, 2018 in Kubernetes by lina
• 8,220 points
477 views
0 votes
1 answer

Trying to create Kubernetes cluster inside existing vpc in aws

You can add this ENV variable  export VPC_ID=vpc-YOURID READ MORE

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

Can I run docker containers on different machines?

Docker defines a format for bundling an ...READ MORE

Aug 26, 2020 in Kubernetes by Pistle
• 1,000 points
1,399 views
0 votes
1 answer

Using REST API I cannot connect SonarQube to JIRA 7

The JIRA Plugin is not compatible with JIRA 7 ...READ MORE

Oct 17, 2018 in Kubernetes by lina
• 8,220 points
956 views
0 votes
1 answer

How to build Start vNext from Powershell and fetch artifacts

TFS 2015 comes with the new REST API, ...READ MORE

Oct 17, 2018 in Kubernetes by lina
• 8,220 points
598 views
0 votes
1 answer

Error saying "Error reading ssh key" when trying to create the cluster

You need to create the public key ...READ MORE

Oct 17, 2018 in Kubernetes by Kalgi
• 52,360 points
596 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
1,034 views
0 votes
1 answer

While creating an isolated environment can I use Vagrant or Docker ?

One of the really great things with ...READ MORE

Oct 17, 2018 in Docker by lina
• 8,220 points
396 views
0 votes
2 answers

Error saying "SSH public key must be specified when running with aws" when trying to create the cluster

You need to create the public key ...READ MORE

Oct 17, 2018 in Kubernetes by Kalgi
• 52,360 points
3,463 views
0 votes
1 answer

Error when executing kops update cluster cluster_name --yes

There could be multiple reasons for errors. ...READ MORE

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

"No such host" error when executing kops validate cluster command

You get this error when the cluster ...READ MORE

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

Error saying "Found multiple hosted zoned matched" when trying to create cluster on AWS using kops

Go to the list of hosted zones ...READ MORE

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

Docker for windows Error: Cannot ping google.com from windows containers

Docker for windows and linux have different ...READ MORE

Oct 16, 2018 in Docker by Tyrion anex
• 8,700 points
1,458 views
0 votes
1 answer

How to change hosts in Docker for Windows in daemon.json?

you cannot specify options both as a ...READ MORE

Oct 16, 2018 in Docker by Tyrion anex
• 8,700 points
4,333 views
0 votes
1 answer

Cannot connect unix:///var/run/docker.sock in kubernetes using GitLab CI runner

Do not use this: DOCKER_DRIVER: overlay because OVERLAY is ...READ MORE

Oct 16, 2018 in Kubernetes by DareDev
• 6,890 points
3,265 views
0 votes
1 answer

Pods with vloumes using kubectl run

The JSON format you're using to override ...READ MORE

Oct 16, 2018 in Kubernetes by ajs3033
• 7,300 points
4,266 views