Most answered questions in DevOps & Agile

0 votes
1 answer

How to create “PersistentVolumeClaim” in Kubernetes on “Docker for windows”?

Try this: kubectl get storageclass gives output as ...READ MORE

Oct 4, 2018 in Docker by Tyrion anex
• 8,700 points
3,003 views
0 votes
1 answer

Installing Kubernetes on aws gives an error

seems like you are missing region. Try ...READ MORE

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

Master node dies after running kubernetes on aws for few days

I think you're falling short of memory, ...READ MORE

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

ELB names for Kubernetes on AWS

The tags of the ELB contain the ...READ MORE

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

Managing virtual IPs - Kubernetes on AWS

AWS route tables has a limit of 50 ...READ MORE

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

How to autscale in GKE?

There are two kinds of scaling: Scaling nodes ...READ MORE

Oct 3, 2018 in Kubernetes by DareDev
• 6,890 points
404 views
0 votes
1 answer

What's the difference betweena a deployment and a stateful set?

Both the deployments and replication controllers are ...READ MORE

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

What's the difference between Docker for Windows and Docker on Windows?

Docker on Windows is a way to ...READ MORE

Oct 1, 2018 in Docker by Tyrion anex
• 8,700 points
1,202 views
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
424 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
791 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
621 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,413 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
616 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
903 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
909 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
395 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
999 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,391 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,321 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,659 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,516 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,293 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,063 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
736 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,620 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,821 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
584 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,675 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,914 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
727 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
416 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
700 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,129 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
516 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
390 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
347 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,494 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,258 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,672 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
672 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,225 views