Most answered questions in DevOps & Agile

+1 vote
1 answer

How do I start a shell session in a running container without using ssh

Here is what you can try. you should ...READ MORE

Sep 11, 2018 in Docker by Damon Salvatore
• 5,980 points
877 views
0 votes
1 answer

How do I attach and detach from Docker's process?

Here is what you should use. Since ...READ MORE

Sep 11, 2018 in Docker by Damon Salvatore
• 5,980 points
3,576 views
0 votes
1 answer

How to enable/ disable Hyper-V for Docker on Windows?

You can do this from command prompt ...READ MORE

Sep 10, 2018 in Docker by Tyrion anex
• 8,700 points
6,156 views
0 votes
1 answer

Kubernetes ingress rules

Assuming you are using the Nginx Ingress ...READ MORE

Sep 10, 2018 in Kubernetes by Kalgi
• 52,360 points
1,827 views
0 votes
1 answer

Ingress nginx loading resource 404 in kubernetes

This is not a routing problem on ...READ MORE

Sep 10, 2018 in Kubernetes by Kalgi
• 52,360 points
7,670 views
0 votes
1 answer

Ingress missing associated address/ELB

To get up and running on EKS: Deploy ...READ MORE

Sep 10, 2018 in Kubernetes by Kalgi
• 52,360 points
1,192 views
0 votes
1 answer

ingress port getting redirected in kubernetes

Try the following, it worked for me Changed ...READ MORE

Sep 10, 2018 in Kubernetes by Kalgi
• 52,360 points
628 views
0 votes
1 answer

Kubernetes ingress IP is set to docker0 ip

The issue here was the kubelet configuration. ...READ MORE

Sep 10, 2018 in Kubernetes by Kalgi
• 52,360 points
542 views
0 votes
1 answer

Kubernetes Ingress controllers for wildcard url mapping

If you use the stock controllers you ...READ MORE

Sep 10, 2018 in Kubernetes by Kalgi
• 52,360 points
2,793 views
0 votes
1 answer

Is GPU pass-through possible with docker for Windows?

GPU access from within a Docker container ...READ MORE

Sep 8, 2018 in Docker by Tyrion anex
• 8,700 points
2,684 views
0 votes
1 answer

ingress for kubernetes wordpress

You can configure your ingress to forward ...READ MORE

Sep 7, 2018 in Kubernetes by Kalgi
• 52,360 points
1,793 views
0 votes
1 answer

How do I sign-in to kubernetes dashboard?

Since version 1.7 Dashboard uses more secure ...READ MORE

Sep 7, 2018 in Kubernetes by DareDev
• 6,890 points
2,064 views
0 votes
1 answer

kubernetes ingress not accessible

You need to set up an ingress ...READ MORE

Sep 7, 2018 in Kubernetes by Kalgi
• 52,360 points
1,235 views
0 votes
1 answer

Kubernetes: Insufficient CPU's and MatchNodeSelector in Openshift.

That error message does not mean that ...READ MORE

Sep 7, 2018 in Kubernetes by ajs3033
• 7,300 points
2,439 views
0 votes
1 answer

Kubernetes Ingress Path only works with /

Have you changed the context path in ...READ MORE

Sep 7, 2018 in Kubernetes by Kalgi
• 52,360 points
2,417 views
0 votes
1 answer

Unable to access pods using nodeIP

Your kubernetes cluster is missing the ingress ...READ MORE

Sep 7, 2018 in Kubernetes by Kalgi
• 52,360 points
876 views
0 votes
1 answer

Customize the routing logic in kubernetes ingress controller

Try building your own customized image based on ...READ MORE

Sep 7, 2018 in Kubernetes by Kalgi
• 52,360 points
1,144 views
0 votes
1 answer

Filter source ip in kubernetes ingress in GCE

This feature currently works only with nginx. Example ...READ MORE

Sep 7, 2018 in Kubernetes by Kalgi
• 52,360 points
1,104 views
0 votes
1 answer

Error: Cannot access server in docker container

Try to publish your port: docker run -p ...READ MORE

Sep 7, 2018 in Docker by Tyrion anex
• 8,700 points
855 views
0 votes
1 answer

Docker Machine error: Hyper-V PowerShell Module is not available

 The reason is the version of the ...READ MORE

Sep 7, 2018 in Docker by Tyrion anex
• 8,700 points
737 views
0 votes
1 answer

oci runtime error while running kubernetes on rancher cluster

You need to switch Docker to 1.12.x; ...READ MORE

Sep 6, 2018 in Kubernetes by Kalgi
• 52,360 points
959 views
0 votes
1 answer

Node_modules empty in kubernetes

The general idea is that init containers ...READ MORE

Sep 6, 2018 in Kubernetes by Kalgi
• 52,360 points
1,198 views
0 votes
1 answer

Kubernetes endpoints showing "ServiceUnavailable"

Those URLs are incomplete. Influx's ports are ...READ MORE

Sep 6, 2018 in Kubernetes by Kalgi
• 52,360 points
2,641 views
0 votes
1 answer

Pod status not ready always - kubernetes

I was having the same issue. In the ...READ MORE

Sep 6, 2018 in Kubernetes by Kalgi
• 52,360 points
3,391 views
0 votes
1 answer

Spark job using kubernetes instead of yarn

I should be in the format of ...READ MORE

Sep 6, 2018 in Kubernetes by Kalgi
• 52,360 points
796 views
0 votes
1 answer

EV SSL Certificate in Kubernetes

Keep the private key which is generated ...READ MORE

Sep 6, 2018 in Kubernetes by Kalgi
• 52,360 points
463 views
0 votes
1 answer

Running a cronjob in kubernetes

You will find the CronJobresource in the batch/v1beta1 API group. ...READ MORE

Sep 6, 2018 in Kubernetes by Kalgi
• 52,360 points
579 views
0 votes
1 answer

Running a heterogeneous kubernetes cluster with nodes running in different network using VPN

There is an issue with networking between ...READ MORE

Sep 6, 2018 in Kubernetes by Kalgi
• 52,360 points
2,445 views
0 votes
1 answer

ConfigMaps volume not creating file in container

Did a little research and found the ...READ MORE

Sep 6, 2018 in Kubernetes by Atul
• 10,240 points
945 views
0 votes
1 answer

Forcing ssl for Kubernetes Ingress on GKE

https://github.com/kubernetes/ingress-gce#frontend-https If you want to block http, you ...READ MORE

Sep 6, 2018 in Kubernetes by ajs3033
• 7,300 points
3,979 views
0 votes
1 answer

How do I connect to my docker VM from windows shell?

You can run a container with full ...READ MORE

Sep 5, 2018 in Docker by Tyrion anex
• 8,700 points
2,762 views
0 votes
1 answer

Kubernetes- Jenkins slave node shows offline

TCP port for JNLP slave agent should ...READ MORE

Sep 5, 2018 in Kubernetes by Kalgi
• 52,360 points
4,115 views
0 votes
1 answer

Adding users to kubernetes

Follow these steps: create service account for user Alice kubectl ...READ MORE

Sep 5, 2018 in Kubernetes by Kalgi
• 52,360 points
2,091 views
0 votes
1 answer

Create kubernetes that manages pods in java

Fabric8's Kubernetes Client is using a generated ...READ MORE

Sep 5, 2018 in Kubernetes by Kalgi
• 52,360 points
392 views
0 votes
1 answer

No cluster folder created while installing Kubernetes

Download the latest release of kubernetes, once ...READ MORE

Sep 5, 2018 in Kubernetes by Kalgi
• 52,360 points
423 views
0 votes
1 answer

Error: Docker for windows failing to start

I got the same error, just follow ...READ MORE

Sep 4, 2018 in Docker by Tyrion anex
• 8,700 points
570 views
0 votes
1 answer

How to save a Dynamic port in Docker for Windows?

The mapped ports can be accessed via ...READ MORE

Sep 4, 2018 in Docker by Tyrion anex
• 8,700 points
609 views
0 votes
1 answer

Docker is unable to connect to docker daemon

The problem here maybe is that you are not ...READ MORE

Sep 4, 2018 in Docker by Damon Salvatore
• 5,980 points
1,329 views
0 votes
1 answer

Deserialize Kubernetes YAML file

You need to import _ "k8s.io/client-go/pkg/apis/extensions/install" otherwise the schema ...READ MORE

Sep 4, 2018 in Kubernetes by Kalgi
• 52,360 points
3,637 views
+1 vote
1 answer

How do I list containers in Docker?

To view running containers use  below command: docker ps I you want ...READ MORE

Sep 4, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
574 views
0 votes
1 answer

image can't be pulled error when I try to pull a docker image - kubernetes

I think the image is being pulled ...READ MORE

Sep 4, 2018 in Kubernetes by Kalgi
• 52,360 points
5,858 views
0 votes
1 answer

kubernetes rollout triggered on scaling

when you update the pod template, the ...READ MORE

Sep 4, 2018 in Kubernetes by Kalgi
• 52,360 points
359 views
0 votes
1 answer

Unable to get cgroup stats for docker and kubelet services

Try and start kubelet with the following ...READ MORE

Sep 3, 2018 in Kubernetes by DareDev
• 6,890 points
4,708 views
0 votes
1 answer

Permission Error while GKE clusterrolebinding for cluster-admin

If your kubeconfig was created automatically by gcloud then ...READ MORE

Sep 3, 2018 in Kubernetes by ajs3033
• 7,300 points
3,897 views
0 votes
1 answer

Error: Windows container is unavailable via localhost

This is because, containers and their ports are ...READ MORE

Sep 3, 2018 in DevOps & Agile by Sophie may
• 10,610 points
582 views
0 votes
1 answer

Docker for windows Error: Where should I place SSH private key in a windows container for git?

Just follow the below steps:  1. Identify git ...READ MORE

Sep 3, 2018 in DevOps & Agile by Sophie may
• 10,610 points
486 views
0 votes
1 answer

Error: Unable to access elasticsearch in docker for windows

This is simple, just follow the below ...READ MORE

Sep 3, 2018 in DevOps & Agile by Sophie may
• 10,610 points
1,479 views
0 votes
1 answer

Kubernetes - update ConfigMap programmatically

If you know Python, you can do ...READ MORE

Sep 3, 2018 in Kubernetes by Kalgi
• 52,360 points
4,083 views
0 votes
1 answer

Deepstream.io on Kubernetes cluster

Kompose doesn’t support host volume mounting. Instead ...READ MORE

Sep 3, 2018 in Kubernetes by Kalgi
• 52,360 points
1,197 views
0 votes
1 answer

Kubernetes: kubectl node01 notready

check the below entries for these are ...READ MORE

Sep 3, 2018 in Kubernetes by Kalgi
• 52,360 points
505 views