volcano.sh/volcano@v1.9.0/docs/getting-started/getting-started.md (about)

     1  # Welcome to Volcano
     2  
     3  Volcano is a batch system built on Kubernetes. It provides a suite of mechanisms currently missing from
     4  Kubernetes that are commonly required by many classes of batch & elastic workload including:
     5  
     6  1. machine learning/deep learning,
     7  2. bioinformatics/genomics
     8  3. other "big data" applications.
     9  
    10  These types of applications typically run on generalized domain
    11  frameworks like TensorFlow, Spark, Ray, PyTorch, MPI, etc, which Volcano integrates with.
    12  
    13  ### Why Volcano?
    14  - // TODO better to add separate md file & Link
    15  - Learn about Volcano [here](https://github.com/volcano-sh/volcano/blob/master/README.md)
    16  
    17  ### First Steps
    18  To get the most out of Volcano, start by reviewing a few introductory topics:
    19  - [perepare-for-development](../development/prepare-for-development.md) - preoaration for development
    20  - [Setup](../development/development.md) - Install Volcano
    21  - [Contributing](https://github.com/volcano-sh/volcano/blob/master/contribute.md) - Contribute to Volcano
    22  - [Troubleshooting](../troubleshooting/troubleshooting.md) - Troubleshoot commonly occurring issues. GitHub issues are [here](https://github.com/volcano-sh/volcano/issues)