Automate Avi LB Service with Ansible

Avi Networks load balancing platform offers fantastic automation capabilities, which allow us to automate the load balancing service via some popular Infrastructure as Code tools like Ansible and Terraform. Today, I will demonstrate the Day 1 automation using Ansible (version 2.8.5) in this blog. [root@code1 ~]# ansible --version ansible 2.8.5 config file = /etc/ansible/ansible.cfg configured …

Continue reading Automate Avi LB Service with Ansible

Build Load Balancing Service in VMC on AWS with Avi Load Balancer – Part4

This blog is Part 4 of this series. If you have not gone through the Part1, Part2 and Part3, please go and check them out now. In Part3, we set up an active-active global load balancing service for our testing application (https://www.sddc.vmconaws.link). Some applications require stickiness between a client and a server. That is to say, …

Continue reading Build Load Balancing Service in VMC on AWS with Avi Load Balancer – Part4