github.com/pachyderm/pachyderm@v1.13.4/doc/docs/1.10.x/deploy-manage/index.md (about) 1 # Overview 2 3 This section describes how you can deploy Pachyderm 4 in a production environment. 5 Also, you can find information about basic Pachyderm operations, 6 including upgrading to minor and major versions, autoscaling, 7 and others. 8 9 <div class="row"> 10 <div class="column-2"> 11 <div class="card-square mdl-card mdl-shadow--2dp"> 12 <div class="mdl-card__title mdl-card--expand"> 13 <h4 class="mdl-card__title-text">Deploy Pachyderm <i class="fa fa-laptop"></i></h4> 14 </div> 15 <div class="mdl-card__supporting-text"> 16 Learn how to deploy Pachyderm in your 17 cloud environment, locally, or in Pachyderm 18 Hub. 19 </div> 20 <div class="mdl-card__actions mdl-card--border"> 21 <ul> 22 <li><a href="deploy/" class="md-typeset md-link"> 23 Deploy Pachyderm 24 </a> 25 </li> 26 </ul> 27 </div> 28 </div> 29 </div> 30 <div class="column-2"> 31 <div class="card-square mdl-card mdl-shadow--2dp"> 32 <div class="mdl-card__title mdl-card--expand"> 33 <h4 class="mdl-card__title-text">Lifecycle Management <i class="fa fa-cogs"></i></h4> 34 </div> 35 <div class="mdl-card__supporting-text"> 36 Learn how to upgrade, backup, restore, and 37 perform other Pachyderm management operations. 38 </div> 39 <div class="mdl-card__actions mdl-card--border"> 40 <ul> 41 <li><a href="manage/" class="md-typeset md-link"> 42 Manage Pachyderm 43 </a> 44 </li> 45 </div> 46 </div> 47 </div> 48 </div>