/nebula-workflow-examples

Example workflows to deploy with Project Nebula

Primary LanguageHCL

Nebula workflow examples

This repository contains example workflows for Project Nebula. Feel free to use these workflows to get started.

Workflow Description
Sample workflow Example workflow that models the types of workflow steps that a user can execute within Nebula
Notify with Slack Sends a message to a Slack channel using the Slack Step.
Deploy Node.js app to K8s Deploys a basic Node.js app to Kubernetes. It first stands up a mongodb instance using Helm and then creates the Kubernetes deployment using kubectl.
Provision GKE cluster with Terraform Provisions a sample Kubernetes cluster on GKE using Terraform.