Home / Companies / DataStax / Blog / Post Details
Content Deep Dive

How to Connect Temporal.io to Astra DB with Kubernetes

Blog post from DataStax

Post Details
Company
Date Published
Author
Melissa Herrera
Word Count
1,577
Language
English
Hacker News Points
-
Summary

This blog series discusses using Temporal.io, an open-source microservice orchestration platform, with DataStax Astra DB. Part 3 focuses on deploying Temporal to Astra DB with Kubernetes (K8s) and Helm Charts for quick deployment and proper configuration of all components. The process involves creating an Astra database instance, generating tokens, downloading the secure connect bundle, and finding the Database ID. Then, the temporal-cassandra-tool is used to initialize keyspaces in Astra DB. Finally, Temporal Server is installed using Helm Charts, and the Persistence Layer of Temporal's server is configured for compatibility with Cassandra. The successful deployment allows users to test their connection and play with their Temporal cluster using sample apps provided by Temporal.