Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Illustrations update #1883

Merged
merged 7 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions about/index.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ toc: false
nav: firecracker
---

<figure>
<img src="/static/images/accident-forgiveness.png" alt="Illustration by Annie Ruygt of Frankie the hot air balloon holding an umbrella to protect a bird from the rain" class="max-w-lg">
</figure>

More details about using and working with the Fly.io platform.

* **[Pricing](/docs/about/pricing/):** Pricing for compute, storage, and all the Fly.io platform services.
Expand Down
4 changes: 4 additions & 0 deletions apps/going-to-production.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ redirect_from:

Use this checklist to help you set up a production environment on Fly.io.

<figure class="flex justify-center">
<img src="/static/images/outlook.png" alt="Illustration by Annie Ruygt of Frankie the hot air balloon waving to a bird sitting on a hour roof" class="max-w-lg">
</figure>

<div class="important icon">
**Important:** The checklist is not exhaustive and does not guarantee production-readiness for your app. Apps can have unique requirements for production depending on the framework and type of app. Some items won't be applicable and there may be other considerations not listed here; you'll need to decide which checklist items work for your app.
</div>
Expand Down
4 changes: 4 additions & 0 deletions apps/index.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ toc: false
nav: apps
---

<figure>
<img src="/static/images/apps-new-and-fun.png" alt="Illustration by Annie Ruygt of a green block with A written on it, followed by a database stack in a dancing move" class="max-w-xl">
</figure>

An app on Fly.io can be anything from a simple frontend web app to a complex arrangement of processes and Machines all doing their own thing. Check out the [Fly Apps overview](/docs/apps/overview/) for details.


Expand Down
10 changes: 5 additions & 5 deletions getting-started/launch.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@ To deploy your app on Fly.io for the first time:
4. If prompted, run `fly deploy` to deploy your new app (or to redeploy after changes!).
</div>

<figure class="max-w-sm">
<img src="/static/images/moto-jump.png" alt="Illustration by Annie Ruygt of a phoenix jumping with a motor bike">
</figure>

## Next steps

1. Run `fly status` to show the status of your app and Machines.
2. Run `fly apps open` to open your app in your browser.
3. Learn some [Fly.io essentials](/docs/getting-started/essentials/) and continue to [explore what you can do with Fly Launch](/docs/launch/).

<figure class="w:full mt:6">
<img src="/static/images/speedrun-next-steps.webp" srcset="/static/images/[email protected] 2x" alt="Illustration by Annie Ruygt of Frankie the Fly.io hot air balloon character pointing at a set of stairs">
</figure>

## Grow and scale

Check out some of the ways you can increase availability, capacity, and performance with Fly.io:

* Follow the blueprint for [extra Machines for more resilient apps](/docs/blueprints/resilient-apps-multiple-machines/)
* Read up on [App availability and resiliency](/docs/reference/app-availability/)
* [Autoscale Machines based on load or custom metrics](/docs/reference/autoscaling/)
* [Scale Machine CPU and RAM](/docs/apps/scale-machine/)
* [Scale Machine CPU and RAM](/docs/apps/scale-machine/)
* [Scale Machine count](/docs/apps/scale-count/)
* Try out [Fly GPUs](/docs/gpus/)

Expand Down
4 changes: 4 additions & 0 deletions gpus/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ toc: false

Fly.io has GPUs! If you have workloads that would benefit from GPU acceleration, Fly GPU Machines may be for you.

<figure class="flex justify-center">
<img src="/static/images/bullet.png" alt="Illustration by Annie Ruygt of Frankie the hot air balloon admiring a fast-pacing motor bike" class="max-w-lg">
</figure>

## What can I use Fly GPUs for?

Four models of GPU are available: A10, L40S, NVIDIA A100 40G PCIe and A100 80G SXM.
Expand Down
8 changes: 6 additions & 2 deletions monitoring/index.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ title: "Monitoring on Fly.io"
layout: docs
nav: firecracker
toc: false
redirect_from:
redirect_from:
- /docs/going-to-production/monitoring/
- /docs/metrics-and-logs/
---

<figure class="max-w-sm">
<img src="/static/images/spooky.webp" alt="Illustration by Annie Ruygt of a smirking ghost sitting infront of a laptop">
</figure>

## Metrics

_Fully-managed metrics solutions to help you monitor your apps._
Expand All @@ -30,6 +34,6 @@ _Live tail and search your app’s logs, or ship them where you want them._

- **[Logging overview](/docs/monitoring/logging-overview/):** How logs work on Fly.io.
- **[Live tail logs](/docs/monitoring/live-tail-logs/):** Where to access live tail logs.
- **[Search logs](/docs/monitoring/search-logs/):** Searchable app logs in Grafana (beta).
- **[Search logs](/docs/monitoring/search-logs/):** Searchable app logs in Grafana (beta).
- **[Export logs](/docs/monitoring/exporting-logs/):** Aggregate your logs to a service of your choice.
- **[Error codes and troubleshooting](/docs/monitoring/error-codes/):** Look up error codes and get tips for troubleshooting.
6 changes: 5 additions & 1 deletion security/index.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ Securing a public cloud platform like Fly.io is a hard problem, and we take it s

---

## Organization and app security
<figure class="flex justify-center">
<img src="/static/images/security.png" alt="Illustration by Annie Ruygt of a phoenix jumping with a motor bike" class="max-w-lg">
</figure>

## Organization and app security

_Security for customer organizations and apps._

Expand Down
Loading