Trending questions in DevOps & Agile

0 votes
1 answer

Pros and cons of using traefik as ingress on kubernetes as DaemonSet

Here are pros and cons of using ...READ MORE

Jan 6, 2019 in Kubernetes by Layla
1,486 views
0 votes
1 answer

Encrypt an encrypted file - Ansible Vault

Hey @Fez, This is one of the way ...READ MORE

Jan 29, 2019 in Ansible by Cerci
466 views
0 votes
1 answer

How to add registry entries in bulk while building my image using Docker for Windows?

You can create a file for your ...READ MORE

Nov 26, 2018 in DevOps & Agile by Sophie may
• 10,610 points
3,228 views
0 votes
1 answer

Install Ansible on Hp UX

Hey @Diana, You cannot use HP -UX as ...READ MORE

Jan 10, 2019 in Ansible by Niks
1,273 views
0 votes
1 answer

Can I use Kubespray without using kubespray_git_repo?

Hey @Sparsh, Obviously you can, follow these ...READ MORE

Jan 23, 2019 in Ansible by Shankar
751 views
0 votes
1 answer

Where to find inventory file? - Kubespray

By default its located in /etc/ansible/hosts. You can ...READ MORE

Jan 23, 2019 in Ansible by Noor
687 views
0 votes
1 answer

Virtualization Infrastructure supported by Ansible

Yes, Vagrant supports Ansible, in-fact Ansible is ...READ MORE

Jan 25, 2019 in Ansible by Sai
564 views
0 votes
1 answer

Is it possible to run commands on ansible host?

If you just trying to run a ...READ MORE

Jan 10, 2019 in Ansible by Vijay
1,248 views
0 votes
1 answer

Ansible playbook to automate security configurations of an EC2 instance

Hey @Kiara, your indentation is very wrong. ...READ MORE

Jan 24, 2019 in Ansible by Harsh
587 views
0 votes
1 answer

Encryption using vault

Hey @Neha, unfortunately, that's not possible. You ...READ MORE

Jan 29, 2019 in Ansible by Nish
326 views
0 votes
1 answer

Mention Kubernetes version while using it with ansible

Hey @Dustin, The default value for roles is kube_version: ...READ MORE

Jan 22, 2019 in Ansible by Anushri
591 views
0 votes
1 answer

Add a node in Ansible

Follow these steps @Ruth: Generate ssh key ssh-keygen Check the ...READ MORE

Jan 8, 2019 in Ansible by Haider
1,145 views
0 votes
1 answer

Install snap for Kubernetes cluster automation

Hey @Mohit, there is no snap module ...READ MORE

Jan 22, 2019 in Ansible by Veronica
516 views
0 votes
1 answer

Use traefik as an Ingress Controller on Kubernetes

You can create a traefik service something like ...READ MORE

Jan 6, 2019 in Kubernetes by Nick
1,177 views
0 votes
1 answer

Issue while using lineinfile module - Ansible

The lineinfile task has to match both the ...READ MORE

Jan 17, 2019 in Ansible by Lavanya
707 views
0 votes
1 answer

HTML in job descriptions on jenkins

Follow these steps: Step 1- go to manage ...READ MORE

Aug 7, 2018 in Jenkins by Nilesh
• 7,050 points
7,709 views
+1 vote
1 answer

How to uninstall docker from windows? (DockerToolbox)

Go to your task manager and close ...READ MORE

Oct 25, 2018 in DevOps & Agile by Sophie may
• 10,610 points
4,240 views
0 votes
1 answer

Pros and cons of using Traefik as ingress on Kubernetes as Deployment?

You can use Traefik either as a deployment or ...READ MORE

Jan 8, 2019 in Kubernetes by Haider
1,079 views
0 votes
1 answer

How to obtain the Docker container's IP address from the host?

This can be done by executing the ...READ MORE

Jul 17, 2018 in Docker by Sophie may
• 10,610 points
8,621 views
0 votes
1 answer

Create a directory at a specific path using ansible

To create a directory using Ansible, you ...READ MORE

Jan 9, 2019 in Ansible by Jason
973 views
+1 vote
1 answer

What ENTRYPOINT commands are needed in the dockerfile that adds php files into a container

Hope you are doing good! In this step, ...READ MORE

Dec 16, 2018 in Git & GitHub by Kiyara
2,038 views
0 votes
2 answers

Execution of Ansible playbook now reflecting any changes

Hey @Moana, you playbook is missing the ...READ MORE

Jan 17, 2019 in Ansible by Sameer
552 views
0 votes
1 answer

How to enable/ disable Hyper-V for Docker on Windows?

You can do this from command prompt ...READ MORE

Sep 10, 2018 in Docker by Tyrion anex
• 8,700 points
6,148 views
0 votes
2 answers

How do you stop Ansible from creating .retry files in the home directory?

[defaults] ... retry_files_enabled = True # Create them ...READ MORE

Apr 5, 2019 in Ansible by anonymous
2,940 views
0 votes
1 answer

Error after updating docker

Hey @Ali, try switching to 1.0.1 and ...READ MORE

Jan 8, 2019 in Docker by Vikas
932 views
0 votes
1 answer

Docker for windows error: Failed to pull docker image using Docker for Windows via SSL

Try the following Login to your docker hub ...READ MORE

Dec 12, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
2,066 views
0 votes
1 answer

Difference between RUN and CMD in a docker file and when to use one or the other.

Here are the explanations for all the ...READ MORE

Nov 17, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
3,158 views
0 votes
1 answer

How to inspect the bridge network to see what containers are connected to it?

Yes, there is definitely a command in ...READ MORE

Dec 20, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
1,675 views
0 votes
1 answer

Advantages of using Ansible?

Ansible has a lot of advantages, like ...READ MORE

Jan 8, 2019 in Ansible by Thomas
846 views
0 votes
1 answer

Trying to install a program from ansible playbook on vagrant but ends up failing

Hey @Rajni, you can register the variable ...READ MORE

Jan 13, 2019 in Ansible by Mike
620 views
0 votes
1 answer

Pods stuck in CrashBackLoopOff state

There are three possibilities here @Ali, Check your ...READ MORE

Jan 4, 2019 in Kubernetes by Lissa
1,003 views
0 votes
1 answer

Deploy nginx using Ansible

Follow these steps: Use the following command in ...READ MORE

Jan 8, 2019 in Ansible by Barbara
807 views
0 votes
1 answer

Showing different Ansible version

Seems like you have two versions of ...READ MORE

Jan 14, 2019 in Ansible by Natasha
529 views
0 votes
1 answer

Error saying make_bucket failed - Kubernetes AWS

Hey @Ali, what you are doing is ...READ MORE

Jan 4, 2019 in Kubernetes by Olivia
945 views
0 votes
1 answer

UI for accessing Kubernetes pods

Hey @Ali, you can use the dashboard. ...READ MORE

Jan 8, 2019 in Kubernetes by Vini
783 views
0 votes
1 answer

Unable to use kubernetes executer for Gitlabs

You are trying to use https, so ...READ MORE

Dec 26, 2018 in Kubernetes by DareDev
• 6,890 points
1,328 views
0 votes
1 answer

Giving password configuration as Yes in SSHD_Config file ended up throwing an error

It looks like somehow your config file ...READ MORE

Jan 3, 2019 in Other DevOps Questions by Vishnu
1,004 views
0 votes
1 answer

Setting Up Ansible Hosts

Hey @Sammer, follow these steps: Open the host's ...READ MORE

Jan 17, 2019 in Ansible by Sinha
356 views
0 votes
1 answer

How to change hosts in Docker for Windows in daemon.json?

you cannot specify options both as a ...READ MORE

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

Error saying "KeyError: 'ApiVersion'" - Ansible

The reason behind this error is that ...READ MORE

Jan 8, 2019 in Ansible by Sasha
677 views
0 votes
1 answer

Error saying "Connection failed" when trying to install java jdk on slave VM

Hey @Ali, I went through the error and ...READ MORE

Jan 3, 2019 in Jenkins by Vishnu
901 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,752 views
0 votes
1 answer

Error saying "DistributionNotFound jinja2<2.9"

Hey @Kiara, update your distribution instead of jinja ...READ MORE

Jan 14, 2019 in Ansible by Rahul
373 views
0 votes
1 answer

Is containerization better than virtualization and where does cloud services comes into picture?

 Yeah, definitely docker containers are better as ...READ MORE

Jan 7, 2019 in DevOps & Agile by Damon Salvatore
• 5,980 points
672 views
0 votes
1 answer

Kuberentes: pulling image from private repo

You'll have to refer to the secret ...READ MORE

Jan 11, 2019 in Kubernetes by ajs3033
• 7,300 points
503 views
0 votes
1 answer

Pods with vloumes using kubectl run

The JSON format you're using to override ...READ MORE

Oct 16, 2018 in Kubernetes by ajs3033
• 7,300 points
4,254 views
0 votes
1 answer

Forcing specific deployments/pods to deploy on master

Tolerations do not guarantee that a pod ...READ MORE

Oct 13, 2018 in Kubernetes by ajs3033
• 7,300 points
4,413 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,240 views
0 votes
1 answer

Install ansible galaxy roles

Here is a very basic example that ...READ MORE

Jan 10, 2019 in Ansible by Disha
535 views
0 votes
1 answer

Username and password when trying to access LoadBalancer from public DNS - kubernetes on aws

Hey @ali, You will find your username & ...READ MORE

Jan 8, 2019 in Kubernetes by Rohit
568 views