All Projects → polyaxon → charts

polyaxon / charts

Licence: Apache-2.0 license
Helm charts for creating reproducible and maintainable deployments of Polyaxon with Kubernetes.

Programming Languages

Smarty
1635 projects
shell
77523 projects
python
139335 projects - #7 most used programming language
Mustache
554 projects

Projects that are alternatives of or similar to charts

khelm
A Helm chart templating CLI, kpt function and kustomize plugin
Stars: ✭ 46 (+43.75%)
Mutual labels:  helm, k8s, helm-charts, helm-chart
charts
Public helm charts
Stars: ✭ 15 (-53.12%)
Mutual labels:  helm, k8s, helm-charts, helm-chart
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 (+131.25%)
Mutual labels:  helm, k8s, helm-charts, helm-chart
hub
Public reusable components for Polyaxon
Stars: ✭ 8 (-75%)
Mutual labels:  scikit-learn, polyaxon, mlops
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 (+856.25%)
Mutual labels:  helm, k8s, helm-charts
Helm-Cheat-Sheet
A cheat sheet for Helm commands.
Stars: ✭ 72 (+125%)
Mutual labels:  helm, k8s, helm-charts
helm-charts
docs.renovatebot.com/helm-charts
Stars: ✭ 51 (+59.38%)
Mutual labels:  helm, helm-charts, helm-chart
ship-it
Wattpad's tool for continuously deploying code to Kubernetes quickly, safely, and observably.
Stars: ✭ 14 (-56.25%)
Mutual labels:  helm, helm-charts, gitops
gitops-build-lib
Jenkins pipeline shared library for automating deployments via GitOps
Stars: ✭ 23 (-28.12%)
Mutual labels:  helm, k8s, gitops
Quiz
Example real time quiz application with .NET Core, React, DDD, Event Sourcing, Docker and built-in infrastructure for CI/CD with k8s, jenkins and helm
Stars: ✭ 100 (+212.5%)
Mutual labels:  helm, k8s, helm-charts
Helm Secrets
DEPRECATED A helm plugin that help manage secrets with Git workflow and store them anywhere
Stars: ✭ 1,129 (+3428.13%)
Mutual labels:  helm, k8s, helm-charts
K8s
Kubernetes Helm Charts for the ORY ecosystem.
Stars: ✭ 127 (+296.88%)
Mutual labels:  helm, k8s, helm-charts
Helmfiles
Comprehensive Distribution of Helmfiles for Kubernetes
Stars: ✭ 205 (+540.63%)
Mutual labels:  helm, k8s, helm-charts
k8s-ovpn-chart
[DEPRECATED] Helm chart for a private OpenVPN server
Stars: ✭ 19 (-40.62%)
Mutual labels:  helm, helm-charts, helm-chart
helm-charts
Official Helm Chart Repository for InfluxData Applications
Stars: ✭ 133 (+315.63%)
Mutual labels:  helm, k8s, helm-charts
Awesome Helm
Collaborative list of awesome helm charts and resources. PRs are welcome!
Stars: ✭ 543 (+1596.88%)
Mutual labels:  helm, k8s, helm-charts
charts
☸️ Helm Charts for YOURLS
Stars: ✭ 12 (-62.5%)
Mutual labels:  helm, k8s, helm-charts
aks-multi-tenant-agic
This sample shows how to use the Application Gateway Ingress Controller in a multi-tenant AKS cluster to expose multiple instances of the same application, one for each tenant.
Stars: ✭ 27 (-15.62%)
Mutual labels:  helm, helm-charts, helm-chart
Helmsman
Helm Charts as Code
Stars: ✭ 854 (+2568.75%)
Mutual labels:  helm, k8s, helm-charts
Helm Secrets
Successor of zendesk/helm-secrets - A helm plugin that help manage secrets with Git workflow and store them anywhere
Stars: ✭ 165 (+415.63%)
Mutual labels:  helm, k8s, helm-charts

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.

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