Installing EDA-Server
EDA-Server follows a similar architectural design as AWX. Revisit the section on installing AWX in Chapter 13 if you need a refresher. In this section, you will use the development Kubernetes kind environment that was created in that chapter to install the EDA-Server application:
Note
This recipe assumes that kind, kubectl, and Helm are already installed, as discussed in the last chapter.
- To simplify the cluster deployment, you have a helper script (https://github.com/PacktPublishing/Network-Automation-Cookbook_2nd_Edition/blob/main/chapters/ch14/eda_quickstart/quick-start.sh) that sets up the EDA-Server cluster using the EDA-Server Operator (analogous to the AWX Operator in the previous chapter). The admin credentials are provided at the end of the output:
root@cookbook-lab:~# curl -sSL https://raw.githubusercontent.com/network-automation-cookbook/cookbook-lab/main/chapters/ch14/eda_quickstart/quick-start.sh | bash Installing...