Latest questions in DevOps & Agile

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,031 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,399 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
576 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
939 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
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,521 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
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,494 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,105 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
546 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,296 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
3 answers

"400 bad request-The plain http request was sent to https port" nginx

If you check your config file, it ...READ MORE

Apr 30, 2019 in Kubernetes by Vaidya
34,167 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,096 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,785 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
+2 votes
5 answers

Restarting nodes on kubernetes as the node status shows unknown

I had a similar issue, but mine ...READ MORE

Oct 23, 2018 in Kubernetes by Zans
19,819 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
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,577 views
+1 vote
3 answers

Docker on Windows error: “docker pull redis” fails

I faced a similar issue, the server ...READ MORE

Oct 17, 2018 in Docker by Tyrion anex
• 8,700 points
2,105 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
594 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,383 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
944 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,020 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
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,439 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,197 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
791 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,314 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,254 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,556 views
0 votes
3 answers

How to enable docker remote API in Docker for Windows?

Try these steps- Navigate to /lib/systemd/system in your ...READ MORE

Aug 25, 2020 in Docker by Pistle
• 300 points
7,676 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,251 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
456 views
0 votes
1 answer

Error: Deploying a docker-compose app on Kubernetes using Docker for Windows

Due to the lack of support for ...READ MORE

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

How does networking on Docker for Windows work?

Each container has a virtual network adapter (vNIC) which is connected ...READ MORE

Aug 29, 2020 in Docker by Pistle
• 1,000 points
1,834 views