You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/src/assets/data/faq/index.js
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -16,29 +16,29 @@ const data = {
16
16
17
17
{
18
18
question:
19
-
"Why do I need to sign-up/register to use the Cloud Native Playground?",
19
+
"Why do I need to sign-up/register to use a hosted playground?",
20
20
category: "Meshery Playground",
21
21
answer: `
22
22
- The Playground is connected to live Kubernetes clusters, and while these clusters are refreshed on a daily basis, the clusters do need to be protected from nefarious actors, who might use these clusters for cryptomining, for example.
23
23
- Sign-up to receive a user account, entitled with perpetually free and full access the Playground environment.
24
-
- the Cloud Native Playground is connected to live Kubernetes cluster(s) and allows users full-control over those clusters. Requiring users to register a user account keeps the Playground safe and healthy for all to enjoy. Without requiring users to sign-in, the Cloud Native Playground would allow anonymous access for anyone and everyone to potentially perform nefarious acts.
24
+
- a hosted playground is connected to live Kubernetes cluster(s) and allows users full-control over those clusters. Requiring users to register a user account keeps the Playground safe and healthy for all to enjoy. Without requiring users to sign-in, a hosted playground would allow anonymous access for anyone and everyone to potentially perform nefarious acts.
25
25
`,
26
26
},
27
27
{
28
28
question:
29
-
"Will I lose my Meshery designs in the Cloud Native Playground?",
29
+
"Will I lose my Meshery designs in a hosted playground?",
30
30
category: "Meshery Playground",
31
31
answer: `
32
-
- No, all of the designs that you have created in the Cloud Native Playground are saved to your user account and will be available to you each time that you sign into your account. Your designs will be available in the Cloud Native Playground and any your other Meshery deployments, too.
32
+
- No, all of the designs that you have created in the hosted playground are saved to your user account and will be available to you each time that you sign into your account. Your designs will be available in the hosted playground and any your other Meshery deployments, too.
33
33
- In other words, all work done in Kanvas Designer is persisted to your user account.
34
34
`,
35
35
},
36
36
{
37
37
question:
38
-
"Will I lose my Meshery deployments in the Cloud Native Playground?",
38
+
"Will I lose my Meshery deployments in a hosted playground?",
39
39
category: "Meshery Playground",
40
40
answer: `
41
-
- Yes, the Cloud Native Playground clusters are reset on a daily basis. However, only deployments (not designs) that you may have created will be lost.
41
+
- Yes, the hosted playground clusters are reset on a daily basis. However, only deployments (not designs) that you may have created will be lost.
42
42
- In other words, only Kanvas Visualizer is reset. All of your work in Meshery UI and Kanvas Designer will remain in your user account.
43
43
`,
44
44
},
@@ -51,19 +51,19 @@ const data = {
51
51
// `,
52
52
// },
53
53
// {
54
-
// question: "What is the difference between the Cloud Native Playground and Kanvas?",
54
+
// question: "What is the difference between a hosted playground and Kanvas?",
55
55
// category: "Meshery Playground",
56
56
// answer: [
57
-
// "The Cloud Native Playground (aka Meshery Playground) is a managed instance of Meshery that offers a sandbox environment in which half of Kanvas functionality is enabled (Designer mode) and the other half of Kanvas functionality is disabled (Visualizer mode).",
57
+
// "a hosted playground (aka Meshery Playground) is a managed instance of Meshery that offers a sandbox environment in which half of Kanvas functionality is enabled (Designer mode) and the other half of Kanvas functionality is disabled (Visualizer mode).",
58
58
// "The sandbox environment is not connected to an active Kuberentes cluster, and as such, depending upon which Meshery Playgrouns environment you use specific actions within Kanvas Designer are also disabled. Meshery and Kanvas are feature-rich, sophisticated management applications for cloud native infrastructure. To access their full set of capabilities, simply deploy your own copy of Meshery into the environment of your choosing.",
59
59
// ],
60
60
// },
61
61
{
62
62
question:
63
-
"Are designs that I create in the Cloud Native Playground saved or will I lose any work that I do in the playground?",
63
+
"Are designs that I create in a hosted playground saved or will I lose any work that I do in the playground?",
64
64
category: "Meshery Playground",
65
65
answer: `
66
-
- Yes, all of the designs that you have created in the Cloud Native Playground are saved to your user account and will be available to you each time that you return to the Playground. The designs will also be available in your other Meshery deployments.
66
+
- Yes, all of the designs that you have created in a hosted playground are saved to your user account and will be available to you each time that you return to the Playground. The designs will also be available in your other Meshery deployments.
67
67
`,
68
68
},
69
69
// {
@@ -78,7 +78,7 @@ const data = {
78
78
// },
79
79
{
80
80
question:
81
-
"When I add my Kubernetes cluster to the Cloud Native Playground will it be available to all other users? Can other people access my cluster?",
81
+
"When I add my Kubernetes cluster to a hosted playground will it be available to all other users? Can other people access my cluster?",
82
82
category: "Meshery Playground",
83
83
answer: `
84
84
No, they can't, unless you explicitly allow them to do so. It's important to understand the following controls and system behavior:
0 commit comments