Most answered questions in DevOps & Agile

0 votes
1 answer

Error: Deploying a docker-compose app on Kubernetes using Docker for Windows

Due to the lack of support for ...READ MORE

Oct 11, 2018 in Docker by Tyrion anex
• 8,700 points
762 views
0 votes
1 answer

Copy directory to other directory at Docker using ADD command

Here is how you can resolve your ...READ MORE

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

Unable to attach AWS EBS as volume in Kubernetes aws

You need to set the cloud provider ...READ MORE

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

Increase ROOT_SIZE of minion in aws kubernetes cluster

Go to "cluster/aws/util.sh" file. Find BLOCK_DEVICE_MAPPINGS and add this {"DeviceName":"/dev/sda1","Ebs":{"VolumeSize":40, "VolumeType": ...READ MORE

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

Install SSL certificate to aws load balancer in kubernetes?

you cannot setup an ELB deployed with ...READ MORE

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

Only one node read on kubectl get nodes

I think your Cluster IP range is ...READ MORE

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

set up kubernetes NGINX ingress in AWS with SSL termination

Try using ingress itself in this manner except ...READ MORE

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

Pod autoscaling

Horizontal Pod Autoscaler can scale only Deployment, ...READ MORE

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

Error saying “Please specify AWS_IMAGE directly (region not recognized)”

This is happening because some regions are ...READ MORE

Oct 10, 2018 in Kubernetes by Kalgi
• 52,360 points
648 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
412 views
0 votes
1 answer

Kubernetes Dashboard by kops on AWS show only json

Hey lina, Try checking you default dashboard access. use ...READ MORE

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

Kubernetes AWS EBS Timeout waiting for volume state

Hey @lina,Its a bug in the Kubernetes EBS ...READ MORE

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

How to get a browsable url from Docker-for-mac or Docker-for-Windows?

LoadBalancer will work on Docker-for-Mac and Docker-for-Windows ...READ MORE

Oct 10, 2018 in Docker by Tyrion anex
• 8,700 points
1,136 views
0 votes
1 answer

How to add Lucee Extensions in Docker For Windows using CommandBox?

Okay, you just have to open lucee ...READ MORE

Oct 10, 2018 in Docker by Tyrion anex
• 8,700 points
904 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

ConfigMaps vs Secrets

From the author of both of these ...READ MORE

Oct 10, 2018 in Kubernetes by ajs3033
• 7,300 points
785 views
0 votes
1 answer

permissions related to AWS ECR

if you add allowContainerRegistry: true, kops will add those permissions ...READ MORE

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

"error: argument --region: expected one argument" in kubernetes on aws

I think its the region issue, the ...READ MORE

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

Which one to choose? Minikube vs Kubernetes in Docker for Windows

Docker Toolbox and minikube always use a ...READ MORE

Oct 9, 2018 in Docker by Sophie may
• 10,610 points
3,122 views
0 votes
1 answer

What is the stack difference between VirtualBox and Docker for Windows?

In my opinion you should use Docker ...READ MORE

Oct 9, 2018 in Docker by Sophie may
• 10,610 points
1,111 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

How to use SSH keys inside docker container

Here is a solution you can try. It ...READ MORE

Oct 9, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
4,416 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
343 views
0 votes
1 answer

Command to get the secret key used to login into the dashboard

Hey @Lina, use this command you'll get ...READ MORE

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

How do I create a service account for my dashboard and get all the credentails

Run the following commands: This command will create ...READ MORE

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

Not able to access the kubernetes dashboard

Have you executed this proxy command? kubectl proxy Try ...READ MORE

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

Virtual machine disk space in Docker for Windows beta

The MobyLinux Hyper-V machine is provisioned on ...READ MORE

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

Is GPU pass-through possible in Docker for Windows?

GPU access from within a Docker container ...READ MORE

Oct 8, 2018 in Docker by Tyrion anex
• 8,700 points
1,675 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
529 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

Error saying "Failed to request cluster info, will try again" when trying to join the kubernetes cluster

I had faced the same error. Make sure ...READ MORE

Oct 5, 2018 in Kubernetes by Kalgi
• 52,360 points
4,753 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

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

Now when I run "kubectl describe ing" the backend is listed as "UNHEALTHY" and all requests to the ingress IP give a 502

The application must return a 200 status ...READ MORE

Oct 5, 2018 in Kubernetes by Kalgi
• 52,360 points
2,263 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

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

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

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

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
0 votes
1 answer

kubernetes on AWS get region name in pod

Try having the container query the kubernetes/AWS ...READ MORE

Oct 4, 2018 in Kubernetes by Kalgi
• 52,360 points
926 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,001 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

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,126 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
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
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,217 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,197 views