Most answered questions in DevOps & Agile

0 votes
1 answer

Load Balancing methods/algorithms used in nginx

Nginx uses the following algorithms: Round Robin, ...READ MORE

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

Why do i need ingress resouces

Basically ingress controller routes according to the ...READ MORE

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

Create Ingress controller in namespace

The ingress resource must be in the ...READ MORE

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

Kubernetes Ingress not resolving backend service

I think you're trying to access the ingress ...READ MORE

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

When I try to connect to the WebSocket through the gateway I get a 403 error

Try upgrading Contour to v0.6.0-beta.3 with IngressRoute You can ...READ MORE

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

Kubernetes ingress for leader follower system

you can use a traefik backend health ...READ MORE

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

Rewrite all non www traffic to www subdomain

Try adding a second Ingress for example.nl that uses the ingress.kubernetes.io/configuration-snippet annotation to add ...READ MORE

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

Error saying "Error during WebSocket handshake: Unexpected response code: 400"

 you should use annotation with the name ...READ MORE

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

Unable to deploy nginx ingress on kubernetes

The nginix ingress controller uses hostPort to ...READ MORE

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

Expose multiple backends with multiple IPs

A LoadBalancer service points to external load ...READ MORE

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

Create an nginx load balancer without using gcp load balancer

Yes this is possible. Deploy your ingress ...READ MORE

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

Assign a certificate and secure it with TLS/HTTPS.

To get your ingress resource working you ...READ MORE

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

Vagrant or Docker for creating an isolated environment?

Vagrant is basically a virtual machine manager. ...READ MORE

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

Docker for Windows error: Can't connect to ASP.Net site in Docker for Windows

I faced the same problem, but I ...READ MORE

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

How to run 2 cron jobs scheduled for every month?

Unfortunately, you cannot run the CronJob inside a container ...READ MORE

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

How to build a Docker base image from scratch?

There are many ways to build a ...READ MORE

Sep 27, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
1,390 views
+2 votes
1 answer

Cannot connect to docker swarm service task

The id that command docker service ps <service> gives ...READ MORE

Sep 26, 2018 in Docker by Kalgi
• 52,360 points
1,317 views
+2 votes
1 answer

Nodes not able to join docker swarm cluster

You need to provide more information like ...READ MORE

Sep 26, 2018 in Docker by Kalgi
• 52,360 points
1,658 views
+1 vote
1 answer

Can't recover docker swarm from pending state

First, note the node IDs On manager node: docker ...READ MORE

Sep 26, 2018 in Docker by Kalgi
• 52,360 points
4,512 views
+2 votes
1 answer

Creating docker swarm using ansible

hello @hannah, You need to use the ...READ MORE

Sep 26, 2018 in Docker by Kalgi
• 52,360 points
2,288 views
0 votes
1 answer

git error: RPC failed; curl 56 GnuTLS recv error

This is simple, you’re probably missing openssl ...READ MORE

Sep 26, 2018 in Git & GitHub by Tyrion anex
• 8,700 points
7,052 views
0 votes
1 answer

Docker for Windows error: Same docker image works in Docker for Windows but not in docker on linux

I got the same error, the problem ...READ MORE

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

How do I solve this Docker for windows error: Cannot start service spark: container?

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

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

How to run normal Win32 applications in Docker for Windows?

If you have Windows Server 2016 ow ...READ MORE

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

Install Kubernetes Dashboard on extrenal IP

You can expose services and pods in ...READ MORE

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

Dashboard Pod status pending

It’s not able to schedule anything because ...READ MORE

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

Pod Status containerCreating

I’m not very sure of this error. ...READ MORE

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

Jenkins vs Bamboo

Most of Bamboo's functionality is pre-built. i.e.it doesn’t require ...READ MORE

Sep 24, 2018 in DevOps & Agile by Kalgi
• 52,360 points
723 views
0 votes
1 answer

Networking between two pods

Define service resources for both your front-end ...READ MORE

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

map 2 ports in my deployment file - kubernetes ingress

You can add as many ports as ...READ MORE

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

Single LoadBalancer for multiple services

You could simply use nginx as a ...READ MORE

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

Docker For Windows error: network adapters down

For testing, you can use the alternative ...READ MORE

Sep 24, 2018 in Docker by Tyrion anex
• 8,700 points
514 views
+6 votes
1 answer

DevOps in Government

I think it would be a great ...READ MORE

Sep 24, 2018 in Docker by Hannah
• 18,570 points
389 views
0 votes
1 answer

Study resources for learning Docker

This a playlist of everything about docker, ...READ MORE

Sep 24, 2018 in Docker by Hannah
• 18,570 points
357 views
+1 vote
1 answer

Resources to learn Jenkins

To start of with basics you can ...READ MORE

Sep 21, 2018 in Kubernetes by Kalgi
• 52,360 points
346 views
+5 votes
1 answer

How much automation is too much automation

I think with incidents, there isn’t enough ...READ MORE

Sep 21, 2018 in Kubernetes by Kalgi
• 52,360 points
607 views
+1 vote
1 answer

Getting kubernetes ingress endpoint

Whatever you've done so far is correct ...READ MORE

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

How to update docker-compose on Docker for Windows?

Please check "version" value in the docker-compose.yml ...READ MORE

Sep 21, 2018 in Docker by Tyrion anex
• 8,700 points
3,256 views
0 votes
1 answer

Docker for Windows – How to access container in local network?

You have to map the port to ...READ MORE

Sep 21, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
2,671 views
+3 votes
1 answer

Git vs Mercurial

I'm going to put down pros and ...READ MORE

Sep 20, 2018 in Git & GitHub by lina
• 8,220 points
669 views
–1 vote
1 answer

error saying "denied: requested access to the resource is denied" when trying to push an image to dockerhub

tag the image first and then push ...READ MORE

Sep 20, 2018 in Docker by Kalgi
• 52,360 points
3,224 views
+2 votes
1 answer

Error saying "Error: error parsing app-deployment.yaml: error converting YAML to JSON"

This error usually occurs when there's a ...READ MORE

Sep 20, 2018 in Kubernetes by Kalgi
• 52,360 points
9,750 views
+2 votes
1 answer

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

 Below is reference which you can follow to know ...READ MORE

Sep 20, 2018 in DevOps & Agile by shubham
• 7,340 points
918 views
0 votes
1 answer

Docker for windows error: Database lost on docker restart

If you are using docker-compose down/up, keep in ...READ MORE

Sep 20, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
774 views
0 votes
1 answer

How to run an image with volume on docker for windows?

Try : declaring the volume of container mounting the ...READ MORE

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

Change apiserver runtime service

The apiserver is declared by a static ...READ MORE

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

Is it possible to access GCP resources using api without a user interaction.?

yes that's totally possible. You'd have to create ...READ MORE

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

Kubelet process has high CPU usage over long time

Kubelet stores information about all pods, running ...READ MORE

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

Unable to schedule jobs every couple of days

Yes that is a very weird problem ...READ MORE

Sep 19, 2018 in Kubernetes by Kalgi
• 52,360 points
549 views