From 15f3be753c554ecf7a95427f2d54dcd08413d188 Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Tue, 20 Aug 2024 11:50:47 -0400 Subject: [PATCH] chore: pr feedback Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com> --- cloud/benefits.mdx | 4 ---- cloud/concepts.mdx | 4 +++- cloud/features/git-backed-storage.mdx | 12 ++++++------ 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/cloud/benefits.mdx b/cloud/benefits.mdx index fea7951..5cbb926 100644 --- a/cloud/benefits.mdx +++ b/cloud/benefits.mdx @@ -54,10 +54,6 @@ We understand that enterprise customers have unique needs and requirements. That Our scalable infrastructure is designed to handle high-volume traffic and complex flag evaluations, making Flipt Managed Cloud suitable for organizations of any size, from startups to large enterprises with global operations. -## Cost-Effective and Predictable Pricing - -Unlike many feature flag services that charge based on the number of environment, flags or evaluations, Flipt Managed Cloud offers a simple, predictable pricing model. You pay for the features you need, without worrying about unexpected costs as your usage grows. This allows for better budget planning and eliminates the need to constantly monitor usage to avoid overage charges. - ## Get Started Today We're excited to bring Flipt Managed Cloud to market, and we can't wait for you to try it out. If you're interested in learning more about Flipt Managed Cloud or signing up for the beta, check out our [website](https://flipt.io/cloud). diff --git a/cloud/concepts.mdx b/cloud/concepts.mdx index ab1344e..a9dcfe9 100644 --- a/cloud/concepts.mdx +++ b/cloud/concepts.mdx @@ -13,7 +13,7 @@ Interested in joining the beta? [Request access here](https://flipt.cloud). Flipt Managed Cloud is a fully managed solution where we host and operate Flipt for you. You no longer need to deploy or manage Flipt instances yourself. We provide a secure, scalable, and feature-rich environment with enterprise-grade authentication and authorization built-in. -Experience the power of Flipt without the operational overhead, allowing you to focus on building great products while we take care of the infrastructure. +While Flipt Managed Cloud is a completely managed service, it works hand in hand with Flipt Open Source. You can still deploy Flipt Open Source in your own infrastructure to scale as needed, while still using Flipt Managed Cloud for feature flag management. Here are some of the basic concepts in Flipt Managed Cloud: @@ -21,6 +21,8 @@ Here are some of the basic concepts in Flipt Managed Cloud: Flipt Managed Cloud leverages Git repositories as the backbone for storing and managing your feature flag configurations. This innovative approach allows you to store your feature flag data in your own GitHub repositories, providing a unique blend of managed service convenience and data ownership. +See the [Git-Backed Storage](/cloud/features/git-backed-storage) page for more information. + ## Environments Environments in Flipt Managed Cloud are high-level groupings of feature flags and namespaces. They provide a way to organize and manage your feature flags across different stages of your development lifecycle or across various applications within your organization. diff --git a/cloud/features/git-backed-storage.mdx b/cloud/features/git-backed-storage.mdx index 620f612..eeb99f8 100644 --- a/cloud/features/git-backed-storage.mdx +++ b/cloud/features/git-backed-storage.mdx @@ -21,21 +21,21 @@ Each environment can be connected to a different Git repository, allowing you to ## Why Use Git-Backed Storage? -We believe that Git is the best way to manage configuration data. It allows you to use your existing Git workflow and tools, and it allows you to version your configuration data. +Git lives at the heart of Flipt Managed Cloud. It allows you to use your existing Git workflow and tools, and it allows you to version your configuration data. However, we understand that not everyone is familiar with Git, and that it can be intimidating to use. -We also believe that feature flags are a type of configuration data, and as such, they should be managed in the same way. +To solve for this, Flipt Managed Cloud includes a friendly UI for managing your feature flags, so that you can easily change their state without even knowing that Git is used under the hood. For more info on the benefits of using Git-backed storage, see the [Benefits](/cloud/benefits#gitops-and-clickops-friendly) page. -Git is also a powerful tool for collaboration. It allows you to review and merge changes, and it allows you to see the history of your changes. +As developers ourselves, we understand the power of Git. It allows you to review and merge changes, and it allows you to see the history of your changes, quickly reverting to a previous state if needed. -Finally, Git is a standard tool that many developers are already familiar with, which means that you can use your existing knowledge to manage your feature flags. +Because we mirror your flag data in Git, you always have the ability to 'break the glass' and make changes directly to the Git repository if needed. ![Flipt UI](/images/cloud/features/git/feature-flag-in-ui.png) -Flipt Managed Cloud takes advantage of these benefits by using Git as the backend for your feature flags while also providing a managed service so that you don't have to worry about the underlying infrastructure. +We believe that Git is the best way to manage configuration data. We also believe that feature flags are a type of configuration data, and as such, they should be managed in the same way. -Flipt Managed Cloud also includes a friendly UI for managing your feature flags, so that you can easily change their state without having to know Git at all. +By combining the power of Git with a user-friendly interface, Flipt Managed Cloud offers the best of both worlds: the robustness and version control of Git-backed storage, and the ease of use of a modern feature flag management system. \ No newline at end of file