- Notifications
You must be signed in to change notification settings - Fork37
Hephy Workflow - An open source fork of Deis Workflow - The open source PaaS for Kubernetes.
License
teamhephy/workflow
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Hephy Workflow is the open source fork of Deis Workflow PaaS. Some of the old documentation and README are still preserved so they may reference "Deis Workflow". Hephy Workflow is the community continuation of the Deis Workflow project after it was end-of-lifed by the Deis team which moved on to do bigger projects at Microsoft Azure.
Hephy Workflow is the open source fork of Deis Workflow. Pleaseread the announcement for more detail. | |
---|---|
05/08/2021 | Hephy Workflowv2.23.0 release |
01/02/2021 | Hephy Workflowv2.22.3 patch release |
11/15/2020 | Hephy Workflowv2.22.2 patch release |
10/12/2020 | Hephy Workflowv2.22.1 patch release |
10/02/2020 | Hephy Workflowv2.22.0 release |
05/26/2020 | Hephy Workflowv2.21.6 patch release |
04/23/2020 | Hephy Workflowv2.21.5 patch release |
12/31/2019 | Hephy Workflowv2.21.4 patch release |
09/11/2019 | Hephy Workflowv2.21.3 patch release |
08/11/2019 | Hephy Workflowv2.21.2 patch release |
06/21/2019 | Hephy Workflowv2.21.1 patch release |
05/05/2019 | Hephy Workflowv2.21.0 release |
03/08/2019 | Hephy Workflowv2.20.2 patch release |
02/14/2019 | Hephy Workflowv2.20.1 patch release |
11/29/2018 | Hephy Workflowv2.20.0 new release |
08/27/2018 | Team Hephyblog comes online |
08/20/2018 | Deis#community slack goes dark |
08/10/2018 | Hephy Workflow [v2.19.4][] fourth patch release |
08/08/2018 | Deis website goes dark, then redirects to Azure Kubernetes Service |
03/16/2018 | Hephy Workflow website comes online |
03/01/2018 | End of Deis Workflow maintenance: critical patches no longer merged |
12/11/2017 | Team Hephyslack community invites first volunteers |
09/07/2017 | Deis Workflowv2.18 final release before entering maintenance mode |
09/06/2017 | Team Hephyslack community comes online |
Deis Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to anyKubernetes cluster, making it easy to deploy and manage applications.
Deis Workflow is the second major release (v2) of the Deis PaaS. If you are looking for the CoreOS-based PaaS visithttps://github.com/deis/deis.
Toget started withDeis Workflow please read theQuick Start Guide.
Visithttps://docs.teamhephy.com for project documentation and tolearn about its features and architecture.
Join us onSlack where we can help with issues, feature requests, and questions about running Hephy Workflow on Kubernetes on various cloud providers.
Visit the community maintainedblog with tips, tricks, tutorials, and announcements about Hephy Workflow.
This repository contains the source code for Hephy Workflow documentation. If you're looking for individual components, they live in their own repositories.
Please see below for links and descriptions of each component:
- controller - Workflow API server
- builder - Git server and source-to-image component
- dockerbuilder - The builder forDocker based applications
- slugbuilder - The builder forslug/buildpack based applications
- slugrunner - The runner for slug/buildpack based applications
- fluentd - Backend log shipping mechanism for
deis logs
- postgres - The central database
- registry - The Docker registry
- logger - The (in-memory) log buffer for
deis logs
- monitor - The platform monitoring components
- router - The HTTP/s edge router
- minio - The in-cluster, ephemeral, development-only object storage system
- nsq - Realtime distributed messaging platform
- workflow-cli - Workflow CLI
deis
- workflow-e2e - End-to-end tests for the entire platform
- workflow-manager - Manage, inspect, and debug a Workflow cluster
We welcome your input! If you have feedback, pleasesubmit an issue. If you'd like to participate in development, please read the "Working on Documentation" section below andsubmit a pull request.
The Deis project welcomes contributions from all developers. The high level process for development matches many other open source projects. See below for an outline.
- Fork this repository.
- Make your changes.
- Submit a pull request (PR) to this repository with your changes, and unit tests whenever possible.
- If your PR fixes anyissues, make sure you write
Fixes #1234
in your PR description (where#1234
is the number of the issue you're closing).
- If your PR fixes anyissues, make sure you write
- The Deis core contributors will review your code. After each of them sign off on your code, they'll label your PR with
LGTM1
andLGTM2
(respectively). Once that happens, a contributor will merge it.
The documentation site requires either a local installation ofMkDocs or access to Docker.
InstallMkDocs and required dependencies:
make deps
To build the documentation run:make build
ormake docker-build
.
To serve documenation run:make serve
ormake docker-serve
.
Then view the documentation onhttp://localhost:8000 orhttp://DOCKER_IP:8000
.
About
Hephy Workflow - An open source fork of Deis Workflow - The open source PaaS for Kubernetes.