fleet/articles/introducing-orbit-your-fleet-agent-manager.md
Eric 9ab1eed003
Update invalid osquery slack invitation link in markdown files (#12186)
Changes:
- Updated the old (now invalid) osquery slack invitation link to go to
fleetdm.com/slack (which redirects to a valid osquery slack invitation)
2023-06-07 17:29:57 -05:00

39 lines
3.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Introducing Orbit, your Fleet agent manager
![Orbit](../website/assets/images/articles/fleet-4.17.0-1-1600x900@2x.jpg)
Were pleased to announce that Orbit is out of beta and in v1!
Orbit is an agent manager. It installs and updates Fleets agents on your end-user hosts (currently osquery and Fleet Desktop). Rather than doing all that manually, you can rely on Orbit, which regularly checks your Fleet instance for the latest desired setup and changes the agents on the host to match your specification. With Orbit, you can stop juggling osquery vs. Fleet Desktop vs. some other agent in your head.
## How do I install Orbit on my hosts?
Orbit can be installed on your hosts with an installer package, which can be generated using the `fleetctl package` command. Once generated, run the installer on the host to start the install. The package can also be delivered at scale using an enterprise deployment tool like Munki. Read our doc on [adding hosts](https://fleetdm.com/docs/using-fleet/adding-hosts#osquery-installer) to learn more about generating the package and installing Orbit.
![Generate installer](../website/assets/images/articles/install-osquery-and-enroll-macos-devices-into-fleet-1-454x225@2x.png)
*Generate installer for osquery on macOS*
## What does Orbit do right now?
To start, at v1, Orbit will:
* Install the latest Fleet-compatible version of osquery and Fleet Desktop.
* Upgrade osquery and Fleet Desktop to the latest Fleet-compatible version.
Fleet maintains a [TUF server](https://theupdateframework.io/) that provides secure updates to your agents. Orbit will automatically update the agents to their latest version — no action needed on your part. You can even [pin the agent to a certain version](https://github.com/fleetdm/fleet/tree/main/orbit#update-channels) where needed. If youre interested in managing your own version server, you can read our doc on [Fleetctl agent updates](https://fleetdm.com/docs/deploying/fleetctl-agent-updates#self-managed-agent-updates) to learn more about setting that up.
## Where will Orbit go from here?
Were just at v1 and Orbit has a long way to go. We want Orbit to be Fleets representative on the end-user host. We already have a few features in the works, such as allowing Orbit to [update osquerys command line flags](https://github.com/fleetdm/fleet/issues/6851) and [managing extensions for osquery](https://github.com/fleetdm/fleet/issues/6034).
Orbit will be the one-stop shop for all your agent needs in Fleet. Stay tuned as we deliver improvements to make that vision a reality.
If you have suggestions for Orbit, please share them with us in the osquery Slack [#fleet channel](https://fleetdm.com/slack) or open an issue in Github.
<meta name="category" value="announcements">
<meta name="authorFullName" value="Mo Zhu">
<meta name="authorGitHubUsername" value="zhumo">
<meta name="publishedOn" value="2022-08-18">
<meta name="articleTitle" value="Introducing Orbit, your Fleet agent manager">
<meta name="articleImageUrl" value="../website/assets/images/articles/fleet-4.17.0-1-1600x900@2x.jpg">