Installation on 2 kubernetes clusters with the same database
57 views
Skip to first unread message
milod...@gmail.com
unread,
Jan 11, 2023, 9:45:04 AM1/11/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AWX Project
Hello,
I would like to know if a configuration of 2 AWX (Operator version 1.1.1) on 2 different kubernetes clusters but pointing on the same external base works ?
The idea would be to ensure AWX redundancy at cluster level.
Thanks
Pabbisetty h
unread,
Jan 11, 2023, 10:34:45 AM1/11/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AWX Project
Hi, We have implemented something like this to achieve HA/LB
milod...@gmail.com
unread,
Jan 13, 2023, 7:04:37 AM1/13/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AWX Project
Hello,
Thank you for your answer. This is one of my leads. What bothers me is that the base in the stand-by part is read-only (in a Postgres HA architecture). It is therefore necessary to plan a switch action in the event of a switchover (but this is not too serious)...You are using a restore/backup procedure for your replication or you are using Postgres procedures ? Thanks