All Projects → kubernetes-retired → Kube Mesos Framework

kubernetes-retired / Kube Mesos Framework

Licence: apache-2.0
[EOL] Kubernetes as a Mesos framework

Projects that are alternatives of or similar to Kube Mesos Framework

Awesome Mesos
Everything about Apache Mesos
Stars: ✭ 532 (+392.59%)
Mutual labels:  mesos
Traefik
The Cloud Native Application Proxy
Stars: ✭ 36,089 (+33315.74%)
Mutual labels:  mesos
Waiter
Runs, manages, and autoscales web services on Mesos and Kubernetes
Stars: ✭ 65 (-39.81%)
Mutual labels:  mesos
Mesos Go
Go language bindings for Apache Mesos
Stars: ✭ 550 (+409.26%)
Mutual labels:  mesos
Nix Aurora
Nix on Aurora on Mesos
Stars: ✭ 6 (-94.44%)
Mutual labels:  mesos
Mesos Cli
Alternative Apache Mesos CLI
Stars: ✭ 37 (-65.74%)
Mutual labels:  mesos
Chronos
Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules
Stars: ✭ 4,303 (+3884.26%)
Mutual labels:  mesos
My Cheat Sheets
A place to keep all my cheat sheets for the complete development of ASIC/FPGA hardware or a software app/service.
Stars: ✭ 94 (-12.96%)
Mutual labels:  mesos
Linkerdcosdockerfile
Linker Dcos DockerFile&DockerCompose yml file
Stars: ✭ 8 (-92.59%)
Mutual labels:  mesos
Workload Collocation Agent
Orchestration-aware Workload Collocation Agent - a daemon that can help you collocate your workloads.
Stars: ✭ 52 (-51.85%)
Mutual labels:  mesos
Go Health
Library for enabling asynchronous health checks in your service
Stars: ✭ 588 (+444.44%)
Mutual labels:  mesos
Singularity
Scheduler (HTTP API and webapp) for running Mesos tasks—long running processes, one-off tasks, and scheduled jobs. #hubspot-open-source
Stars: ✭ 793 (+634.26%)
Mutual labels:  mesos
Mesos Threshold Oversubscription
Simple, threshold-based oversubscription modules for Apache Mesos
Stars: ✭ 43 (-60.19%)
Mutual labels:  mesos
Scope
Monitoring, visualisation & management for Docker & Kubernetes
Stars: ✭ 5,247 (+4758.33%)
Mutual labels:  mesos
Etcd Mesos
self-healing etcd on mesos!
Stars: ✭ 68 (-37.04%)
Mutual labels:  mesos
Mesos
Apache Mesos
Stars: ✭ 4,824 (+4366.67%)
Mutual labels:  mesos
Daskos
Apache Mesos backend for Dask scheduling library
Stars: ✭ 28 (-74.07%)
Mutual labels:  mesos
Scale
Processing framework for containerized algorithms
Stars: ✭ 100 (-7.41%)
Mutual labels:  mesos
Vault Gatekeeper
A small service for securely delivering Vault authorization keys to Mesos tasks and ECS containers.
Stars: ✭ 83 (-23.15%)
Mutual labels:  mesos
Acs Engine
WE HAVE MOVED: Please join us at Azure/aks-engine!
Stars: ✭ 1,049 (+871.3%)
Mutual labels:  mesos

Kubernetes-Mesos

build

Kubernetes-Mesos modifies Kubernetes to act as an Apache Mesos framework.

Features On Mesos

Kubernetes gains the following benefits when installed on Mesos:

  • Node-Level Auto-Scaling - Kubernetes minion nodes are created automatically, up to the size of the provisioned Mesos cluster.
  • Resource Sharing - Co-location of Kubernetes with other popular next-generation services on the same cluster (e.g. Hadoop, Spark, and Chronos, Cassandra, etc.). Resources are allocated to the frameworks based on fairness and can be claimed or passed on depending on framework load.
  • Independence from special Network Infrastructure - Mesos can (but of course doesn't have to) run on networks which cannot assign a routable IP to every container. The Kubernetes on Mesos endpoint controller is specially modified to allow pods to communicate with services in such an environment.

For more information about how Kubernetes-Mesos is different from Kubernetes, see Architecture.

Release Status

Kubernetes-Mesos is alpha quality, still under active development, and not yet recommended for production systems.

For more information about development progress, see the known issues where backlog issues are tracked.

Conferences

  • MesosCon 2016 Asia: Kubernetes on Mesos: Not Just Another Mesos Framework - Klaus Ma, IBM
  • KubeCon 2016: Kubernetes on EGO -- Bringing Enterprise Resource Management and Scheduling to Kubernetes - Da Ma, IBM

Usage

This project combines concepts and technologies from two already-complex projects: Mesos and Kubernetes. It may help to familiarize yourself with the basics of each project before reading on:

To get up and running with Kubernetes-Mesos, follow:

Analytics

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