Skip to content

Commit

Permalink
添加了 用户认证 功能
Browse files Browse the repository at this point in the history
  • Loading branch information
aRLo077 committed Feb 16, 2025
1 parent 30f85a8 commit 01f2830
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions RESOURCES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Resources and Links


## Large Clusters and Scaling

- [Scaling Kubernetes to 2,500 Nodes](https://openai.com/blog/scaling-kubernetes-to-2500-nodes/) -
A blog post from the OpenAI team on some of the issues and best practices
associated with running large scale Kubernetes clusters.

## Software, Frameworks and Collections

### Software
- [Volcano](https://volcano.sh) - A Kubernetes native batch scheduler. Adds
support for MPI, fair-share, queues and more.
- [Kubeflow](https://www.kubeflow.org/) - Tightly integrated collection of
_"best of breed"_ software for Machine learning.
- [Zero to JupterHub](https://zero-to-jupyterhub.readthedocs.io/en/latest/) -
Helm Chart for Jupyterhub maintained by upstream Jupyterhub community.
- [Armada](https://github.com/G-Research/armada) - A multi-cluster batch scheduler for high-throughput workloads on Kubernetes

### Frameworks
- [Hierarchical Namespace Controller](https://github.com/kubernetes-sigs/multi-tenancy/tree/master/incubator/hnc) -
Kubernetes Multi tenancy Working Group project to provide "nested" namespaces,
and propagate RBAC policies, secrets etc.

### Research Institution Collections
- [CERN Helm Chart Collection](https://gitlab.cern.ch/helm/charts/cern) -
Includes: JupyterHub, eosxd, jupyterhub, kube-monkey, ntpd, prometheus, squid
and sssd. (2019-11-3)
- [PNNL Misc(ellaneous) Scripts (Helm and others)](https://github.com/pnnl-miscscripts/miscscripts)

0 comments on commit 01f2830

Please sign in to comment.