Skip to content

Deploy Botpress using Pulumi on DigitalOcean's managed Kubernetes service.

Notifications You must be signed in to change notification settings

cloudy-sky-software/botpress-pulumi

Repository files navigation

Botpress on DigitalOcean

Deploy a Botpress server using DigitalOcean's Kubernetes service.

What is Botpress?

Botpress is an on-prem, open-source chatbot building platform for businesses.

Botpress

Pulumi

Pulumi makes deploying cloud services easy by allowing you to use a programming language. This lets you create repeatable, and predictable infrastructure.

Prerequisites

  1. Clone this repository to your local machine, and optionally push it up to your own version-control system.
  2. Install Pulumi
  3. Signup for a free account on Pulumi
  4. Configure Pulumi for DigitalOcean

Pulumi Stack

Pulumi can store the state of your cluster, which then allows you to track changes as you modify your cluster. In order to store the state on Pulumi, you will need to create a stack.

You can also create a stack by running the pulumi stack init <stack name> command.

You are now ready to deploy the cluster by simply running pulumi up.

About

Deploy Botpress using Pulumi on DigitalOcean's managed Kubernetes service.

Topics

Resources

Stars

Watchers

Forks