Git Product home page Git Product logo

charts's Introduction

License: Apache 2 Helm Charts Slack Docs GitHub GitHub

Polyaxon-charts

Polyaxon charts is a set of Helm charts for creating reproducible and maintainable deployments of Polyaxon and it's components with Kubernetes.

This repo includes:

  • Helm chart for self-hosted Polyaxon version
  • Helm chart for Polyaxon agent to be deployed with Polyaxon cloud or Polyaxon EE
  • Helm charts for distributed training operators.

Install

Setup Helm

To install the platform, the agent, or the training operator make sure you have Helm installed.

Namespace

$ kubectl create namespace polyaxon

namespace "polyaxon" created

Polyaxon charts repo

You can add the Polyaxon charts repo repository to your helm, so you can install Polyaxon and other charts provided by Polyaxon from it. This makes it easy to refer to the chart without having to use a long URL each time.

$ helm repo add polyaxon https://charts.polyaxon.com
$ helm repo update

TFJob/PytorchJob/MXJob/XGBoostJob/MPIJob

To install the distributed training jobs:

helm install plxtj polyaxon/trainingjobs --namespace=polyaxon

Deploying Polyaxon Agent to a Kubernetes namespace

The agent chart can be installed on a single node or on a multi-node cluster, in which case you need to provide a volume with ReadWriteMany or a cloud bucket for the artifacts store.

For more information, please visit the docs for the agent deployment.

Deploying Polyaxon to a Kubernetes namespace

This platform chart can be installed on a single node or on a multi-node cluster, in which case you need to provide a volume with ReadWriteMany or a cloud bucket for the artifacts store.

For more information, please visit the docs for the platform deployment.

The platform chart bootstraps a Polyaxon deployment on a Kubernetes cluster using the Helm package manager.

It also packages a postgres dependency for Polyaxon (we recommend that you bring your own postgres instance instead of using the built-in subchart):

If you deploy the scheduler or deploy our enterprise version you will need Redis (we recommend that you bring your own postgres instance instead of using the built-in subchart):

Uninstalling the Chart

To uninstall/delete the <RELEASE_NAME> deployment:

$ helm delete <RELEASE_NAME>

or with --purge flag

$ helm delete <RELEASE_NAME> --purge

The command removes all the Kubernetes components associated with the chart and deletes the release.

charts's People

Contributors

mmourafiq avatar polyaxon-ci avatar polyaxon-team avatar mingespace avatar wbuchwalter avatar gzcf avatar ricardofbarros avatar vfdev-5 avatar jmvizcainoio avatar faezs avatar dxist avatar alecrubin avatar antonfriberg avatar nathansmyth avatar rxminus avatar shotarok avatar elyase avatar j-kohn avatar naetherm avatar zeyaddeeb 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.