当前位置: 首页 > 软件库 > 云计算 > 云原生 >

brigade

Event-driven scripting for Kubernetes
授权协议 Apache-2.0 License
开发语言 Google Go
所属分类 云计算、 云原生
软件类型 开源软件
地区 不详
投 递 者 瞿和硕
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Brigade: Event-based Scripting for Kubernetes

FOSSA Status

Script simple and complex workflows using JavaScript. Chain together containers,running them in parallel or serially. Fire scripts based on times, GitHub events,Docker pushes, or any other trigger. Brigade is the tool for creating pipelinesfor Kubernetes.

  • JavaScript scripting
  • Project-based management
  • Configurable event hooks
  • Easy construction of pipelines
  • Check out the docs to get started.

NOTE

Brigade 2.0 is currently under active development in thev2 branch of this repository.

We're excited to announce the first beta release for Brigade 2, v2.0.0-beta.1! See the README on the v2 branch to learn how to get started with Brigade 2.0.


The Brigade Technology Stack

  • Brigade ❤️ JavaScript: Writing Brigade pipelines is as easy as writing a few lines of JavaScript.
  • Brigade ❤️ Kubernetes: Brigade is Kubernetes-native. Your builds are translated intopods, secrets, and services
  • Brigade ❤️ Docker: No need for special plugins or elaborate extensions. Brigade usesoff-the-shelf Docker images to run your jobs. And Brigade also supports DockerHubwebhooks.
  • Brigade ❤️ GitHub: Brigade comes with built-in support for GitHub, DockerHub, andother popular web services. And it can be easily extended to support your ownservices.

The design introduction introduces Brigade concepts andarchitecture.

Quickstart

Check out the quickstart on the docs here.

Related Projects

Brigade ❤️ Developers

To get started head to the developer's guide

Brigade is well-tested on Minikube and Azure Kubernetes Service.

Contributing

The Brigade project accepts contributions via GitHub pull requests. The Contributing document outlines the process to help get your contribution accepted.

Support & Feedback

We have a slack channel! Kubernetes/#brigade Feel free to join for any support questions or feedback, we are happy to help. To report an issue or to request a feature open an issue here

License

FOSSA Status

  • Apache服务器传输数据的核心算法之桶队算法(bucket brigade algorithm) 水桶队(Bucket Brigade)是指一种消防技术,它通过人的链条将水引至火灾中。这种方法主要在机械化消防设备出现之前使用,在世界上一些不发达地区仍然可以使用。在这项技术中,一个人在水源附近装满一个水桶,水桶里的水可以用来灭火然后手把手地传递到最后一个扔到火上的人手中。水桶队仍然偶尔被用作消防演

  • #include<bits/stdc++.h> using namespace std; int main(){     char a[10][10];     int i, j;     for(i = 0; i < 10; i++){         for(j = 0; j < 10; j++){             cin >> a[i][j];         }     }   

  • USACO 2019 US Open Contest, Bronze Problem 1. Bucket Brigade Answer for C++ USACO 2019 US Open Contest, Bronze Problem 1. Bucket Brigade 的C++解答方法 #include <iostream> #include <fstream> #include <cmath

  • 题目描述 A fire has broken out on the farm, and the cows are rushing to try and put it out! The farm is described by a 10×10 grid of characters like this: … … … …B… … …R… … … …L… … The character ‘B’ repre