Most voted questions in DevOps & Agile

0 votes
2 answers

Kubernetes on AWS: “Error: unknown flag: --config”

Update the cluster.yaml, changing the line kubernetesVersion: v1.6.6_coreos.1 to kubernetesVersion: v1.7.10_coreos.0 Should ...READ MORE

Oct 4, 2018 in Kubernetes by Kalgi
• 52,360 points
2,183 views
0 votes
2 answers

Error: RabbitMQ with Docker for Windows server

Connecting to other containers Step 1: Create a network. ...READ MORE

Aug 29, 2020 in Docker by Pistle
• 1,000 points
1,370 views
0 votes
2 answers

"aws: error: argument --region: expected one argument" when running Kubernetes on AWS

You seem pretty confused with AZ and ...READ MORE

Oct 4, 2018 in Kubernetes by Priyaj
• 58,090 points
11,161 views
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,008 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
499 views
0 votes
5 answers

Error saying "Unable to connect to the server: x509: certificate signed by unknown authority"

export KUBECONFIG=/etc/kubernetes/admin.conf READ MORE

Jul 27, 2019 in Kubernetes by aneesh ansari
35,106 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
529 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
377 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,221 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,210 views
0 votes
2 answers

Docker for windows: Eval command not found

I use the cmder console emulator. For the ...READ MORE

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

edited Aug 30, 2020 by Gitika 6,509 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
748 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
794 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,096 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,784 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
622 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
447 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,416 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
617 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
906 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
500 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
915 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
399 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
1,007 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
988 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,393 views
0 votes
4 answers

"Layer already exists " when trying to push an image

I had a similar error. I hadn't ...READ MORE

Apr 23, 2019 in Kubernetes by Kalyan
49,466 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,075 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
739 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,625 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,829 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
585 views
0 votes
2 answers

Error saying "no endpoints available for service \"kubernetes-dashboard\" while getting the dashboard up

Not able to access dashboard it says:  { ...READ MORE

Jan 10, 2019 in Kubernetes by vishal
24,238 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,679 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,921 views
0 votes
2 answers

Skills needed for becoming a good DevOps engineer

Some of the skills that a devops ...READ MORE

Jul 29, 2019 in DevOps & Agile by Sirajul
• 59,230 points
585 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
420 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
703 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,135 views
0 votes
2 answers

How to switch to windows containers with docker for windows toolbox?

Docker Toolbox installs a VirtualBox VM in ...READ MORE

Aug 26, 2020 in Docker by Pistle
• 1,000 points
4,610 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
524 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
360 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,264 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,676 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
775 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
636 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
350 views