Sarav is the creator and Founding Author of Devops Junction. He has 13+ years of experience in Software Development and Architecture. He has written around 250+ articles on various technologies.
Ansible Dynamic inventory

Ansible dynamic inventory AWS - How to use

Ansible Dynamic inventory is a wonderful feature to efficiently manage the entire infrastructure, In an ideal world the list of hosts we have in our infrastructure would not be static, the number of hosts would increase or decrease based on the new instance provisioning and server decommissioning. In this variable[...]

Read more

Ansible read JSON file - JSON file Parsing

In this article, we are going to see how to read the JSON file in ansible-playbook JSON is the most famous data representation it is widely used to store and transmit data. When you are working in Ansible automation, you might get a requirement to work with JSON files and[...]

Read more

Kubernetes Ingress Example on Google Cloud

Kubernetes Ingress We understand that as per traditional infrastructure setup, in order to load balance the client requests you are required to configure instances for each application you want to balance the load, which makes your configuration lengthy, and when moving this architecture to open source technologies it will be[...]

Read more
1 12 13 14 15 16 30