Most voted questions in DevOps & Agile

0 votes
1 answer

Difference between kubectl apply and kubectl create?

These are two very different approaches. kubectl ...READ MORE

Sep 11, 2018 in Kubernetes by ajs3033
• 7,300 points
14,176 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,565 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,143 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,299 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,823 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,655 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,043 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,183 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
621 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
537 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,791 views
0 votes
5 answers

Kubernetes ingress kepps returning 502 server error

I have added "/" endpoints in each ...READ MORE

May 6, 2019 in Kubernetes by Oishi
12,260 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,672 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,261 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,789 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,052 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,231 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,427 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,411 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
875 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,138 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,335 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,100 views
0 votes
3 answers

kubectl get ing gives no address in kubernetes ingress

 I had the same problem and I ...READ MORE

Apr 24, 2019 in Kubernetes by Chris
27,109 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,530 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
851 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
733 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
706 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
953 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,194 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,639 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,386 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
792 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
461 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
573 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,432 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
940 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,973 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,759 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,102 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,085 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
388 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
554 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
418 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
565 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
605 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,322 views
0 votes
3 answers

What is the difference between a Docker image and a container?

Images are read-only templates that contain a ...READ MORE

Aug 10, 2020 in Docker by Vishal
• 260 points
6,161 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,635 views