Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AKS app deployment with Helm #1618

Closed
Tracked by #2729
wbreza opened this issue Feb 27, 2023 · 2 comments · Fixed by #3196
Closed
Tracked by #2729

AKS app deployment with Helm #1618

wbreza opened this issue Feb 27, 2023 · 2 comments · Fixed by #3196
Assignees
Labels
aks Azure Kubernetes Service cli
Milestone

Comments

@wbreza
Copy link
Contributor

wbreza commented Feb 27, 2023

Helm is a package manager for Kubernetes that simplifies deploying and managing applications. It uses charts (packages of pre-configured Kubernetes resources) to streamline the process of defining, installing, and upgrading even complex applications.

Helm charts are useful for installing common components into k8s clusters and are ideal for iterative development based on its usage of robust templating support.

  • Ability to reference helm repositories and deploy releases to AKS clusters
  • Ability to reference local helm chart for development & deployment
@wbreza wbreza self-assigned this Feb 27, 2023
@wbreza wbreza added cli aks Azure Kubernetes Service labels Feb 27, 2023
@wbreza wbreza added this to the Backlog milestone Feb 27, 2023
@wbreza wbreza mentioned this issue Feb 27, 2023
5 tasks
@crazy4pi314
Copy link

I am working on building a AZD template for BinderHub that uses a helm chart, so I'll give this a +1 :)

@savannahostrowski savannahostrowski modified the milestones: Backlog, Germanium Jun 9, 2023
@savannahostrowski
Copy link
Contributor

Adding some additional rationale for why we need Helm chart support (as derived from a document that @crazy4pi314 wrote and shared with me). These are core data science scenarios we need to enable.

 

  Helm Chart Setup Instructions Azure deploy docs?
Jupyter Hub Helm chart repository Zero to JupyterHub with Kubernetes Yes, quite long and detailed
Binder Hub Helm chart repository Zero to BinderHub Yes, depend on Jupyter Hub
Dask Dask Helm charts Dask Cloud Provider documentation Yes
Rstudio RStudio Helm charts Posit Documentation None
Kubeflow No helm Kubeflow on Azure Lots of confusing paths/options
Modin Not needed Installation — Modin Easy, it’s an add-on to other tools here, uses Dask or Ray
Ray ray-project/kuberay-helm Launching Ray Clusters on Azure Technically yes, but very scattered

 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aks Azure Kubernetes Service cli
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants