Skip to content
Merged
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
36 changes: 9 additions & 27 deletions src/assets/data/faq/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,6 @@ const data = {
"Yes, Meshery can be deployed on-premises with a single command to download, install, and run your own instance of Meshery in your environment."
]
},
{
question: "Is Meshery open source?",
category: "Meshery",
subcategory: "General",
answer: [
"Yes, Meshery is a Cloud Native Computing Foundation (CNCF) project and is licensed under Apache v2.",
"As the cloud native management plane, Meshery is an extensible platform, offering multiple extension points within which users and partners can customize and extend Meshery's functionality.",
],
},
{
question: "Can I deploy Meshery on-premises?",
category: "Meshery",
Expand All @@ -94,20 +85,8 @@ const data = {
answer: [
"Layer5 Cloud is hosted on AWS and Equinix data centers in US-based regions. If you need to know more about the data storage and compliance, please reach out to us at privacy@layer5.io",
],
link: "https://layer5.io/company/legal",
linktext: "See Layer5 Trust Center"
},
{
question: "Is it possible to migrate from managed Layer5 Cloud to self-hosted Layer5 Cloud on-premises?",
category: "Layer5 Cloud",
subcategory: "Deployment",
answer: [
"Yes, Layer5 Cloud and Kanvas can be deployed on-premises in minutes using Helm charts.",
"A one-time export of your data can be requested as you transition from managed Layer5 Cloud to self-hosted Layer5 Cloud.",
"With a small number of manual steps, air-gapped deployments to run Meshery without internet access is also supported.",
],
link: "https://docs.layer5.io/cloud/self-hosted/",
"linktext": "Self-hosting documentation",
link: "https://layer5.io/company/legal/sub-processors",
linktext: "Sub-Processors policy"
},
{
question: "What data is collection about me, how is it used and how long is it retained?",
Expand All @@ -116,18 +95,21 @@ const data = {
answer: [
"Layer5 Cloud is hosted on AWS and Equinix data centers in US-based regions. If you need to know more about the data storage and compliance, please reach out to us at hello@layer5.io",
],
link: "https://layer5.io/company/legal/sub-processors",
linktext: "Open Sub-processors policy in Trust Center"
link: "https://layer5.io/company/legal/privacy",
linktext: "Privacy Policy"
},
{
question: "Is it possible to migrate from managed Layer5 Cloud to self-hosted Layer5 Cloud on-premises?",
category: "Layer5 Cloud",
subcategory: "Deployment",
answer: [
"Yes, Layer5 Cloud can be deployed on-premises in minutes using Helm charts.",
"Yes, Layer5 Cloud and Kanvas can be deployed on-premises in minutes using Helm charts.",
"A one-time export of your data can be requested as you transition from managed Layer5 Cloud to self-hosted Layer5 Cloud.",
"With a small number of manual steps, air-gapped deployments to run Meshery without internet access is also supported.",
],
},
link: "https://docs.layer5.io/cloud/self-hosted/",
"linktext": "Self-hosting documentation",
},

// LAYER% COMMUNITY
{
Expand Down