fleet/docs/Deploy
Brock Walters 69b284f98e
Update deploy-fleet.md (#22959)
Cleaned up instructions.

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [ ] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files)
for more information.
- [ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.
- [ ] Added/updated tests
- [ ] If paths of existing endpoints are modified without backwards
compatibility, checked the frontend/CLI for any necessary changes
- [ ] If database migrations are included, checked table schema to
confirm autoupdate
- For database migrations:
- [ ] Checked schema for all modified table for columns that will
auto-update timestamps during migration.
- [ ] Confirmed that updating the timestamps is acceptable, and will not
cause unwanted side effects.
- [ ] Ensured the correct collation is explicitly set for character
columns (`COLLATE utf8mb4_unicode_ci`).
- [ ] Manual QA for all new/changed functionality
- For Orbit and Fleet Desktop changes:
- [ ] Orbit runs on macOS, Linux and Windows. Check if the orbit
feature/bugfix should only apply to one platform (`runtime.GOOS`).
- [ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).

---------

Co-authored-by: Rachael Shaw <r@rachael.wtf>
2024-10-16 11:36:52 -05:00
..
_kubernetes Website: Update build script to exclude folders with an underscore prefix & rename docs/Deploy/kubernetes/ (#17817) 2024-03-22 18:15:01 -05:00
deploy-fleet.md Update deploy-fleet.md (#22959) 2024-10-16 11:36:52 -05:00
README.md Reorganize Fleet documentation (#12871) 2023-07-27 17:40:01 -05:00
Reference-Architectures.md Note that minimum MySQL version is 8.0.36 everywhere (not just 8.0) because that's what we test with (#22072) 2024-09-13 10:59:38 -05:00
single-sign-on-sso.md Docs: Fix broken relative link on SSO docs page (#19216) 2024-05-24 16:57:29 -05:00
Upgrading-Fleet.md Website: add "Deploy Fleet" docs page. (#18992) 2024-05-15 13:56:36 +09:00

Deploy

Introduction

Provides an introduction to Fleet and its requirements and dependencies.

Server installation

Includes deployment walkthroughs for Fleet on CentOS, Kubernetes, and AWS ECS.

Upgrading Fleet

Includes a guide for how to update and run new versions of Fleet.

Reference architecture

An opinionated view of running Fleet in a production environment, and configuration strategies to enable high availability.

Monitoring Fleet

Learn about monitoring and scaling Fleet servers with health checks, metrics, and alerting

Deploying to Cloud.gov

A guide for deploying Fleet on Cloud.gov.