Coder Social home page Coder Social logo

ddl-ebrown / distributed-compute-operator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dominodatalab/distributed-compute-operator

0.0 0.0 0.0 1.14 MB

:robot: Kubernetes operator providing Ray|Spark|Dask|MPI clusters on-demand

License: Apache License 2.0

Shell 2.90% Go 94.51% Makefile 1.23% Smarty 0.38% Dockerfile 0.98%

distributed-compute-operator's Introduction

Logo

GitHub release Go workflow Go report card Codecov PkgGoDev License

Distributed Compute Operator

Kubernetes operator providing Ray|Spark|Dask clusters on-demand via Custom Resource Definitions.

Overview

TODO

Installation

The easiest way to install DCO is to use the provided Helm chart.

Prerequisites

Before you get started using the DCO, you need to have a running Kubernetes cluster.

  • Access to a Kubernetes cluster version 1.16 or above. This version of the CRD API is stable and supports our required features.
  • Install helm client version 3.0.0 or above.
  • Install the cert-manager operator. DCO makes extensive use of webhooks which require TLS.

Install

$ helm install distributed-compute-operator ./deploy/helm/distributed-compute-operator

Development

The following instructions will help you create a local Kubernetes environment that can be used to test every feature supported by this operator.

  1. Install minikube and create a new cluster.

    # tested using minikube v1.17.1 and k8s v1.20.2
    $ minikube start \
        --cpus=6 --memory=16384 --driver=hyperkit \
        --extra-config=apiserver.enable-admission-plugins=PodSecurityPolicy \
        --addons=pod-security-policy
  2. Install cert-manager

  3. Install metrics-server

  4. Launch operator

distributed-compute-operator's People

Contributors

sonnysideup avatar adp312 avatar joshbroomberg avatar ddl-kevin avatar keshavray avatar pocheung1 avatar noahjax avatar steved avatar nakkurt avatar ddl-bgreen avatar gerardo8a avatar ddl-jbrown avatar fraenkel avatar ddl-audi avatar ddl-ryan-connor avatar niole avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.