From 1ed2c1c377455bf56a9e4dc2b151c450b3b90b76 Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Thu, 29 Aug 2024 08:47:15 -0400 Subject: [PATCH] chore: replace managed cloud with just cloud Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com> --- cloud/architecture.mdx | 22 +++++++++--------- cloud/benefits.mdx | 26 +++++++++++----------- cloud/concepts.mdx | 22 +++++++++--------- cloud/features/authentication.mdx | 10 ++++----- cloud/features/git-backed-storage.mdx | 14 ++++++------ cloud/features/rbac.mdx | 8 +++---- cloud/features/user-management.mdx | 6 ++--- cloud/guides/getting-started.mdx | 26 +++++++++++----------- cloud/guides/production.mdx | 26 +++++++++++----------- cloud/overview.mdx | 6 ++--- guides/migration/launchdarkly/overview.mdx | 6 ++--- introduction.mdx | 4 ++-- mint.json | 4 ++-- self-hosted/overview.mdx | 4 ++-- usecases/gitops.mdx | 6 +++++ 15 files changed, 98 insertions(+), 92 deletions(-) diff --git a/cloud/architecture.mdx b/cloud/architecture.mdx index 88d292a..c4117fa 100644 --- a/cloud/architecture.mdx +++ b/cloud/architecture.mdx @@ -1,14 +1,14 @@ --- title: Architecture -description: Learn about the architecture of Flipt Managed Cloud and how it scales to meet your needs +description: Learn about the architecture of Flipt Cloud and how it scales to meet your needs mode: "wide" --- -This section describes the high-level architecture of Flipt Managed Cloud and how you can also run you own Flipt instances for evaluation purposes while still leveraging the managed service. +This section describes the high-level architecture of Flipt Cloud and how you can also run you own Flipt instances for evaluation purposes while still leveraging the service. ## Overview -Each Flipt Managed Cloud instance is a fully managed Flipt instance that is hosted and operated by the Flipt team. +Each Flipt Cloud instance is a fully Flipt instance that is hosted and operated by the Flipt team. Each organization gets a dedicated Flipt instance, eliminating the noisy neighbor problem. @@ -16,7 +16,7 @@ Each environment is a logical grouping of feature flags and namespaces that shar Feature flags in each environment are isolated from each other, preventing naming conflicts and improving organization. You have the option to have multiple environments share the same underlying Git repository, allowing you to manage your feature flags in a single location, or have each environment have its own Git repository. -This allows Flipt Managed Cloud to work for both monorepo and multi-repo architectures. +This allows Flipt Cloud to work for both monorepo and multi-repo architectures. - Flipt Managed Cloud is currently in beta. Some functionality may be subject to + Flipt Cloud is currently in beta. Some functionality may be subject to change. Interested in joining the beta? [Request access here](https://flipt.cloud). -At Flipt, we aim to provide our users with the best possible feature flagging experience. That's why we're excited to introduce Flipt Managed Cloud, a new offering that combines the best of both worlds: the simplicity and flexibility of a managed cloud service with the scalability and reliability of self-hosted Flipt. +At Flipt, we aim to provide our users with the best possible feature flagging experience. That's why we're excited to introduce Flipt Cloud, a new offering that combines the best of both worlds: the simplicity and flexibility of a cloud service with the scalability and reliability of self-hosted Flipt. ## Limitless Scalability -One of the biggest challenges with traditional feature flagging solutions is that they often come with limits. Whether it's the number of flags you can create, the number of evaluations/requests you can make, or the amount of data you can store, these limits can be frustrating and restrictive. With Flipt Managed Cloud, we've removed these limits, giving you the freedom to create as many flags as you need, invite as many users as you want, and store as much data as you require. +One of the biggest challenges with traditional feature flagging solutions is that they often come with limits. Whether it's the number of flags you can create, the number of evaluations/requests you can make, or the amount of data you can store, these limits can be frustrating and restrictive. With Flipt Cloud, we've removed these limits, giving you the freedom to create as many flags as you need, invite as many users as you want, and store as much data as you require. -We believe that you should never have to worry about hitting a limit or being charged extra for using too much of a service. With Flipt Managed Cloud, you can focus on building great products without having to worry about artificial constraints. +We believe that you should never have to worry about hitting a limit or being charged extra for using too much of a service. With Flipt Cloud, you can focus on building great products without having to worry about artificial constraints. ## The Best of Both Worlds Traditional SaaS solutions force you to give up control over your data in exchange for convenience, while self-hosted and in-house solutions lack features that enterprise customers need. -With Flipt Managed Cloud, you get the best of both worlds. You get the security, convenience, and ease of use of a managed SaaS solution, along with the control and ability to own your own data that self-hosted solutions provide. +With Flipt Cloud, you get the best of both worlds. You get the security, convenience, and ease of use of a SaaS solution, along with the control and ability to own your own data that self-hosted solutions provide. Our platform provides the essential features and functionality for building great products, all without compromising on security, control, or scalability. ## GitOps and ClickOps Friendly -Flipt Managed Cloud offers a unique approach to feature flag management by storing your feature flag data in a Git repository of your choosing. This innovative method brings several key benefits: +Flipt Cloud offers a unique approach to feature flag management by storing your feature flag data in a Git repository of your choosing. This innovative method brings several key benefits: 1. **Data Sovereignty**: By keeping your feature flag configurations in your own Git repository, you maintain full control over your data. You decide where it's stored, who has access, and how it's managed, ensuring compliance with data regulations and internal policies. -2. **Zero Lock-in**: With your feature flag data in a standard Git format, you're never locked into our platform. You can easily export or migrate your data at any time, giving you the freedom to switch providers or solutions as your needs evolve. Using Flipt open-source in conjunction with Flipt managed cloud, means you can step away from managed cloud at any point. Your applications will continue to be served by your own self-hosted instances, from configuration stored in repositories you own. +2. **Zero Lock-in**: With your feature flag data in a standard Git format, you're never locked into our platform. You can easily export or migrate your data at any time, giving you the freedom to switch providers or solutions as your needs evolve. Using Flipt open-source in conjunction with Flipt cloud, means you can step away from cloud at any point. Your applications will continue to be served by your own self-hosted instances, from configuration stored in repositories you own. 3. **Familiar Developer Workflow**: Storing feature flags alongside your code allows developers to work with tools they already know and love. They can use their preferred Git workflows, code review processes, and CI/CD pipelines to manage feature flags just like any other code changes. @@ -44,16 +44,16 @@ Flipt Managed Cloud offers a unique approach to feature flag management by stori 6. **Collaboration and Code Reviews**: Leverage Git's collaboration features for feature flag management. Use pull requests to review and discuss flag changes before they're implemented, fostering better communication and reducing errors. -While these Git-based features offer powerful capabilities for technical users, Flipt Managed Cloud is designed to be accessible to all. Our intuitive user interface allows non-technical team members to easily manage feature flags without any knowledge of Git. They can create, update, and toggle flags through our user-friendly dashboard, while behind the scenes, Flipt handles the Git operations seamlessly. +While these Git-based features offer powerful capabilities for technical users, Flipt Cloud is designed to be accessible to all. Our intuitive user interface allows non-technical team members to easily manage feature flags without any knowledge of Git. They can create, update, and toggle flags through our user-friendly dashboard, while behind the scenes, Flipt handles the Git operations seamlessly. -This hybrid approach ensures that both technical and non-technical users can collaborate effectively, leveraging the power of Git-based workflows without the complexity. It's the perfect balance of power and simplicity, making Flipt Managed Cloud an ideal solution for teams of all sizes and technical backgrounds. +This hybrid approach ensures that both technical and non-technical users can collaborate effectively, leveraging the power of Git-based workflows without the complexity. It's the perfect balance of power and simplicity, making Flipt Cloud an ideal solution for teams of all sizes and technical backgrounds. ## Enterprise Ready -We understand that enterprise customers have unique needs and requirements. That's why we've designed Flipt Managed Cloud to be enterprise-ready from day one. With features like directory sync, single sign-on, and role-based access control, you can be confident that Flipt Managed Cloud will meet your organization's needs. +We understand that enterprise customers have unique needs and requirements. That's why we've designed Flipt Cloud to be enterprise-ready from day one. With features like directory sync, single sign-on, and role-based access control, you can be confident that Flipt Cloud will meet your organization's needs. -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. +Our scalable infrastructure is designed to handle high-volume traffic and complex flag evaluations, making Flipt Cloud suitable for organizations of any size, from startups to large enterprises with global operations. ## 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 trying Flipt Managed Cloud, you can sign up for the beta [here](https://flipt.cloud). +We're excited to bring Flipt Cloud to market, and we can't wait for you to try it out. If you're interested in trying Flipt Cloud, you can sign up for the beta [here](https://flipt.cloud). diff --git a/cloud/concepts.mdx b/cloud/concepts.mdx index a9dcfe9..b2efe6e 100644 --- a/cloud/concepts.mdx +++ b/cloud/concepts.mdx @@ -1,31 +1,31 @@ --- title: Concepts -description: This document describes the basic concepts of Flipt Managed Cloud. +description: This document describes the basic concepts of Flipt Cloud. --- - Flipt Managed Cloud is currently in beta. Some functionality may be subject to + Flipt Cloud is currently in beta. Some functionality may be subject to change. 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. +Flipt Cloud is a fully 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. -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. +While Flipt Cloud is a completely 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 Cloud for feature flag management. -Here are some of the basic concepts in Flipt Managed Cloud: +Here are some of the basic concepts in Flipt Cloud: ## Git-Backed Storage -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. +Flipt 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 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. +Environments in Flipt 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. Key points about environments: @@ -34,20 +34,20 @@ Key points about environments: ## Namespaces -Within each environment, Flipt Managed Cloud uses namespaces to further organize and group related feature flags. +Within each environment, Flipt Cloud uses namespaces to further organize and group related feature flags. Key points about namespaces: - **Granular Organization**: Namespaces allow you to group related flags together, such as by team, feature set, or application component. - **Isolation**: Flags in different namespaces are isolated from each other, preventing naming conflicts and improving organization. - **Flexible Hierarchy**: You can create multiple namespaces within an environment, allowing for a flexible hierarchy that suits your organizational needs. -- **Managed Access Control**: Roles can be scoped to limit access to specific sets of namespaces. +- **Access Control**: Roles can be scoped to limit access to specific sets of namespaces. By utilizing environments and namespaces effectively, you can create a well-organized and scalable feature flag management system that grows with your organization's needs. ## Sources -Sources in Flipt Managed Cloud are the connection points between your environments and our managed storage, implemented as Git repositories on GitHub. They play a crucial role in how your feature flag data is stored, versioned, and managed. +Sources in Flipt Cloud are the connection points between your environments and our storage, implemented as Git repositories on GitHub. They play a crucial role in how your feature flag data is stored, versioned, and managed. Key points about sources: @@ -55,4 +55,4 @@ Key points about sources: - **Data Sovereignty**: By using your own GitHub repositories, you maintain full control over your feature flag data, ensuring compliance with data regulations and internal policies. - **Version Control**: Sources provide a comprehensive audit trail for all feature flag changes, making it easy to track who made what changes, when, and why. -Sources in Flipt Managed Cloud combine the benefits of Git-based version control with the ease of use of a managed service, providing a flexible and powerful foundation for your feature flag management. +Sources in Flipt Cloud combine the benefits of Git-based version control with the ease of use of a service, providing a flexible and powerful foundation for your feature flag management. diff --git a/cloud/features/authentication.mdx b/cloud/features/authentication.mdx index f4eaaca..4680093 100644 --- a/cloud/features/authentication.mdx +++ b/cloud/features/authentication.mdx @@ -1,9 +1,9 @@ --- title: Authentication -description: Learn about the authentication options available with Flipt Managed Cloud +description: Learn about the authentication options available with Flipt Cloud --- -Flipt Managed Cloud supports multiple authentication methods, including email/password, Google, and GitHub. You can also use [Single Sign-On (SSO)](#single-sign-on) with providers like Okta, Microsoft Active Directory, and Google Workspace. +Flipt Cloud supports multiple authentication methods, including email/password, Google, and GitHub. You can also use [Single Sign-On (SSO)](#single-sign-on) with providers like Okta, Microsoft Active Directory, and Google Workspace. You get social login, passwordless authentication, and multi-factor authentication out of the box for **free**. @@ -15,13 +15,13 @@ This flexibility allows you to choose the authentication method that best fits y ## Single Sign-On -Flipt Managed Cloud supports Single Sign-On (SSO) with popular identity providers like Okta, Microsoft Active Directory, and Google Workspace. With SSO, your team members can log in to Flipt using their existing credentials, making it easy to manage access and permissions. +Flipt Cloud supports Single Sign-On (SSO) with popular identity providers like Okta, Microsoft Active Directory, and Google Workspace. With SSO, your team members can log in to Flipt using their existing credentials, making it easy to manage access and permissions. ![Single Sign-On](/images/cloud/features/auth/sso.gif) SSO also enhances security by reducing the number of passwords your team members need to remember and ensuring that access is granted only to authorized users. -You can even setup custom SAML and OIDC providers, so you can use your existing identity management system with Flipt Managed Cloud, even if it's not one of our supported identity providers. +You can even setup custom SAML and OIDC providers, so you can use your existing identity management system with Flipt Cloud, even if it's not one of our supported identity providers. ## API Access @@ -29,6 +29,6 @@ To access the Flipt API for evaluation requests, you can generate API keys for e ![API Access](/images/cloud/features/auth/api-access.png) -API keys are securely stored in Flipt Managed Cloud and are used to authenticate requests made through our SDKs. +API keys are securely stored in Flipt Cloud and are used to authenticate requests made through our SDKs. ![API Key](/images/cloud/features/auth/api-key.png) diff --git a/cloud/features/git-backed-storage.mdx b/cloud/features/git-backed-storage.mdx index 7d16612..0c3e147 100644 --- a/cloud/features/git-backed-storage.mdx +++ b/cloud/features/git-backed-storage.mdx @@ -1,16 +1,16 @@ --- title: Git-Backed Storage -description: Learn about the unique benefits of using Git-backed storage with Flipt Managed Cloud +description: Learn about the unique benefits of using Git-backed storage with Flipt Cloud mode: "wide" --- ## What Is Git-Backed Storage? -Flipt Managed Cloud is unique in that it uses your existing Git repositories for your feature flags and configurations. This means that your feature flag data is stored in a Git repository of your choosing, which allows you to use your existing Git workflow and tools. +Flipt Cloud is unique in that it uses your existing Git repositories for your feature flags and configurations. This means that your feature flag data is stored in a Git repository of your choosing, which allows you to use your existing Git workflow and tools. ![Git-Backed Storage](/images/cloud/features/git/feature-flag-in-repository.png) -Flipt Managed Cloud manages your feature flags in what we call [Environments](/cloud/concepts#environments). +Flipt Cloud manages your feature flags in what we call [Environments](/cloud/concepts#environments). Each environment can be connected to a different Git repository, allowing you to manage your feature flags in different repositories for different environments. @@ -21,9 +21,9 @@ Each environment can be connected to a different Git repository, allowing you to ## Why Use Git-Backed Storage? -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. +Git lives at the heart of Flipt 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. -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. +To solve for this, Flipt 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 @@ -36,6 +36,6 @@ Because we mirror your flag data in Git, you always have the ability to 'break t ![Flipt UI](/images/cloud/features/git/feature-flag-in-ui.png) -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. +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 in the same way. -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. +By combining the power of Git with a user-friendly interface, Flipt 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. diff --git a/cloud/features/rbac.mdx b/cloud/features/rbac.mdx index 7857b7c..dd00f81 100644 --- a/cloud/features/rbac.mdx +++ b/cloud/features/rbac.mdx @@ -1,17 +1,17 @@ --- title: Role Based Access Control -description: Learn about the role-based access control options available with Flipt Managed Cloud +description: Learn about the role-based access control options available with Flipt Cloud --- Role-based access control allows you to define custom roles and permissions for your team members. ![Roles](/images/cloud/features/rbac/roles.png) -You can create roles with specific permissions, such as read-only access to feature flags or the ability to create new flags. This gives you fine-grained control over who can do what in Flipt Managed Cloud and your Flipt instances. +You can create roles with specific permissions, such as read-only access to feature flags or the ability to create new flags. This gives you fine-grained control over who can do what in Flipt Cloud and your Flipt instances. ## Built-in Roles -Flipt Managed Cloud comes with several built-in roles that you can assign to your team members: +Flipt Cloud comes with several built-in roles that you can assign to your team members: - **Admin**: Full access to all resources and settings - **Editor**: Can create and update most resources, but cannot delete them. Cannot access organization settings. @@ -42,4 +42,4 @@ You can assign roles to team members after you invite them to your organization Roles are global across your organization, so a team member's role applies to all environments in your organization. -When your team members route to a Flipt instance through Flipt Managed Cloud, their permissions are enforced based on the role assigned to them in the organization. +When your team members route to a Flipt instance through Flipt Cloud, their permissions are enforced based on the role assigned to them in the organization. diff --git a/cloud/features/user-management.mdx b/cloud/features/user-management.mdx index ce15025..8c5c57a 100644 --- a/cloud/features/user-management.mdx +++ b/cloud/features/user-management.mdx @@ -1,10 +1,10 @@ --- title: User Management -description: Learn about the user and team management options available with Flipt Managed Cloud +description: Learn about the user and team management options available with Flipt Cloud mode: "wide" --- -Flipt Managed Cloud makes it easy to manage your team members and their permissions. You can invite users in your organization, assign roles, and control access to features and data. +Flipt Cloud makes it easy to manage your team members and their permissions. You can invite users in your organization, assign roles, and control access to features and data. ![User Management](/images/cloud/features/users/team.png) @@ -14,4 +14,4 @@ With features like [role-based access control](/cloud/features/rbac), you can en ## Just in Time User Provisioning -With our [SSO](/cloud/features/authentication##single-sign-on) and Directory Sync features, you can automatically provision users in Flipt Managed Cloud when they log in for the first time. This makes it easy to manage access and permissions for your team members, without having to manually invite or create users. +With our [SSO](/cloud/features/authentication##single-sign-on) and Directory Sync features, you can automatically provision users in Flipt Cloud when they log in for the first time. This makes it easy to manage access and permissions for your team members, without having to manually invite or create users. diff --git a/cloud/guides/getting-started.mdx b/cloud/guides/getting-started.mdx index 7b58b10..137ad74 100644 --- a/cloud/guides/getting-started.mdx +++ b/cloud/guides/getting-started.mdx @@ -1,10 +1,10 @@ --- title: Getting Started -description: Learn how to get started with Flipt Managed Cloud +description: Learn how to get started with Flipt Cloud --- - Flipt Managed Cloud is currently in beta. Some functionality may be subject to + Flipt Cloud is currently in beta. Some functionality may be subject to change. Interested in joining the beta? [Request access here](https://flipt.cloud). @@ -13,21 +13,21 @@ Interested in joining the beta? [Request access here](https://flipt.cloud). ## Prerequisites -Before you get started with Flipt Managed Cloud, you need to have the following: +Before you get started with Flipt Cloud, you need to have the following: -1. An active Flipt Managed Cloud account. If you don't have an account yet, [request access here](https://flipt.cloud). +1. An active Flipt Cloud account. If you don't have an account yet, [request access here](https://flipt.cloud). 2. An active GitHub account. If you don't have an account yet, [sign up on GitHub](https://github.com). ## Create a New Environment - - First, log in to the Flipt Managed Cloud web interface. You can access the login page at [https://flipt.cloud](https://flipt.cloud). + + First, log in to the Flipt Cloud web interface. You can access the login page at [https://flipt.cloud](https://flipt.cloud). -Once you are logged in, you will see the Flipt Managed Cloud dashboard. Click on `Create Environment`. +Once you are logged in, you will see the Flipt Cloud dashboard. Click on `Create Environment`. ![Create Environment](/images/cloud/guides/getting-started/dashboard.png) @@ -47,7 +47,7 @@ If you haven't already connected your GitHub account, you'll be prompted to inst ![Authorize GitHub](/images/cloud/guides/getting-started/authorize-github.png) -Select the repositories you want to allow Flipt Managed Cloud to access, or select all repositories. +Select the repositories you want to allow Flipt Cloud to access, or select all repositories. @@ -115,8 +115,8 @@ Click on your new environment to open up the Flipt UI. The feature flag will be stored in the path you specified, or in the root of your repository if you didn't specify a path. - Each namespace within Flipt Managed Cloud is represented as an additional - subdirectory in your repository. + Each namespace within Flipt Cloud is represented as an additional subdirectory + in your repository. ![Feature Flag in Repository](/images/cloud/guides/getting-started/feature-flag-in-repository.png) @@ -126,13 +126,13 @@ Click on your new environment to open up the Flipt UI. ## What's Next? -You can now start using Flipt Managed Cloud to manage your feature flags and configurations. 🎉 +You can now start using Flipt Cloud to manage your feature flags and configurations. 🎉 After you've created your feature flags, you can start using them in your application. -You can also invite other users to your environment in the Flipt Managed Cloud control plane and manage their permissions. +You can also invite other users to your environment in the Flipt Cloud control plane and manage their permissions. -See the [Moving to Production](/cloud/guides/production) guide for more information on how to manage users, permissions, and how to connect your code to your Flipt Managed Cloud environment for evaluation. +See the [Moving to Production](/cloud/guides/production) guide for more information on how to manage users, permissions, and how to connect your code to your Flipt Cloud environment for evaluation. ## Questions? diff --git a/cloud/guides/production.mdx b/cloud/guides/production.mdx index 46d4133..82cdc38 100644 --- a/cloud/guides/production.mdx +++ b/cloud/guides/production.mdx @@ -1,10 +1,10 @@ --- title: Moving to Production -description: Learn how to scale your feature flagging operations with Flipt Managed Cloud +description: Learn how to scale your feature flagging operations with Flipt Cloud --- - Flipt Managed Cloud is currently in beta. Some functionality may be subject to + Flipt Cloud is currently in beta. Some functionality may be subject to change. Interested in joining the beta? [Request access here](https://flipt.cloud). @@ -15,22 +15,22 @@ Interested in joining the beta? [Request access here](https://flipt.cloud). Before you move to production, you need to have the following: -1. An active Flipt Managed Cloud account. If you don't have an account yet, [request access here](https://flipt.cloud). +1. An active Flipt Cloud account. If you don't have an account yet, [request access here](https://flipt.cloud). 2. An active GitHub account. If you don't have an account yet, [sign up on GitHub](https://github.com). -3. A configured Flipt environment in Flipt Managed Cloud. If you don't have an environment yet, [follow the getting started guide](/cloud/guides/getting-started). +3. A configured Flipt environment in Flipt Cloud. If you don't have an environment yet, [follow the getting started guide](/cloud/guides/getting-started). 4. Deployed Flipt instances in your infrastructure. If you don't have Flipt instances yet, [deploy Flipt Open Source](https://docs.flipt.io/self-hosted/overview). ## Create an API Key - - First, log in to the Flipt Managed Cloud web interface. You can access the login page at [https://flipt.cloud](https://flipt.cloud). + + First, log in to the Flipt Cloud web interface. You can access the login page at [https://flipt.cloud](https://flipt.cloud). -From the Flipt Managed Cloud dashboard, find the environment you want to create an API key for and hover over the environment name. +From the Flipt Cloud dashboard, find the environment you want to create an API key for and hover over the environment name. @@ -66,10 +66,10 @@ Copy the API key to your clipboard and save it in a secure location. You will no ## Configure a Client-Side SDK -Currently, Flipt Managed Cloud only support client-side SDKs for direct evaluation via the Flipt Cloud API. +Currently, Flipt Cloud only support client-side SDKs for direct evaluation via the Flipt Cloud API. - For more information on the architecture of Flipt Managed Cloud, see the + For more information on the architecture of Flipt Cloud, see the [architecture overview](/cloud/architecture). @@ -103,7 +103,7 @@ Currently, Flipt Managed Cloud only support client-side SDKs for direct evaluati ## Scale and Configure Server-Side SDKs -As mentioned in the [architecture overview](/cloud/architecture), Flipt Managed Cloud is designed to be used in conjunction with Flipt Open Source. This means that you can still use your existing Flipt instances and configurations while leveraging the security and user friendly features of Flipt Managed Cloud. +As mentioned in the [architecture overview](/cloud/architecture), Flipt Cloud is designed to be used in conjunction with Flipt Open Source. This means that you can still use your existing Flipt instances and configurations while leveraging the security and user friendly features of Flipt Cloud. Here's how you can configure your Flipt instances to use the Git repository data source and then use our server-side SDKs to evaluate feature flags within your infrastructure. @@ -113,7 +113,7 @@ Here's how you can configure your Flipt instances to use the Git repository data As described in the Flipt Open Source [storage documentation](/configuration/storage#git), you can configure the Flipt instances to use the Git repository data source. - Here you can use the same repository and branch as you used when creating the Flipt Managed Cloud environment. + Here you can use the same repository and branch as you used when creating the Flipt Cloud environment. ```yaml storage: @@ -161,7 +161,7 @@ Here's how you can configure your Flipt instances to use the Git repository data - That's it! 🎉 You can now scale your feature flagging operations with Flipt Managed Cloud and Flipt Open Source. + That's it! 🎉 You can now scale your feature flagging operations with Flipt Cloud and Flipt Open Source. All changes to the feature flags and configurations are automatically propagated to your Flipt instances within your infrastructure through the Git repository data source. @@ -170,7 +170,7 @@ Here's how you can configure your Flipt instances to use the Git repository data ## What's Next? -You can now start using Flipt Managed Cloud to scale your feature flagging operations. +You can now start using Flipt Cloud to scale your feature flagging operations. As your organization grows, check out some of our enterprise features including: diff --git a/cloud/overview.mdx b/cloud/overview.mdx index 78a7b52..54e7b26 100644 --- a/cloud/overview.mdx +++ b/cloud/overview.mdx @@ -1,6 +1,6 @@ --- title: Introduction -description: Our Managed Cloud offering is the simplest, scalable solution for getting started with Flipt without the need to manage your own infrastructure. +description: Our Cloud offering is the simplest, scalable solution for getting started with Flipt without the need to manage your own infrastructure. ---
@@ -15,12 +15,12 @@ description: Our Managed Cloud offering is the simplest, scalable solution for g width: "100%", height: "100%", }} - title="Sneak Peak: Flipt Managed Cloud" + title="Sneak Peak: Flipt Cloud" >
-**Introducing Flipt Managed Cloud: Powerful Feature Management Without the Operational Overhead** +**Introducing Flipt Cloud: Powerful Feature Management Without the Operational Overhead** - **Fully Managed, Git-Backed Solution**: Experience the power of Flipt without the hassle of infrastructure management. Our fully hosted solution runs Flipt for you, backed by Git for version control and data sovereignty. diff --git a/guides/migration/launchdarkly/overview.mdx b/guides/migration/launchdarkly/overview.mdx index 587df45..317b99c 100644 --- a/guides/migration/launchdarkly/overview.mdx +++ b/guides/migration/launchdarkly/overview.mdx @@ -25,7 +25,7 @@ the LaunchDarkly OpenFeature provider to the Flipt OpenFeature provider. In order to use Flipt, you would need to install it in your infrastructure. If you want us to handle the running and maintenance of Flipt, you can -leverage our [Managed Cloud](/cloud/overview) offering. +leverage our [Cloud](/cloud/overview) offering. 4. [**Migrate State from LaunchDarkly to Flipt**](/guides/migration/launchdarkly/flipt#migrate-state-from-launchdarkly-to-flipt) @@ -33,8 +33,8 @@ The last part is to migrate all of your existing flags from the LaunchDarkly interface to your Flipt instance. - Flipt has a new [Managed Cloud](/cloud/overview) offering that allows you to - scale your feature management platform without worrying about the underlying + Flipt has a new [Cloud](/cloud/overview) offering that allows you to scale + your feature management platform without worrying about the underlying infrastructure. We'll assist you in LaunchDarkly to Flipt migration services for free, for all of our paying users. diff --git a/introduction.mdx b/introduction.mdx index e958b48..9d73664 100644 --- a/introduction.mdx +++ b/introduction.mdx @@ -10,8 +10,8 @@ mimic an evaluation request from your applications. For more information on any of the concepts described, please see the [Concepts](/concepts) documentation. - - Flipt Managed Cloud is a fully managed feature management platform that + + Flipt Cloud is a fully managed feature management platform that enables you to continue to use Flipt's feature management capabilities with zero maintenance. diff --git a/mint.json b/mint.json index 7337e2d..a239f0b 100644 --- a/mint.json +++ b/mint.json @@ -36,7 +36,7 @@ }, "tabs": [ { - "name": "Managed Cloud", + "name": "Flipt Cloud", "url": "cloud" }, { @@ -49,7 +49,7 @@ }, "anchors": [ { - "name": "Managed Cloud", + "name": "Flipt Cloud", "icon": "cloud", "url": "cloud" }, diff --git a/self-hosted/overview.mdx b/self-hosted/overview.mdx index 64a34e2..4f4fff5 100644 --- a/self-hosted/overview.mdx +++ b/self-hosted/overview.mdx @@ -37,8 +37,8 @@ For more details on each installation method, see the sections below. - [Homebrew](#homebrew) - [Binary](#binary) - - Don't want to self-host? Learn more about our managed offering. + + Don't want to self-host? Learn more about our cloud offering. ## Homebrew diff --git a/usecases/gitops.mdx b/usecases/gitops.mdx index 32c0004..3a5b5cc 100644 --- a/usecases/gitops.mdx +++ b/usecases/gitops.mdx @@ -12,6 +12,12 @@ Flipt is uniquely suited to work with GitOps workflows because of our declarativ We believe that feature flags are a form of configuration and should be treated as such. This means that feature flags should be able to be stored in the same repository as the code that uses them. This allows developers to make changes to both the code and the feature flags in the same pull request. This also allows developers to use the same GitOps tooling to deploy both their code and their feature flags to production. + + Want a managed Flipt service that is GitOps native? Check out Flipt Cloud. + Your feature flag data is version controlled in your Git repositories and you + can manage your flags via the Flipt UI. + + ## Git Backend Flipt's declarative storage backends allow it to run without a database at all. Flipt can be configured to load its feature flag data in the following ways: