Canine.sh
  • Canine Documentation
  • Getting Started
    • Quickstart
      • (Optional) Install Canine locally
      • Set up a Kubernetes cluster
      • Connect a Github project
      • Create your first service
      • Deploy a Redis database
      • Preview the app with a private connection
      • Configure DNS & LetsEncrypt SSL certificate
  • Basics
    • Clusters
    • Projects
      • Services
        • Web Services
        • Background Workers
        • Cron Jobs
      • Processes & one off pods
      • Volumes
    • Add Ons
    • Integrations
  • Technical Details
    • Canine Architecture
    • Kubernetes Crash Course
      • Introduction
      • Containers & Pods
      • Deployments
      • Namespaces
      • Services
      • Ingress
  • Canine
  • Our Manifesto
Powered by GitBook
On this page
  1. Getting Started
  2. Quickstart

Deploy a Redis database

PreviousCreate your first serviceNextPreview the app with a private connection

Last updated 2 months ago

Navigate to Add Ons → + New Add On give your add on a name and select Redis. Then click Create Add On

Once the Redis instance is created, copy the Connection URL

Navigate back to Projects → Whiteboarder → Environment and set the REDIS_URL environment variable to the connection URL you just copied and click Save.

Then redeploy the application.

Make sure to redeploy the application after any settings changes. This is how Canine knows to apply the changes to your underlying Kubernetes cluster (we never apply any changes to your cluster without a deployment)