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

Create your first service

A project can have multiple services, which you can think of as processes that run. For a typical web application, you might have a web service and a background job processor service. In this case, we will just create a single web service for our Whiteboarder app.

Navigate to Projects → Whiteboarder → Services and click + New Service, select web. You can keep all the other settings the same.

Once you've created your first service, click Deploy.

PreviousConnect a Github projectNextDeploy a Redis database

Last updated 3 months ago