mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Website typo fixes and text changes (#39034)
Fixed typos and made text changes to the following pages: - Fleet GitOps - GitOps workshop - Case studies template --------- Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
parent
233ed24a98
commit
231302fcfd
3 changed files with 21 additions and 25 deletions
6
website/views/pages/articles/case-study.ejs
vendored
6
website/views/pages/articles/case-study.ejs
vendored
|
|
@ -110,11 +110,7 @@
|
|||
<div purpose="about-fleet-section">
|
||||
<h2>About Fleet</h2>
|
||||
|
||||
<p>Fleet is an Open Device Management platform. Manage configuration, application deployment, and patching from a single console. Fleet supports multiple operating systems, including macOS, iOS, Android, Windows, Linux, ChromeOS, and AWS, as well as Google Cloud, Azure Data Centers, and containers.</p>
|
||||
|
||||
<p>For security and IT teams, Fleet delivers interoperability and easy automation through open standards, flexible deployment, transparent controls, and real-time visibility of your inventory.</p>
|
||||
|
||||
<p>For end users, Fleet builds trust through data transparency and clarity. Devices remain reliable and well-managed, minimizing disruptions and ensuring maximum productivity.</p>
|
||||
<p>Fleet is the open-source endpoint management platform that gives you total control, unlike the proprietary 'black boxes' of legacy vendors. Our open device management provides full visibility into our code and roadmap, plus a true choice of deployment—on-prem or cloud—with 100% feature parity. Our API-first approach empowers technical teams to automate with GitOps, scale confidently, and get the real-time data needed to secure their entire macOS, iOS, Windows, and Linux fleets.</p>
|
||||
<div purpose="button-row">
|
||||
<a purpose="cta-button" href="/contact">Get a demo</a>
|
||||
<signup-button :signed-in="this.me"></signup-button>
|
||||
|
|
|
|||
28
website/views/pages/fleet-gitops.ejs
vendored
28
website/views/pages/fleet-gitops.ejs
vendored
|
|
@ -16,7 +16,7 @@
|
|||
<div purpose="features-list">
|
||||
<div purpose="list-item">
|
||||
<h5>Get to know Fleet GitOps</h5>
|
||||
<p>Implement collaboration, version control, and automation workflows built into Fleet that accelerate OS updates, software deployments and reduce downtime.</p>
|
||||
<p>Implement collaboration, version control, and automation workflows built into Fleet that accelerates enforcing controls, OS updates, software deployments, and reduce downtime.</p>
|
||||
<a href="#get-to-know-fleet-gitops">Learn more</a>
|
||||
</div>
|
||||
<div purpose="list-item">
|
||||
|
|
@ -48,16 +48,16 @@
|
|||
</div>
|
||||
<div purpose="section-image">
|
||||
<div purpose="image-container">
|
||||
<img alt="An image showing the process of the Fleet Gitops workflow. A developer pushes a device management profile to GitHub, An IT admin approves the new profile. When the updated profile is merged the CI/CD runner sends the profile to a Fleet server. The Fleet server then sends the updated profile to a managed device and verifies the result." src="/images/fleet-gitops-workflow-471x337@2x.png">
|
||||
<img alt="An image showing the process of the Fleet Gitops workflow. A developer pushes a device management profile to GitHub, and an IT admin approves the new profile. When the updated profile is merged, the CI/CD runner sends the profile to a Fleet server. The Fleet server then sends the updated profile to a managed device and verifies the result." src="/images/fleet-gitops-workflow-471x337@2x.png">
|
||||
</div>
|
||||
<p purpose="image-caption">Fleet <a href="/docs/configuration/yaml-files">GitOps commands</a> to modify the Fleet UI are executed by the fleetctl binary (the “engine” under the hood.) The binary lives on a CI / CD “runner” (e.g., GitHub Actions.) A git push with updated YAML code kicks off automation that >results in real-time changes you can see.</p>
|
||||
<p purpose="image-caption">Fleet <a href="/docs/configuration/yaml-files">GitOps commands</a> to modify the Fleet UI are executed by the fleetctl binary (the “engine” under the hood.) The binary lives on a CI / CD “runner” (e.g., GitHub Actions). A git push with updated YAML code kicks off automation that results in real-time changes you can see.</p>
|
||||
</div>
|
||||
<div purpose="two-column-features">
|
||||
<div purpose="feature">
|
||||
<h5>Declarative device management</h5>
|
||||
<p>Most device management solutions have an API, but most do not provide comprehensive control over the admin console with configuration-as-code like Fleet.</p>
|
||||
<p>Managing the Fleet UI console with GitOps means you have total declarative control over your devices.</p>
|
||||
<p>Using GitOps with Fleet unlocks powerful automations that allow you to:</p>
|
||||
<p>Unlock powerful automations that allow you to:</p>
|
||||
<ul>
|
||||
<li>Ensure every change is peer-reviewed</li>
|
||||
<li>Ensure every setting is version-controlled</li>
|
||||
|
|
@ -68,9 +68,9 @@
|
|||
|
||||
<div purpose="feature">
|
||||
<h5>Observable, reversible, and repeatable workflows</h5>
|
||||
<p>Nothing builds knowledge, trust and fosters engineering teamwork like peer-reviewed changes made in the open.</p>
|
||||
<p>Collaboration on Fleet GitOps workflows helps to prevent problems before they occur. Version control means it is straight-forward to fix problems that do make it into production (nobody’s perfect...)</p>
|
||||
<p>Another powerful technical benefit: less effort on long-term maintenance. Controlling the Fleet UI with code effectively means creating a library of stable, known-good configurations. They can be copied and modified for easily adding new management objects like device profiles and software installations without the endless sprawl of manually re-creating automations and scoping.</p>
|
||||
<p>Nothing builds knowledge, trust, and fosters engineering teamwork like peer-reviewed changes made in the open.</p>
|
||||
<p>Collaboration on Fleet GitOps workflows helps to prevent problems before they occur. Version control means it is straightforward to fix problems that do make it into production (nobody’s perfect...)</p>
|
||||
<p>Another powerful technical benefit: less effort on long-term maintenance. Controlling the Fleet UI with code results in a library of stable, known-good configurations that can be copied and modified to easily add new management objects, like device profiles and software. Tame the endless sprawl of manually re-creating automations and scoping.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -86,11 +86,11 @@
|
|||
</div>
|
||||
<div purpose="feature">
|
||||
<h5>Stay the course</h5>
|
||||
<p>Changes made in the console or to devices directly can cause device state to “drift” - away from compliance, security posture and an organization’s intended user experience.</p>
|
||||
<p>Changes made in the console or to devices directly can cause device state to “drift” - away from compliance, security posture, and an organization’s intended user experience.</p>
|
||||
</div>
|
||||
<div purpose="feature">
|
||||
<h5>Choose automation over repetition</h5>
|
||||
<p>Applications build muscle memory. But, what could you do with the time gained back from manual tasks and visual scans in your current device management solution?</p>
|
||||
<p>Applications build muscle memory. But what could you do with the time gained back from manual tasks and visual scans in your current device management solution?</p>
|
||||
</div>
|
||||
<div purpose="feature">
|
||||
<h5>Cancel the CAB</h5>
|
||||
|
|
@ -107,7 +107,7 @@
|
|||
|
||||
<div purpose="page-section" class="d-none">
|
||||
<div purpose="section-quote">
|
||||
<p purpose="quote-text">“One Fortune 500 company had a 1.5 hour Change Advisory Board (CAB) meeting, 100 attendees, and they reviewed around 50 changes per meeting. This cost them $750k not including opportunity costs.”</p>
|
||||
<p purpose="quote-text">“One Fortune 500 company had a 1.5-hour Change Advisory Board (CAB) meeting, 100 attendees, and they reviewed around 50 changes per meeting. This cost them $750k not including opportunity costs.”</p>
|
||||
<div purpose="quote-attribution">
|
||||
<p><a href="https://www.thirdera.com/insights/why-do-you-still-have-a-change-advisory-board" target="_blank" no-icon>https://www.thirdera.com/insights/why-do-you-still-have-a-change-advisory-board</a> - May 10, 2023</p>
|
||||
</div>
|
||||
|
|
@ -126,13 +126,13 @@
|
|||
<p>If DevOps or GitOps is already used by an organization, device management engineers may be aware of the concepts and tooling. Having an internal example to follow can result in an easier path to adoption.</p>
|
||||
|
||||
<p>But, GitOps adoption is not always simple. Admins may resist unfamiliar workflows or solutions. They may also have concerns about losing the value of certifications or specialized training.</p>
|
||||
<p>By meeting potential challenges with phased implementation and thought leadership, any team can successfully adopt Fleet GitOps. We’ve seen it and we’ve helped our customers do it.</p>
|
||||
<p>By meeting potential challenges with phased implementation and thought leadership, any team can successfully adopt Fleet GitOps. We’ve seen it, and we’ve helped our customers do it.</p>
|
||||
</div>
|
||||
<div purpose="feature">
|
||||
<h5>Making GitOps benefits real</h5>
|
||||
<p>At Fleet, we believe that showing organizations how to migrate to GitOps workflows represents an enormous opportunity for them to increase engineering efficiency and operational speed. This ultimately improves both end user experience and enterprise compliance. We design the product around these goals. We want to help you achieve them.</p>
|
||||
<p>One way we can help is by improving the product itself, which we’re doing everyday.</p>
|
||||
<p>Another way we can help is through training. To learn more about GitOps, you can attend one of our free, hands-on, in-person GitOps workshops, or, you can request that one be delivered in your area.</p>
|
||||
<p>One way we can help is by improving the product itself, which we’re doing every day.</p>
|
||||
<p>Another way we can help is through training. To learn more about GitOps, you can attend one of our free, hands-on, in-person <a href="/gitops-workshop">GitOps workshops</a>, or you can request that one be delivered in your area.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -140,7 +140,7 @@
|
|||
|
||||
<div purpose="page-section">
|
||||
<div purpose="section-quote">
|
||||
<p purpose="quote-text">“The shift to GitOps has modernized our operations giving us the agility and change control we needed giving leadership real-time confidence in device health and compliance.”</p>
|
||||
<p purpose="quote-text">“The shift to GitOps has modernized our operations, giving us the agility and change control we needed, giving leadership real-time confidence in device health and compliance.”</p>
|
||||
<div purpose="quote-author-info">
|
||||
<div purpose="quote-author-image">
|
||||
<img alt="Dan Jackson" src="/images/testimonial-author-dan-jackson-48x48@2x.png">
|
||||
|
|
|
|||
|
|
@ -89,21 +89,21 @@
|
|||
</div>
|
||||
<div purpose="feature">
|
||||
<p purpose="feature-headline">Optimize end user experience</p>
|
||||
<p purpose="feature-text">Controlling a device management console with configuration-as-code improves compliance, handles complexity, and allows you to automate and version control your work.</p>
|
||||
<p purpose="feature-text">Managing devices with configuration-as-code improves compliance, handles complexity, and allows you to automate and version control your work.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div purpose="landing-page-large-section">
|
||||
<div purpose="section-heading">
|
||||
<h2>What to expect</h2>
|
||||
<p>The Fleet GitOps Level 1 course is a 4-hour session open to technology practitioners who are new to configuration-as-code concepts. It is primarily intended for experienced client platform engineers & systems administrators currently in device management roles.</p>
|
||||
<p>The Fleet GitOps Level 1 course is a 4-hour session open to technology practitioners who are new to configuration-as-code concepts. It is primarily intended for experienced client platform engineers & systems administrators who have been in or are currently in device management roles.</p>
|
||||
</div>
|
||||
<div purpose="details-cards">
|
||||
<div purpose="details-card">
|
||||
<p purpose="card-heading">What you'll need</p>
|
||||
<ul>
|
||||
<li>Familiarity with code editing and command line tools</li>
|
||||
<li>A basic understanding of git repository management</li>
|
||||
<li>Knowledge of git repository management tools</li>
|
||||
<li>A <a href="https://github.com" target="_blank" no-icon>GitHub.com</a> account</li>
|
||||
<li>A laptop with a modern code editor and web browser</li>
|
||||
<li>The GitHub Desktop app</li>
|
||||
|
|
@ -130,15 +130,15 @@
|
|||
<div purpose="three-column-list">
|
||||
<div purpose="feature">
|
||||
<p purpose="feature-headline">Marketable skills</p>
|
||||
<p purpose="feature-text">Top tech companies use GitOps for managing infrastructure, CI/CD pipelines and more. Understand how to use these techniques for device management.</p>
|
||||
<p purpose="feature-text">Top tech companies use GitOps for managing infrastructure, CI/CD pipelines, and more. Understand how to use these techniques for device management.</p>
|
||||
</div>
|
||||
<div purpose="feature">
|
||||
<p purpose="feature-headline">A solid foundation</p>
|
||||
<p purpose="feature-text">Device management is often difficult to audit and undo. Learn how to make your work observable and reversible. Use automations to repeat success and reduce maintenance.</p>
|
||||
<p purpose="feature-text">Legacy management solutions can be tricky to audit and revert to a known-good state. Learn how to make your work observable, reversible, and repeatable.</p>
|
||||
</div>
|
||||
<div purpose="feature">
|
||||
<p purpose="feature-headline">A better way</p>
|
||||
<p purpose="feature-text">Fleet is purpose-built for GitOps. Learn how to manage Fleet through configuration-as-code and the principles of GitOps.</p>
|
||||
<p purpose="feature-text">Fleet is API-first and GitOps-native. Understand how Fleet is different from its competitors and learn how to use Fleet and GitOps for modern device management.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue