Deploying and Connecting Your Book
Learn the requirements for deploying your Book and how to connect it to Kognitos.
Deployment
After successfully building your Book and creating a Docker image, the next step is deployment. You have the flexibility to deploy your Book to any environment that supports external access and routing, ensuring it can be reached from Kognitos. The choice of deployment method will depend on your organization's specific preferences and requirements. Common deployment options include:
- Cloud platforms (ex: Amazon ECS, Azure)
- On-premises infrastructure
- Container orchestration platforms, such as Kubernetes
Port Configuration
Ensure that the port specified in the Dockerfile is properly exposed and matches your deployment environment's configuration.
Refer to our Planning Guide for additional deployment considerations.
Connecting to Your Book in Kognitos
Once your Book is deployed, follow these steps to connect to it in Kognitos:
- Retrieve the HTTPS endpoint from your deployment.
- Place this at the beginning of your automation, substituting your own endpoint in the syntax:
learn "https://<your-endpoint>"
After completing these steps, you can interact with your Book directly in the Playground.
Updated about 15 hours ago