Skip to content

deliverybot/example-gitops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Deliverybot GitOps example

This example sets up a GitHub repository as a source of truth for Flux to read and to apply manifests into your Kubernetes cluster. It also has a corresponding GitHub action which can push manifests to this repository to deploy your code.

This brings the benefits of GitOps together with the ease of managing deployment automation with Deliverybot. Click a button and watch manifests be updated and deployed to your Kubernetes cluster!

Flux diagram

This is currently in beta and the API around this may change.

Getting started

Requires cfssl to be installed along with helm and kubectl.

  1. Copy this repository to your organization.

  2. Run the ./install.sh script to setup FluxCD or follow this guide here.

[email protected]:myrepo/example-gitops.git GIT_PATH=deploy NAMESPACE=kube-system ./install.sh
  1. Create a new repository to emulate an application that you want to deploy to Kubernetes and install the GitOps action https://github.com/deliverybot/gitops

  2. Install the repository on Deliverybot.

  3. Trigger a deployment and watch the action push a change to your flux repo!

About

GitOps deployment example to Kubernetes from GitHub.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages