LogoLogo
About
  • Home
  • Guides
  • BDK
  • REST API
  • BDK Overview
  • Planning Guide
  • Setup Guide
  • Development Guide
  • Deployment
  • Learning a BDK Book
  • Connection Commands
  • BDK API Reference
    • Concepts
    • Connections
    • Decorators
      • @book
      • @concept
      • @config
      • @connect
      • @oauth
      • @oauthtoken
      • @procedure
    • Docstrings
    • Enums
      • FilterBinaryOperator
      • FilterUnaryOperator
    • Filter Expressions
    • Noun Phrases
    • Procedures
Powered by GitBook
On this page

Was this helpful?

Export as PDF

Deployment

Learn the requirements for deploying a BDK Book.

Last updated 1 month ago

Was this helpful?

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: , )

  • On-premises infrastructure

  • Container orchestration platforms, such as

Port Configuration

Ensure that the port specified in the Dockerfile is properly exposed and matches your deployment environment's configuration.

Refer to our for additional deployment considerations.

Amazon ECS
Azure
Kubernetes
Planning Guide