Deploy Lazsa Orchestrator Agent

Perform the following steps to deploy the Lazsa Orchestrator Agent:

  1. Create Secret in Kubernetes cluster with Server certificate using the following command:

    kubectl create secret generic orch-tls --from-file=tls.crt=server.crt --from-file=tls.key=server.key --from-file=ca.crt=ca.crt -n orchestrator

    Note:

    Make sure to create the certificate in the same namespace where you want to install the Orchestrator Agent.

     

  1. Run the Helm Installation command (that you copied in the previous section) in the Kubernetes cluster to deploy the Lazsa Orchestrator Agent in your environment.

    Note:

    Run the helm command in the correct namespace. See Using Helm Command for Agent Registration.

How to enable Lazsa Orchestrator Agent to connect to tools?

After you deploy the Lazsa Orchestrator Agent in your cloud account, you must enable an option from the Configuration workspace to use the service for connecting with your tools.

  1. Log on to the Lazsa Platform and navigate to Configuration.

  2. On the Platform Setup screen, click Configure on Cloud Platform Tools & Technologies.

  3. Select any of the tools supported by the Orchestrator Agent, and click Modify.

  4. Click Configure on the tool that you want to configure.

  5. On the tool configuration screen, enable Connect using Lazsa Orchestrator Agent, and provide the following details of Secrets Management Tool AWS Secrets Manager in your cloud account:

    • Secret Name

    • User Name

    • Password/Token

Related Topics Link IconRecommended Topics What's next? Enable Logging and Monitoring of Lazsa Orchestrator Agent