Trending questions in DevOps & Agile

0 votes
1 answer

Trying to create Kubernetes cluster inside existing vpc in aws

You can add this ENV variable  export VPC_ID=vpc-YOURID READ MORE

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

Defining a fallback service for Kubernetes ingress

For the Nginx Ingress Controller there is ...READ MORE

Sep 11, 2018 in Kubernetes by Kalgi
• 52,360 points
2,104 views
+2 votes
3 answers

can't make nginx try_files to work with default_index.html

Here's another convenient use of try_files, as ...READ MORE

Oct 18, 2018 in DevOps on Cloud by Hannah
• 18,570 points
4,554 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
840 views
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,387 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,665 views
0 votes
1 answer

Why is Git commit not functioning with Git Bash?

This occurs because you might have git ...READ MORE

Aug 7, 2018 in Git & GitHub by Sophie may
• 10,610 points
3,574 views
0 votes
2 answers

Error - trustAnchors parameter must be non-empty

This fixed the problem for me on ...READ MORE

Aug 17, 2018 in Jenkins by Nilesh
• 7,050 points
3,168 views
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

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,180 views
+2 votes
1 answer

Cannot connect to docker swarm service task

The id that command docker service ps <service> gives ...READ MORE

Sep 26, 2018 in Docker by Kalgi
• 52,360 points
1,313 views
0 votes
1 answer

Using IBM Bluemix Track & Plan how to manage multiple instance?

As of now, there is not a ...READ MORE

Oct 17, 2018 in Kubernetes by lina
• 8,220 points
472 views
0 votes
2 answers

kubernetes: AWS ELB not working

Set your service to loadbalancer apiVersion: v1 kind: Service metadata: ...READ MORE

Oct 9, 2018 in Kubernetes by Nilesh
• 7,050 points
767 views
0 votes
1 answer

No output in output file even though pexpect scrift runs succesfully

You've got to wait til the ls ...READ MORE

Aug 10, 2018 in Docker by DareDev
• 6,890 points
3,419 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
784 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,610 views
+4 votes
2 answers

Use Minikube for Kubernetes

Honestly i feel using Minikube restricts the ...READ MORE

Oct 4, 2018 in Kubernetes by Kalgi
• 52,360 points
782 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,619 views
+1 vote
3 answers

How to automatically create an image of an AWS ec2 instance(AMI)?

you should try using aws ec2 create-image, aws ...READ MORE

Apr 12, 2018 in DevOps on Cloud by DareDev
• 6,890 points
5,579 views
0 votes
1 answer

While creating an isolated environment can I use Vagrant or Docker ?

One of the really great things with ...READ MORE

Oct 17, 2018 in Docker by lina
• 8,220 points
390 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
683 views
+5 votes
2 answers

Ansible vs Saltstack

Hello @Hannah, Its always better to know ...READ MORE

Sep 25, 2018 in DevOps & Agile by Kalgi
• 52,360 points
1,089 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
922 views
0 votes
1 answer

Error “unable to resolve host docker”

This error occurs because its not a ...READ MORE

Jul 10, 2018 in Docker by Kalgi
• 2,680 points
4,628 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
645 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,408 views
0 votes
1 answer

Privileged containers in kubernetes

Your container will have kernel capabilities if ...READ MORE

Sep 11, 2018 in Docker by DareDev
• 6,890 points
1,909 views
0 votes
1 answer

How do I sign-in to kubernetes dashboard?

Since version 1.7 Dashboard uses more secure ...READ MORE

Sep 7, 2018 in Kubernetes by DareDev
• 6,890 points
2,052 views
+1 vote
2 answers

undo git add before commit

git status git will tell you what is ...READ MORE

Aug 20, 2018 in Git & GitHub by Nilesh
• 7,050 points

edited Dec 21, 2020 by MD 2,808 views
0 votes
1 answer

Running a HTTPS SSE server over Kubernetes/Ingress and Google Cloud Platform

Try adding a long time on the ...READ MORE

Sep 11, 2018 in Kubernetes by Kalgi
• 52,360 points
1,862 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
904 views
0 votes
1 answer

Change a commit author for a specific commit

You can use interactive rebase. git rebase -i ...READ MORE

Aug 17, 2018 in Git & GitHub by Kalgi
• 52,360 points
2,931 views
0 votes
1 answer

Running a custom docker image on GKE

You'll have tom push your image to ...READ MORE

Sep 18, 2018 in Kubernetes by ajs3033
• 7,300 points
1,527 views
0 votes
1 answer

Adding users to kubernetes

Follow these steps: create service account for user Alice kubectl ...READ MORE

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

How to move kubernetes cluster to another aws zone

It can also be done in this ...READ MORE

Oct 8, 2018 in Kubernetes by Nilesh
• 7,050 points
618 views
0 votes
1 answer

Jenkins: invalid version of SVN working copy

Try this manage jenkins > configure system look ...READ MORE

Aug 7, 2018 in Jenkins by Nilesh
• 7,050 points
3,320 views
0 votes
2 answers

Not able to expose port 80 on the host, kubernetes ingress

I was facing the same error. The nginix ...READ MORE

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

Kubernetes ingress rules

Assuming you are using the Nginx Ingress ...READ MORE

Sep 10, 2018 in Kubernetes by Kalgi
• 52,360 points
1,823 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
524 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
0 votes
1 answer

Kubernetes nginx-ingress TLS issue

You have to create a secret named test-secret. ➜ ...READ MORE

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

Create named and latest tag in Docker.

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

Oct 11, 2018 in Docker by Damon Salvatore
• 5,980 points
455 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
898 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
447 views
+4 votes
2 answers

Jenkins not showing Maven Release Plugin

Make your project type Maven Project. This ...READ MORE

Oct 11, 2018 in DevOps Tools by Hannah
• 18,570 points
4,538 views
0 votes
1 answer

Kubernetes - Job scheduling API

You will find the CronJobresource in the batch/v1beta1 API group. ...READ MORE

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

Location of docker images downloaded by Docker (1.9.1) on Mac OS X

If you’re using docker for MAC, yhen ...READ MORE

Jul 30, 2018 in Docker by Kalgi
• 52,360 points
3,590 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
558 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
990 views