Most answered questions in DevOps & Agile

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,295 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 705 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
520 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,744 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,144 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,336 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,209 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
724 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
558 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
712 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,126 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,247 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,032 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,400 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
511 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
577 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
741 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
941 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
899 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
538 views
+1 vote
1 answer

How to uninstall docker from windows? (DockerToolbox)

Go to your task manager and close ...READ MORE

Oct 25, 2018 in DevOps & Agile by Sophie may
• 10,610 points
4,240 views
+1 vote
1 answer

Unable to run Docker commands on Windows

This problem occurs because, docker daemon is ...READ MORE

Oct 25, 2018 in Docker by Sophie may
• 10,610 points
1,328 views
+1 vote
1 answer

How to mount private SSH key on Docker for Windows container?

You could use a volume with -v ...READ MORE

Oct 25, 2018 in Docker by Sophie may
• 10,610 points
3,107 views
+1 vote
1 answer

What is the default amount of memory provided for Windows Docker containers?

Docker for Windows containers by default get: On ...READ MORE

Oct 25, 2018 in Docker by Sophie may
• 10,610 points
547 views
+1 vote
1 answer

Is autoscaling possible in kubernetes ingress nginx

In principle, the NGINX ingress controller is ...READ MORE

Oct 24, 2018 in Kubernetes by Kalgi
• 52,360 points
1,297 views
+1 vote
1 answer

aws creating new instances when I terminate an existing instance

Hey @Hannah, Check if the autoscaling is ...READ MORE

Oct 24, 2018 in Kubernetes by Kalgi
• 52,360 points
433 views
+1 vote
1 answer

Error creating VPC when trying to create cluster on AWS

By default AWS only allows 5 vpcs ...READ MORE

Oct 24, 2018 in Kubernetes by Kalgi
• 52,360 points
1,792 views
+1 vote
1 answer

Error saying "no matching hosted zone found" when trying to create the cluster

Hey @Hannah, change the create cluster command ...READ MORE

Oct 24, 2018 in Kubernetes by Kalgi
• 52,360 points
3,676 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
458 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,002 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,151 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
473 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
595 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
947 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
595 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
595 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,021 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
390 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
621 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,198 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
792 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,450 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,315 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,256 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,254 views
0 votes
1 answer

Error: Shell script fails on Docker for windows

I got a similar error, just try ...READ MORE

Oct 15, 2018 in Docker by Tyrion anex
• 8,700 points
2,557 views
0 votes
1 answer

Minikube:Exposing mysql as a service on localhost

You can create services without selector in ...READ MORE

Oct 13, 2018 in Kubernetes by DareDev
• 6,890 points
7,253 views
0 votes
1 answer

Forcing specific deployments/pods to deploy on master

Tolerations do not guarantee that a pod ...READ MORE

Oct 13, 2018 in Kubernetes by ajs3033
• 7,300 points
4,413 views
0 votes
1 answer

Create named and latest tag in Docker.

Here is what you can do to ...READ MORE

Oct 11, 2018 in Docker by Damon Salvatore
• 5,980 points
458 views