Most answered questions in DevOps & Agile

0 votes
1 answer

Kubernetes API authentication

Best way to retrieve the token is: kubectl ...READ MORE

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

Kubernetes manifest apiserver not forwarding

Check the certificates that you’re using. Maybe you’re ...READ MORE

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

Error saying "failed to get CPU consumption and request: some pods do not have request for cpu"

You are missing a CPU request on ...READ MORE

Aug 31, 2018 in Kubernetes by Kalgi
• 52,360 points
908 views
0 votes
1 answer

config-map kubernetes multiple environments

Deploy your application as helm chart.  After having ...READ MORE

Aug 31, 2018 in Kubernetes by Kalgi
• 52,360 points
1,817 views
0 votes
1 answer

Error saying "The specified bucket does not exist" in kubernetes

Bucket is created in another region. Looks like ...READ MORE

Aug 31, 2018 in Kubernetes by Kalgi
• 52,360 points
3,824 views
0 votes
1 answer

Failed to create cluster-role

To overcome this, you must grant your ...READ MORE

Aug 30, 2018 in Kubernetes by Kalgi
• 52,360 points
559 views
0 votes
1 answer

How do you set-up Mongo replica set on Kubernetes?

Follow these steps To create a Kubernetes 1.5 ...READ MORE

Aug 30, 2018 in Kubernetes by Kalgi
• 52,360 points
1,757 views
0 votes
1 answer

Could not find default credentials

Use gcloud auth application-default login to login for application ...READ MORE

Aug 30, 2018 in Kubernetes by Kalgi
• 52,360 points
3,043 views
0 votes
1 answer

Not able to access kubernetes api from a pod in azure

Follow these steps Add --bind-address=0.0.0.0 option to the line https://github.com/kubernetes/kubernetes/blob/v1.2.0/docs/getting-started-guides/coreos/azure/cloud_config_templates/kubernetes-cluster-main-nodes-template.yml#L218  Created ...READ MORE

Aug 30, 2018 in Kubernetes by Kalgi
• 52,360 points
820 views
0 votes
1 answer

I’m using docker for windows but my docker container isn't starting on localhost 0.0.0.0. What is the solution to this?

This happens because your docker containers are ...READ MORE

Aug 30, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
883 views
0 votes
1 answer

How to a run deployed app in Docker for Windows?

To deploy an ASP.NET web application to ...READ MORE

Aug 30, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
915 views
+1 vote
1 answer

How do I get a Docker container's IP address from the host?

Save your docker image as a tar ...READ MORE

Aug 29, 2018 in DevOps & Agile by shubham
• 7,340 points
759 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,145 views
0 votes
1 answer

ssh into the VM for Minikube?

Minikube uses boot2docker as its base image, ...READ MORE

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

Heron Failed to set packing plan for topology 'WordCountTopology'

This error occurs becaouse of zookeeper running ...READ MORE

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

Traefik with Docker Stack doesn't detect port

When using traefik configured for swarm mode, ...READ MORE

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

Docker for windows error: while exposing Ports

I faced a similar issue, just follow ...READ MORE

Aug 29, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
2,671 views
0 votes
1 answer

Unable to run Kubernetes on rancher cluster

switch Docker to 1.12.x; Kubernetes doesn't support ...READ MORE

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

Not able to pull image from gcr.io

There was a recent outage to gce ...READ MORE

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

“403 Insufficient Permission” while creating a Kubernetes Cluster on Google Cloud instance

To run ./cluster/kube-up.sh, you most likely need compute scope ...READ MORE

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

Error "server misbehaving"

There's no dns setup on kubernetes, try ...READ MORE

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

Running Kubernetes on Mac

This error occurs becaouse you have to ...READ MORE

Aug 28, 2018 in Kubernetes by Kalgi
• 52,360 points
387 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,038 views
0 votes
1 answer

Define pod yaml dynamically-jenkins pipeline Kubernetes

Try using jinja template engine and python ...READ MORE

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

Unable to access Kubernetes UI

Try running the following commad: kubectl describe endpoints ...READ MORE

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

How to install telnet in Docker for Windows 10?

If you are trying to telnet in ...READ MORE

Aug 28, 2018 in Docker by Tyrion anex
• 8,700 points
3,161 views
0 votes
1 answer

Docker for Windows error: “kubectl context missing”

There is an issue with docker for ...READ MORE

Aug 28, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
620 views
0 votes
1 answer

How do I copy files from host to Docker container?

Here is what you can use to ...READ MORE

Aug 28, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
1,065 views
0 votes
1 answer

Traefik: Forward Authentication not working

Look at the 7th line of your ...READ MORE

Aug 27, 2018 in Kubernetes by Kalgi
• 52,360 points
3,874 views
0 votes
1 answer

Kubernetes Endpoints with TTL

Follow these steps: add an annotation to each ...READ MORE

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

Kubernetes error syncing pod

The issue caused by the docker container ...READ MORE

Aug 27, 2018 in Kubernetes by Kalgi
• 52,360 points
3,513 views
0 votes
1 answer

Kubernetes breaks after OOM

It seems the problem wasn't caused by ...READ MORE

Aug 27, 2018 in Kubernetes by Kalgi
• 52,360 points
388 views
+1 vote
1 answer

Unable to access kubernetes dashboard

You’re trying to access a private IP. ...READ MORE

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

Error while creating kubernetes dashboard

The installation fails because there is no ...READ MORE

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

Kubernetes Dashboard v1.8.3 deployment

You’ve created your ServiceAccount on a different ...READ MORE

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

Kubernetes authentication with certificate

The Jenkins error log warning message indicates ...READ MORE

Aug 27, 2018 in Docker by Kalgi
• 52,360 points
2,627 views
0 votes
1 answer

Docker Swarm Cluster: daemonize

Make sure you run the deamon as ...READ MORE

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

Set up multi-host networking

In machine1 initialize the docker swarm docker swarm ...READ MORE

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

command for gettung container ids of all running containers

Id returned by docker service ps my-ngx is the <task_id> To ...READ MORE

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

Persisting data in a docker swarm with glusterfs

You will have to create a volume ...READ MORE

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

Run the same container on all nodes

You can use the global service in ...READ MORE

Aug 24, 2018 in Docker by Nilesh
• 7,050 points
430 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,402 views
0 votes
1 answer

Managers information from workers - Docker swarm

As of now there's no way to ...READ MORE

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

Access IP address of Couchbase container on Docker Swarm cluster

The property .NetworkSettings.Ports is a map, not a struct. ...READ MORE

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

Terraform unable to get docker to join swarm

4th line of your code is incomplete You ...READ MORE

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

swarm manager does not connect to nodes docker daemons on AWS

You first need to ssh into the ...READ MORE

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

Modifying a deployment without editing the file manually

You can try kubectl patch to do ...READ MORE

Aug 24, 2018 in Kubernetes by ajs3033
• 7,300 points
2,089 views
0 votes
1 answer

Restore a docker swarm

If there is something wrong only with ...READ MORE

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

Docker Swarm- Build image only when stack deployed from manager node

Use docker build to build the image. ...READ MORE

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

Error saying "must specify a listening address"

To define non system IP Address: IP Addresses used with ...READ MORE

Aug 24, 2018 in Docker by Nilesh
• 7,050 points
959 views