All Projects → deis → Workflow

deis / Workflow

Licence: mit
The open source PaaS for Kubernetes.

Projects that are alternatives of or similar to Workflow

K3sup
bootstrap Kubernetes with k3s over SSH < 1 min 🚀
Stars: ✭ 4,012 (+210.77%)
Mutual labels:  helm, k8s
Porter
Kubernetes powered PaaS that runs in your own cloud.
Stars: ✭ 498 (-61.43%)
Mutual labels:  paas, helm
Ingressmonitorcontroller
A Kubernetes controller to watch ingresses and create liveness alerts for your apps/microservices in UptimeRobot, StatusCake, Pingdom, etc. – [✩Star] if you're using it!
Stars: ✭ 306 (-76.3%)
Mutual labels:  helm, k8s
flekszible
Kubernetes resource/manifest file preprocessor, generator and manager.
Stars: ✭ 34 (-97.37%)
Mutual labels:  helm, k8s
Helmsman
Helm Charts as Code
Stars: ✭ 854 (-33.85%)
Mutual labels:  helm, k8s
K8s Tew
Kubernetes - The Easier Way
Stars: ✭ 269 (-79.16%)
Mutual labels:  helm, k8s
Charts
Helm charts for applications you run at home
Stars: ✭ 421 (-67.39%)
Mutual labels:  helm, k8s
stackstorm-ha
K8s Helm Chart (βeta!) that codifies StackStorm (aka "IFTTT for Ops" https://stackstorm.com/) Highly Availability fleet as a simple to use reproducible infrastructure-as-code app
Stars: ✭ 74 (-94.27%)
Mutual labels:  helm, k8s
Geodesic
🚀 Geodesic is a DevOps Linux Distro. We use it as a cloud automation shell. It's the fastest way to get up and running with a rock solid Open Source toolchain. ★ this repo! https://slack.cloudposse.com/
Stars: ✭ 629 (-51.28%)
Mutual labels:  helm, k8s
Openpitrix
Application Management Platform on Multi-Cloud Environment
Stars: ✭ 583 (-54.84%)
Mutual labels:  paas, k8s
vcluster
vcluster - Create fully functional virtual Kubernetes clusters - Each vcluster runs inside a namespace of the underlying k8s cluster. It's cheaper than creating separate full-blown clusters and it offers better multi-tenancy and isolation than regular namespaces.
Stars: ✭ 1,360 (+5.34%)
Mutual labels:  helm, k8s
Pega Helm Charts
Orchestrate a Pega Platform™ deployment by using Docker, Kubernetes, and Helm to take advantage of Pega Platform Cloud Choice flexibility.
Stars: ✭ 58 (-95.51%)
Mutual labels:  helm, k8s
towards5gs-helm
Open-source project providing Helm charts for deploying Free5GC and UERANSIM on a Kubernetes cluster
Stars: ✭ 53 (-95.89%)
Mutual labels:  helm, k8s
K8s For Docker Desktop
为Docker Desktop for Mac/Windows开启Kubernetes和Istio。
Stars: ✭ 3,863 (+199.23%)
Mutual labels:  helm, k8s
khelm
A Helm chart templating CLI, kpt function and kustomize plugin
Stars: ✭ 46 (-96.44%)
Mutual labels:  helm, k8s
Faas
OpenFaaS - Serverless Functions Made Simple
Stars: ✭ 20,820 (+1512.7%)
Mutual labels:  paas, k8s
charts
Public helm charts
Stars: ✭ 15 (-98.84%)
Mutual labels:  helm, k8s
aws-eks-orb
An orb to simplify deployments to Amazon Elastic Container Service for Kubernetes (Amazon EKS)
Stars: ✭ 16 (-98.76%)
Mutual labels:  helm, k8s
Awesome Helm
Collaborative list of awesome helm charts and resources. PRs are welcome!
Stars: ✭ 543 (-57.94%)
Mutual labels:  helm, k8s
Apps
Community App Catalog for TrueNAS SCALE
Stars: ✭ 32 (-97.52%)
Mutual labels:  helm, k8s
Deis Workflow is no longer maintained.
Please read the announcement for more detail.
09/07/2017 Deis Workflow v2.18 final release before entering maintenance mode
03/01/2018 End of Workflow maintenance: critical patches no longer merged
Hephy is a fork of Workflow that is actively developed and accepts code contributions.

Slack Status

Deis Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any Kubernetes 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 visit https://github.com/deis/deis.

To get started with Deis Workflow please read the Quick Start Guide.

Visit https://deis.com for more information on why you should use Deis Workflow or learn about its features.

This repository contains the source code for Deis 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:

We welcome your input! If you have feedback, please submit an issue. If you'd like to participate in development, please read the "Working on Documentation" section below and submit a pull request.

Working on Documentation

Build Status Latest Docs

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 any issues, make sure you write Fixes #1234 in your PR description (where #1234 is the number of the issue you're closing).
  • The Deis core contributors will review your code. After each of them sign off on your code, they'll label your PR with LGTM1 and LGTM2 (respectively). Once that happens, a contributor will merge it.

Requirements

The documentation site requires either a local installation of MkDocs or access to Docker.

Local Installation

Install MkDocs and required dependencies:

make deps

Building Documentation

To build the documentation run: make build or make docker-build.

Serve Documentation Locally

To serve documenation run: make serve or make docker-serve.

Then view the documentation on http://localhost:8000 or http://DOCKER_IP:8000.

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].