Deployment
Learn the requirements for deploying a BDK Book.
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.
Last updated
Was this helpful?