All Projects → codeabovelab → Haven Platform

codeabovelab / Haven Platform

Licence: apache-2.0
Haven is an open source Docker container management system. It integrates container, application, cluster, image, and registry management in one single place.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Haven Platform

Container.training
Slides and code samples for training, tutorials, and workshops about Docker, containers, and Kubernetes.
Stars: ✭ 2,377 (+965.92%)
Mutual labels:  swarm, compose
Acs Engine
WE HAVE MOVED: Please join us at Azure/aks-engine!
Stars: ✭ 1,049 (+370.4%)
Mutual labels:  orchestration, swarm
PainlessDocker
Painless Docker book git repository.
Stars: ✭ 17 (-92.38%)
Mutual labels:  orchestration, swarm
Amp
** THIS PROJECT IS STOPPED ** An open source CaaS for Docker, batteries included.
Stars: ✭ 74 (-66.82%)
Mutual labels:  orchestration, swarm
mdw
centurylinkcloud.github.io/mdw/
Stars: ✭ 44 (-80.27%)
Mutual labels:  services, orchestration
Labs
This is a collection of tutorials for learning how to use Docker with various tools. Contributions welcome.
Stars: ✭ 10,443 (+4582.96%)
Mutual labels:  orchestration, swarm
Docker101
Learn Docker in $0 | Beginners to Advance Level
Stars: ✭ 196 (-12.11%)
Mutual labels:  swarm
Jetpack Compose Android Examples
Learn Jetpack Compose for Android by Examples. Learn how to use Jetpack Compose for Android App Development. Android’s modern toolkit for building native UI.
Stars: ✭ 207 (-7.17%)
Mutual labels:  compose
Firecamp
Serverless Platform for the stateful services
Stars: ✭ 194 (-13%)
Mutual labels:  swarm
Swarmstack
A Docker swarm-based starting point for operating highly-available containerized applications.
Stars: ✭ 181 (-18.83%)
Mutual labels:  swarm
Awesome Jetpack Compose Android Apps
👓 A curated list of awesome Jetpack Compose android apps by open-source contributors.
Stars: ✭ 207 (-7.17%)
Mutual labels:  compose
K8s Appcontroller
AppController is a pod that you can spawn in your Kubernetes cluster which will take care of your complex deployments for you.
Stars: ✭ 214 (-4.04%)
Mutual labels:  orchestration
K8s Bigip Ctlr
Repository for F5 Container Ingress Services for Kubernetes & OpenShift.
Stars: ✭ 204 (-8.52%)
Mutual labels:  orchestration
Web3x
Ethereum TypeScript Client Library - for perfect types and tiny builds.
Stars: ✭ 197 (-11.66%)
Mutual labels:  swarm
Compose Backstack
Simple composable for rendering transitions between backstacks.
Stars: ✭ 208 (-6.73%)
Mutual labels:  compose
Kruise
Automate application management on Kubernetes (project under CNCF)
Stars: ✭ 2,819 (+1164.13%)
Mutual labels:  orchestration
Express Starter
It's a hackathon-starter fork, but designed to use PostgreSQL by default (or MySQL)
Stars: ✭ 215 (-3.59%)
Mutual labels:  services
Example Voting App
Example Docker Compose app
Stars: ✭ 2,761 (+1138.12%)
Mutual labels:  swarm
Docker On Windows
Code samples for the book "Docker on Windows"
Stars: ✭ 213 (-4.48%)
Mutual labels:  swarm
Temporal
☄️ Temporal is an easy-to-use, enterprise-grade interface into distributed and decentralized storage
Stars: ✭ 202 (-9.42%)
Mutual labels:  swarm

Build Status codebeat badge docker hub

Haven: Container Management Simplified

Introduction

Haven is a Docker cluster management system. The user controls the entire platform via user-friendly yet powerful UI and commandline tools. Built on top of Docker, Swarm, and Compose, it offers multiple clusters and image registries management.

License (Apache Version 2.0)

Copyright 2017 Code Above Lab Inc

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

For additional technical detail, see:

Feature Overview

Haven features the following capabilities:

Dashboard

The dashboard gives an overview of the status of the cluster and any containers or nodes that are using excessive resources. dashboard

Cluster Management

In the Cluster module, the user can manage the nodes and the containers, and view any errors the in the cluster event log. clusters

Container Management

In the Containers module, the user can manage all of the active containers and their status. The user can also view logs, moreover, configurations of each container. containers

Node Status

In the Node module, the user can see all nodes in the system and their detailed info. nodes

Image Management

In the Image Management module, the user can see all of the images downloaded onto each cluster and which nodes the image resides on. Users can remove old images to save disk space. images

Registry Management

Private and public Registries can be configured on the system to let the user easily select the desired image for downloading without having to remember which registry it is on. registries

Jobs

Unattended jobs can be scheduled and results are available for auditing purposes. jobs Each cluster can have its set of jobs to update specific images. update

Delegated Admin

Users can be assigned administrative rights to specific clusters to avoid admin bottleneck. users

Additional Features

  1. Creating/deleting tags and ability to set filters for clusters based on the tags. Use case would be creating workflow: only images which were tested at QA should be visible on the prod cluster.

  2. Storing containers configuration in VCS per cluster, see https://github.com/codeabovelab/haven-example-container-configuration

  3. Additional policies/constraints for Swarm.

  4. Group operations such as cleaning space, upgrade/rollback containers. For example, use cases are:

    a. checking/updating all containers from specified repository every five minutes for test cluster
    
    b. one-time update specified list of containers (which use common API, etc).
    
    c. or just click update all in this cluster
    
  5. Backups of system configuration

  6. Network management: api

  7. Events: api

  8. API api

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