Trending questions in DevOps & Agile

0 votes
1 answer

Error saying "network vme_int not manually attachable."

Configure the attachable property using the composer ...READ MORE

Aug 24, 2018 in Docker by Nilesh
• 7,050 points
2,498 views
0 votes
1 answer

Jenkins: Build Pipeline Plugin Scheduled Trigger

This can be done by setting the ...READ MORE

Jul 11, 2018 in Jenkins by Sophie may
• 10,610 points
4,419 views
0 votes
1 answer

Create LoadBalancer for kubernetes cluster in aws

Hello @Lina, If you're running your cluster on ...READ MORE

Oct 8, 2018 in Kubernetes by Kalgi
• 52,360 points
527 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
+4 votes
2 answers

unable to get subdomain of URL in NGINX

You just need to add .+ after ...READ MORE

Oct 11, 2018 in DevOps on Cloud by lina
• 8,220 points
4,479 views
0 votes
1 answer

Specifying PVs while defining replication Controller in GCP.

You'll have to define a Persistent Volume ...READ MORE

Oct 10, 2018 in Kubernetes by DareDev
• 6,890 points
456 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

NoSuchBucket error when running Kubernetes on AWS

It's probably a region issue; I'm guessing ...READ MORE

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

Jenkins - simply robocopy in Jenkins finishes marks build with failure

robocopy returns a bit map This is the ...READ MORE

Aug 6, 2018 in Jenkins by Kalgi
• 52,360 points
3,222 views
0 votes
1 answer

Set up kubernetes cluster on ubuntu

Do kubeadm reset and start all over ...READ MORE

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

While trying to connect to https://index.docker.io showing network timed out.

I think your problem can be fixed ...READ MORE

Oct 9, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
484 views
0 votes
1 answer

Internal loadbalancing in kubernetes aws

Try applying the annotation service.beta.kubernetes.io/aws-load-balancer-internal to the service definition. kind: ...READ MORE

Oct 10, 2018 in Kubernetes by Kalgi
• 52,360 points
410 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

Running docker on Android

According to the documentation, the Android kernel is ...READ MORE

Aug 1, 2018 in Docker by Kalgi
• 52,360 points
3,407 views
0 votes
1 answer

Kops vd kube-aws

I recommend using kops as its easy ...READ MORE

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

Why do we need Kubernetes dashboard?

Kubernetes Dashboard is a general purpose, web-based ...READ MORE

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

Getting the pod's ip address for the container inside of it

You can make sure that the replication ...READ MORE

Aug 24, 2018 in Kubernetes by DareDev
• 6,890 points
2,399 views
0 votes
1 answer

nnot set docker credentials on kubernetes AWS

The best method for you is ImagePullSecrets - you ...READ MORE

Oct 9, 2018 in Kubernetes by Kalgi
• 52,360 points
411 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,792 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
0 votes
1 answer

Pods IP address from inside a container in the pod

Make sure that your pod yaml file ...READ MORE

Aug 29, 2018 in Kubernetes by Kalgi
• 52,360 points
2,139 views
0 votes
1 answer

Difference between .vagrant and .vagrant.d directories

All your system-wide settings for your downloaded ...READ MORE

Jul 20, 2018 in Other DevOps Questions by DareDev
• 6,890 points
3,858 views
+2 votes
2 answers

how to set different provisioning profiles for different targets using Xcode Build

For multiple targets, each task has to ...READ MORE

Mar 27, 2018 in DevOps & Agile by ajs3033
• 7,300 points

edited Oct 16, 2018 by Kalgi 4,334 views
0 votes
1 answer

Kubernetes: Ingress doesn't set IP address

You must set up an ingress controller ...READ MORE

Sep 12, 2018 in Kubernetes by Kalgi
• 52,360 points
1,512 views
0 votes
2 answers

The Status of nodes shown unknown

This worked for me In Azure, if you ...READ MORE

Aug 30, 2018 in Kubernetes by Nilesh
• 7,050 points
2,021 views
0 votes
1 answer

How do I push a docker image to a private repository?

Here is what you can do. Just try ...READ MORE

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

Deploy Kubernetes on AWS Reserved instances

 You must specify the node and master ...READ MORE

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

kubernetes ingress controller and resource using nginx

Ingress is just collection of rules that forwards ...READ MORE

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

create firewall for kubernetes cluster in google container engine

This is currently not possible on google ...READ MORE

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

Accessing private Docker Hub repository from Kubernetes on Vagrant

In order to pull private dockerhub hosted ...READ MORE

Sep 18, 2018 in Kubernetes by DareDev
• 6,890 points
1,227 views
0 votes
1 answer

trouble applying TLS to the DNS name of my LoadBalancer service for my Kubernetes cluster

On Azure, if you need TLS termination ...READ MORE

Oct 5, 2018 in Kubernetes by Kalgi
• 52,360 points
487 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
526 views
0 votes
2 answers

Delete all git branches that have been merged

To delete all local branches that are ...READ MORE

Aug 21, 2018 in Git & GitHub by Nilesh
• 7,050 points
2,469 views
0 votes
1 answer

Views on the dashboard UI

Kubernetes Dashboard consists of following dashboard views: Admin ...READ MORE

Oct 8, 2018 in Kubernetes by Kalgi
• 52,360 points
342 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
497 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

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

One user per node in kubernetes cluster

In your case with the information you've ...READ MORE

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

Where is the Docker daemon log?

It depends on your OS. Here are ...READ MORE

Jul 18, 2018 in Docker by Kalgi
• 2,680 points
3,828 views
0 votes
1 answer

Error while executing docker run command

This error occurs when your port is ...READ MORE

Jul 26, 2018 in Docker by Kalgi
• 52,360 points
3,473 views
0 votes
1 answer

error "secure connection failed" in ingress controller

Nginx ingress tries to redirect to an ...READ MORE

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

Pod not sharing directory - Kubernetes volume Hostpath

he issue was on the volume definition, ...READ MORE

Aug 28, 2018 in Kubernetes by Kalgi
• 52,360 points
2,036 views
0 votes
1 answer

Ubuntu and updating Docker

Try this sudo sh -c "wget -qO- https://get.docker.io/gpg ...READ MORE

Aug 1, 2018 in Docker by Kalgi
• 52,360 points
3,171 views
0 votes
1 answer

Choosing pods evenly over all nodes

You could use a Kubernetes Service which ...READ MORE

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

Getting numbered build artefact using ansible from jenkins

You can get the build number with ...READ MORE

Aug 20, 2018 in Ansible by ajs3033
• 7,300 points
2,343 views
0 votes
1 answer

How to regex replace nested values in Ansible

I'm not aware of any built-in method ...READ MORE

Jun 17, 2018 in Ansible by shubham
• 7,340 points
5,139 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: 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

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
371 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
403 views