Trending questions in DevOps & Agile

0 votes
1 answer

Puppet: Error: Could not parse for environment production: Syntax error at '='; expected '}'

This error occurs if puppet apply -e is used ...READ MORE

Aug 1, 2019 in Puppet by Sirajul
• 59,230 points
4,481 views
0 votes
1 answer

Migrate from SVN to Git

Hey @Hannah, follow these steps: Create authors file ...READ MORE

Oct 29, 2019 in Git & GitHub by Payal
631 views
0 votes
1 answer

Redis slave deployment - Kubernetes

You can something like this, Make the ...READ MORE

Oct 23, 2019 in Kubernetes by Eric
881 views
0 votes
2 answers

Nonexistent host networking interface Error while starting VM

This occurs mainly when the following is ...READ MORE

Aug 25, 2020 in Jenkins by Pistle
• 1,000 points
825 views
0 votes
1 answer

Does the container restart whenever a secret object is updated (kubectl apply -f mysecret.yml)?

If you are mounting the secret as ...READ MORE

Jul 18, 2019 in Kubernetes by Sirajul
• 59,230 points
5,001 views
+14 votes
5 answers

How do I run a cron job inside a docker container

If you can SSH into your server ...READ MORE

Jul 27, 2018 in DevOps & Agile by Kalgi
• 52,360 points
15,946 views
0 votes
2 answers

How do I force a pod to run on a specific node?

By default, anti-affinity is not attempted by Kubernetes as ...READ MORE

Aug 6, 2019 in Kubernetes by Sirajul
• 59,230 points
4,395 views
0 votes
1 answer

Deployment controller that runs a single replica Redis master Pod - kubernetes

Hi @Hannah, you can use something like ...READ MORE

Oct 23, 2019 in Kubernetes by Eric
802 views
0 votes
2 answers

Kubernetes Ingress servicePort alternative?

Check out this example that allows to ...READ MORE

Nov 20, 2020 in Kubernetes by anonymous
1,058 views
0 votes
2 answers

how to manually install plugins in Jenkins?

You can download the plugin (*.hpi file) ...READ MORE

Aug 1, 2019 in Jenkins by Sirajul
• 59,230 points
5,225 views
0 votes
2 answers

Unable to start the virtual machine

This means the adapter is trying to ...READ MORE

Aug 25, 2020 in Jenkins by Pistle
• 1,000 points
743 views
+1 vote
1 answer

what is the difference between docker swarm and kubernetes

Both Kubernetes and Docker Swarm are important ...READ MORE

Sep 24, 2019 in Docker by Sirajul
• 59,230 points
1,982 views
+1 vote
1 answer

Nginx: 502 Bad Gateway error after deploying redmine in kubernetes cluster.

I have fixed the problem! the issue ...READ MORE

Jul 12, 2019 in Kubernetes by Mehrez Kanzari
5,248 views
0 votes
1 answer

What is Hiera in puppet and what does it do?

Hiera is probably a built-in key-value configuration data ...READ MORE

Jul 25, 2019 in Puppet by Sirajul
• 59,230 points
4,557 views
0 votes
1 answer

Ansible playbook to copy database dump file to remote host and restore it to another database

Hey @Pavan, you can use the following ...READ MORE

Aug 8, 2019 in Ansible by Kalgi
• 52,360 points
3,896 views
0 votes
1 answer

Error saying "Failed to find required executable gpg in paths"

Hey @Nisha, according to your error, your ...READ MORE

Mar 13, 2019 in Ansible by Yesha
10,267 views
0 votes
1 answer

Application communication with the Redis master

Have a look at this deployment: https://www.edureka.co/community/58783/deployment-controller-single-replica-redis-master-kubernetes You can ...READ MORE

Oct 23, 2019 in Kubernetes by Eric
578 views
0 votes
1 answer

Requirements to install MySQL and MariaDB on ubuntu - Ansible

You don't really need anything specific. Just ...READ MORE

Oct 24, 2019 in Ansible by Bob
525 views
0 votes
1 answer

I have created 5 helm charts. Want to create another helm of those 5 charts. Like meta helm. Is this possible?

Yes, this is possible. In Helm, one ...READ MORE

Oct 22, 2019 in Kubernetes by Sirajul
• 59,230 points
576 views
0 votes
0 answers

How to write a playbook for websphere deployment?

Oct 19, 2019 in Ansible by Rajendra
• 510 points
730 views
0 votes
1 answer

How is a Jenkinsfile structured? What is its role?

For defining a Pipeline in SCM, a ...READ MORE

Oct 11, 2019 in Jenkins by Sirajul
• 59,230 points
1,027 views
0 votes
1 answer

Make Redis slaves dicoverable - Kubernetes

Use something like this: application/appl/redis-slave-service.yaml apiVersion: v1 kind: Service metadata: ...READ MORE

Oct 23, 2019 in Kubernetes by Eric
486 views
0 votes
2 answers

How does networking on Docker for Windows work?

Each container has a virtual network adapter (vNIC) which is connected ...READ MORE

Aug 29, 2020 in Docker by Pistle
• 1,000 points
1,841 views
0 votes
0 answers

How to mount the S3 bucket using IAM role or S3fs and use in ElasticBeanstalk

Hi Team, Can you please confirm how we ...READ MORE

Sep 20, 2019 in DevOps on Cloud by rahulkathpal
• 120 points
1,911 views
0 votes
1 answer

How to push a docker image onto the Azure Container Registry (ACR)?

Before pushing local Docker image to ACR, ...READ MORE

Jul 4, 2019 in Docker by Sirajul
• 59,230 points
5,235 views
0 votes
2 answers

How to transfer docker images from one machine to another without using a repository?

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

Aug 13, 2019 in Docker by Sirajul
• 59,230 points
12,036 views
+1 vote
1 answer

Docker error "DON'T BIND ON ANY IP ADDRESS WITHOUT setting --tlsverify IF YOU DON'T KNOW WHAT YOU'RE DOING [!] "

Did you generate/create a certificate?? If not ...READ MORE

Jul 31, 2019 in Docker by Kavya
3,989 views
0 votes
1 answer

what is the difference between tags and delegate_to in ansible?

Hey @Rajendra, If you wish to perform ...READ MORE

Sep 24, 2019 in Ansible by Kalgi
• 52,360 points
1,659 views
+1 vote
1 answer

python code for email notification after codedeploy is successful.

Hey @Rishi, you can create a trigger ...READ MORE

Oct 11, 2019 in DevOps on Cloud by Kalgi
• 52,360 points
866 views
0 votes
1 answer

Ansible task to copy file to S3 bucket

Hey @Adarsh, try this task definition: --- - hosts: ...READ MORE

Aug 1, 2019 in Ansible by Vish
3,926 views
+1 vote
1 answer

i have a pyhton code in my git/git repository how to build that code in jenkins

Follow these steps @Bhaskar: Step 1: Open the Jenkins ...READ MORE

Oct 14, 2019 in DevOps Tools by Kalgi
• 52,360 points
648 views
+2 votes
3 answers

Calico-kube-controllers and coredns are in Pending status and not coming to Running State

root@kmaster:/home/master# kubectl get pods -o wide --all-namespaces NAMESPACE  ...READ MORE

Apr 2, 2019 in Kubernetes by TechnologyExist
• 160 points
10,322 views
+2 votes
0 answers

Codedeploy, email notification based on codedeploy success status/events. [closed]

is there a way or python code ...READ MORE

Oct 11, 2019 in DevOps on Cloud by Rishi
• 210 points

closed Oct 11, 2019 by Kalgi 647 views
+1 vote
0 answers

How to change the jenkins job status manually ( user interaction ) ?

I have 7 freestyle jobs (A,B,C,D,E,F,G) in ...READ MORE

Jul 24, 2019 in Jenkins by Veeranji
• 130 points
4,058 views
0 votes
2 answers

Can I run docker containers on different machines?

Docker defines a format for bundling an ...READ MORE

Aug 26, 2020 in Kubernetes by Pistle
• 1,000 points
1,396 views
0 votes
1 answer

Puppet+Docker: Using Docker-Compose with Puppet

Docker Compose describes a set of containers ...READ MORE

Aug 14, 2019 in Puppet by Sirajul
• 59,230 points
3,039 views
0 votes
2 answers

How to build docker images using VS2017?

Open Visual Studio and create a new project. Select ASP.Net Core Web ...READ MORE

Aug 25, 2020 in DevOps & Agile by Pistle
• 1,000 points
1,024 views
0 votes
1 answer

Can I run docker-compose inside a container?

Compose can also be run inside a ...READ MORE

Jun 10, 2019 in Docker by Sirajul
• 59,230 points
5,796 views
0 votes
1 answer

How to mount directories from a docker-machine to my local host?

You could do this using the docker-machine ...READ MORE

Jul 9, 2019 in Docker by Sirajul
• 59,230 points
4,538 views
0 votes
1 answer

Run Jenkins on Private VPC?

If you want to place the instance ...READ MORE

Aug 30, 2019 in Jenkins by Tara
2,274 views
0 votes
5 answers

Kubernetes ingress kepps returning 502 server error

I have added "/" endpoints in each ...READ MORE

May 6, 2019 in Kubernetes by Oishi
12,279 views
0 votes
1 answer

Puppet: How do i install PuppetDB?

You need to install puppetDB on the same ...READ MORE

Aug 27, 2019 in Puppet by Sirajul
• 59,230 points
2,387 views
0 votes
2 answers

Error: RabbitMQ with Docker for Windows server

Connecting to other containers Step 1: Create a network. ...READ MORE

Aug 29, 2020 in Docker by Pistle
• 1,000 points
1,369 views
0 votes
1 answer

Getting below error on Jenkins while creating a Maven Build Job

When you are using ssh to connect, ...READ MORE

Sep 3, 2019 in Jenkins by Hari
2,063 views
0 votes
2 answers

Error while creating resource group on Azure using Ansible

Please check you indentation, remove all spaces ...READ MORE

Mar 17, 2020 in Ansible by Shrikant Yerge
1,193 views
0 votes
1 answer

Puppet: Error while signing the certificates.

This might be because, the master lost ...READ MORE

Aug 29, 2019 in Puppet by Sirajul
• 59,230 points
2,151 views
0 votes
1 answer

what are the important commands in puppet?

Here's a list of commands that you ...READ MORE

Jul 25, 2019 in Puppet by Sirajul
• 59,230 points
3,643 views
0 votes
2 answers

How do I force Docker for a clean build of an image ?

You could try this inorder to clean ...READ MORE

Aug 6, 2019 in Docker by Sirajul
• 59,230 points
10,274 views
0 votes
1 answer

is there any way we can run kubectl command without sudo acess in KOPS kubernetes?

Yes, you can use kubectl on kops ...READ MORE

Aug 28, 2019 in Kubernetes by Adarsh
2,182 views
0 votes
0 answers