All Projects → kollalabs → ploio

kollalabs / ploio

Licence: other
Safe, Reliable, and Fast Production Deployments for Kubernetes

Programming Languages

go
31211 projects - #10 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to ploio

cloud-native-pipelines
Cloud-native pipelines leveraging Concourse, Pivotal Build Service and Spinnaker to deploy apps
Stars: ✭ 15 (+36.36%)
Mutual labels:  pipeline, spinnaker
re-mote
Re-mote operations using SSH and Re-gent
Stars: ✭ 61 (+454.55%)
Mutual labels:  pipeline
JT1078Gateway
基于Pipeline实现的JT1078Gateway支持TCP/UDP,目前只支持http-flv、ws-flv、hls三种拉流方式
Stars: ✭ 50 (+354.55%)
Mutual labels:  pipeline
jenkins-pipeline-gitflow-maven
Sample Maven project with a Jenkinsfile doing git-flow based release management
Stars: ✭ 47 (+327.27%)
Mutual labels:  pipeline
coronavirus-stats
Automatically scrape data and statistics on Coronavirus to make them easily accessible in CSV format
Stars: ✭ 47 (+327.27%)
Mutual labels:  pipeline
DNAscan
DNAscan is a fast and efficient bioinformatics pipeline that allows for the analysis of DNA Next Generation sequencing data, requiring very little computational effort and memory usage.
Stars: ✭ 36 (+227.27%)
Mutual labels:  pipeline
elasticsearch-ingest-attachment-plugin-example
Example of how to use ElasticSearch ingest-attachment plugin using JavaScript
Stars: ✭ 19 (+72.73%)
Mutual labels:  pipeline
godot-exporter
Godot Engine Automation Pipeline Android – iOS – Linux – MacOS – Windows – HTML5 – Itch.io.
Stars: ✭ 54 (+390.91%)
Mutual labels:  pipeline
pipeline-editor
Cloud Pipelines Editor is a web app that allows the users to build and run Machine Learning pipelines without having to set up development environment.
Stars: ✭ 22 (+100%)
Mutual labels:  pipeline
RNASeq
RNASeq pipeline
Stars: ✭ 30 (+172.73%)
Mutual labels:  pipeline
concourse-ci-kube
Concoures CI Kube Deploment
Stars: ✭ 16 (+45.45%)
Mutual labels:  pipeline
gitlab-merger-bot
GitLab Merger Bot
Stars: ✭ 23 (+109.09%)
Mutual labels:  pipeline
pipeline-as-code-with-jenkins
Pipeline as Code with Jenkins
Stars: ✭ 56 (+409.09%)
Mutual labels:  pipeline
dropEst
Pipeline for initial analysis of droplet-based single-cell RNA-seq data
Stars: ✭ 71 (+545.45%)
Mutual labels:  pipeline
ctdna-pipeline
A simplified pipeline for ctDNA sequencing data analysis
Stars: ✭ 29 (+163.64%)
Mutual labels:  pipeline
bistro
A library to build and execute typed scientific workflows
Stars: ✭ 43 (+290.91%)
Mutual labels:  pipeline
pipecolor
A terminal filter to colorize output
Stars: ✭ 17 (+54.55%)
Mutual labels:  pipeline
HAR
Recognize one of six human activities such as standing, sitting, and walking using a Softmax Classifier trained on mobile phone sensor data.
Stars: ✭ 18 (+63.64%)
Mutual labels:  pipeline
latent-semantic-analysis
Pipeline for training LSA models using Scikit-Learn.
Stars: ✭ 20 (+81.82%)
Mutual labels:  pipeline
basin
Basin is a visual programming editor for building Spark and PySpark pipelines. Easily build, debug, and deploy complex ETL pipelines from your browser
Stars: ✭ 25 (+127.27%)
Mutual labels:  pipeline

Ploio

Safe, reliable, and automated deployments for kubernetes.

Concepts

Safe: Ploio was inspired by Michael Bryzek's presentation Testing in Production. To deploy updates safely, testing is critical. To supplement your unit tests, Ploio allows you to deploy canary tests and smoke tests right into production to give you extreme confidence that your upates are safe.

Reliable: Ploio by default abstracts Kubernetes manifest YAML away from the developer, but still keeps the developer heavily involved in making sure their application is healthy.

Automated: Ploio was built to be run by your CI/CD system and provides some extra automation that raw kubernetes manifests do not. For instance, Ploio will detect if an update hits a crash loop backoff and will roll back automatically. Ploio does NOT replace your CI system, it augments it. Your CI system will still do unit tests, build the application, and upload your newly built container to a container repo. Ploio can then be triggered once that is complete to manage your deployment strategies.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].