Most voted questions in DevOps & Agile

0 votes
3 answers

Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) while setting up kubernetes

Execute these three commands: sudo rm /var/lib/apt/lists/lock sudo rm ...READ MORE

Nov 27, 2018 in Kubernetes by Maverick
• 10,840 points
1,470 views
0 votes
3 answers

Error while setting up kubernetes

echo "1" > /proc/sys/net/bridge/bridge-nf-call-iptables READ MORE

May 16, 2019 in Kubernetes by sivashankar
16,313 views
0 votes
1 answer

image can't be pulled error when I try to pull a docker image - kubernetes

I think the image is being pulled ...READ MORE

Sep 4, 2018 in Kubernetes by Kalgi
• 52,360 points
5,863 views
0 votes
2 answers

NoSuchBucket error when running Kubernetes on AWS

It was a bug on their part. ...READ MORE

Sep 4, 2018 in Kubernetes by Nilesh
• 7,050 points
698 views
0 votes
1 answer

kubernetes rollout triggered on scaling

when you update the pod template, the ...READ MORE

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

Unable to get cgroup stats for docker and kubelet services

Try and start kubelet with the following ...READ MORE

Sep 3, 2018 in Kubernetes by DareDev
• 6,890 points
4,714 views
0 votes
1 answer

Permission Error while GKE clusterrolebinding for cluster-admin

If your kubeconfig was created automatically by gcloud then ...READ MORE

Sep 3, 2018 in Kubernetes by ajs3033
• 7,300 points
3,909 views
0 votes
2 answers

In Docker for Windows: How do I stop containers from automatically starting on the daemon start?

Docker will autostart any container with a ...READ MORE

Aug 14, 2019 in Docker by Sirajul
• 59,230 points
1,191 views
0 votes
1 answer

Error: Windows container is unavailable via localhost

This is because, containers and their ports are ...READ MORE

Sep 3, 2018 in DevOps & Agile by Sophie may
• 10,610 points
584 views
0 votes
1 answer

Docker for windows Error: Where should I place SSH private key in a windows container for git?

Just follow the below steps:  1. Identify git ...READ MORE

Sep 3, 2018 in DevOps & Agile by Sophie may
• 10,610 points
487 views
0 votes
1 answer

Error: Unable to access elasticsearch in docker for windows

This is simple, just follow the below ...READ MORE

Sep 3, 2018 in DevOps & Agile by Sophie may
• 10,610 points
1,481 views
0 votes
1 answer

Kubernetes - update ConfigMap programmatically

If you know Python, you can do ...READ MORE

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

Deepstream.io on Kubernetes cluster

Kompose doesn’t support host volume mounting. Instead ...READ MORE

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

Kubernetes: kubectl node01 notready

check the below entries for these are ...READ MORE

Sep 3, 2018 in Kubernetes by Kalgi
• 52,360 points
505 views
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
698 views
0 votes
2 answers

Monitoring kubernetes job

you can do watch 'kubectl get pods | ...READ MORE

Sep 3, 2018 in Kubernetes by Nilesh
• 7,050 points
638 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
602 views
0 votes
2 answers

Adding nameservers to kubernetes

For those usign Kubernetes kube-dns, flag -nameservers nor environment variable SKYDNS_NAMESERVERS are ...READ MORE

Sep 3, 2018 in Kubernetes by Kalgi
• 52,360 points
921 views
0 votes
3 answers

Request Kubernetes API server

Create a api wrapper. This way you ...READ MORE

Aug 31, 2018 in Kubernetes by Hannah
• 18,570 points
1,187 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
913 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,821 views
0 votes
2 answers

Restart pods when configmap updates in Kubernetes?

Use Deployments, and consider your ConfigMaps to ...READ MORE

Aug 31, 2018 in Kubernetes by Nilesh
• 7,050 points
7,351 views
0 votes
2 answers

kubernetes service external ip pending

If you are not using GCE or ...READ MORE

Aug 31, 2018 in Kubernetes by Nilesh
• 7,050 points
12,337 views
0 votes
2 answers

kubernetes service external ip pending

This question is very similar to this. READ MORE

Oct 8, 2018 in Kubernetes by Nilesh
• 7,050 points
2,262 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,830 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
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,023 views
0 votes
2 answers

Error while installing MiniKube

Check if it's properly enabled for the ...READ MORE

Aug 30, 2018 in Kubernetes by Kalgi
• 52,360 points
1,246 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,759 views
0 votes
2 answers

DNS does not resolve with NGINX in Kubernetes

adding to @kalgi's answer Using just the hostname ...READ MORE

Aug 30, 2018 in Kubernetes by Nilesh
• 7,050 points
5,216 views
0 votes
2 answers

keep container running on Kubernetes

Try using this CMD in your Dockerfile: CMD exec /bin/bash ...READ MORE

Aug 30, 2018 in Kubernetes by Nilesh
• 7,050 points
13,200 views
0 votes
2 answers

run private docker images on Google Container Engine

run docker login on minions before starting.  ...READ MORE

Aug 30, 2018 in Kubernetes by Nilesh
• 7,050 points
542 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,046 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
824 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
885 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
920 views
0 votes
2 answers

Is it possible to copy Docker images from one host to another without via repository?

To save an image to any file ...READ MORE

Aug 9, 2019 in DevOps & Agile by Sirajul
• 59,230 points
735 views
0 votes
3 answers

Retry pull image in a kubernetes pod

If the Pod is part of a ...READ MORE

Aug 29, 2018 in Kubernetes by Hannah
• 18,570 points
6,262 views
0 votes
2 answers

Access Kubernetes api from within a pod container

wget version: KUBE_TOKEN=$(</var/run/secrets/kubernetes.io/serviceaccount/token) wget -vO- ...READ MORE

Aug 29, 2018 in Kubernetes by Nilesh
• 7,050 points
2,423 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,150 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,281 views
0 votes
2 answers

Pod status terminating-Kubernentes

Delete the finalizers block from resource (pod,deployment,ds ...READ MORE

Aug 29, 2018 in Kubernetes by Hannah
• 18,570 points
621 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,294 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,672 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,027 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,026 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,539 views
0 votes
2 answers

Kubernetes Docker logs

To tail the logs, use the -foption kubectl logs ...READ MORE

Sep 6, 2018 in Kubernetes by Nilesh
• 7,050 points
665 views