-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathindex.js
More file actions
544 lines (523 loc) · 30.3 KB
/
index.js
File metadata and controls
544 lines (523 loc) · 30.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
const data = {
faqs: [
//
// MESHERY
//
{
question: "Why use Meshery?",
category: "Meshery",
subcategory: "General",
answer: [
"As a self-service engineering platform, Meshery enables collaborative design and operation of cloud and cloud native infrastructure.",
"Meshery is an open source, highly extensible, vendor neutral project, created for the world of AI and remote knowledge workers.",
],
link: "/cloud-native-management/meshery/operating-cloud-native-infra",
linktext: "Operating cloud native infrastructure",
},
{
question:
"I am already operating Kubernetes clusters. Can I use Meshery?",
category: "Meshery",
subcategory: "General",
answer: [
"Yes, as a management plane, Meshery provides value in a number of ways post-adoption Kubernetes. For example, Meshery analyzes your deployments in evaluation of cloud native best practices and patterns, highlighting where you might be deviating.","Meshery performs deep discovery of your environment and currently running applications and infrastructure.",
],
link: "/cloud-native-management/meshery",
linktext: "Meshery",
},
{
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: `What is the difference between Kanvas and the Cloud Native Playground?`,
category: "Meshery",
subcategory: "Playground",
answer: [
"The Cloud Native Playground (aka Meshery Playground) is a managed instance of Meshery that offers a sandbox environment in which half of Kanvas<sup>BETA</sup> functionality is enabled (Designer mode) and the other half of Kanvas<sup>BETA</sup> functionality is disabled (Visualizer mode).",
"The sandbox environment is not connected to an active Kuberentes cluster, and as such, 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.",
],
},
{
question: "Are designs that I create in the Meshery Playground saved or will I look any work that I do in the playground?",
category: "Meshery",
subcategory: "Playground",
answer: [
"All of the designs that you have created in the Meshery 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.",
],
},
{
question: "Can I deploy Meshery and its integrations on-premises?",
category: "Meshery",
subcategory: "Deployment",
link: "https://docs.meshery.io/installation/quick-start",
linktext: "Quick Start Guide",
answer: [
"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: "Can I deploy Meshery on-premises?",
category: "Meshery",
answer: [
"Yes, Meshery can be deployed on-premises in minutes using the installation method of your choice.",
// "With a small number of manual steps, air-gapped deployments to run Meshery without internet access is also supported.",
],
},
//
// LAYER5
//
// LAYER5 CLOUD
{
question: "Where is Layer5 Cloud hosted; where is my data stored?",
category: "Layer5 Cloud",
subcategory: "Privacy",
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/sub-processors",
linktext: "Sub-Processors policy"
},
{
question: "What data is collection about me, how is it used and how long is it retained?",
category: "Layer5 Cloud",
subcategory: "Privacy",
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/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 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
{
question: "Are Layer5's solutions open source?",
category: "Layer5",
subcategory: "Community",
answer: [
"Yes, all of Layer5's projects are licensed under Apache v2.",
"Layer5 also offers extensions to the Meshery project in which Enterprise-grade functionality is commercially offered and supported.",
],
},
{
question: "As a member of one of Layer5's GitHub organizations, What is expected of me?",
category: "Layer5",
subcategory: "Community",
answer: [
"As a member of one of Layer5's GitHub organizations, your user account is entitled with triage level permissions across all repositories in the org. You are expected to engage where the topic strikes your interest, triaging (assigning, clarifying, labeling, qualifying) any issue you feel comfortable doing so. You are encouraged to review any open pull request and offer feedback to or ask questions to the author.",
"Layer5 has a number of GitHub organziations in which it's projects are advanced. See the repository overview below."
],
link: "/community/handbook/repository-overview",
linktext: "Layer5 Repository Overview",
},
{
question: "As a community member, what can I expect from Layer5? What does Layer5 expect of me?",
category: "Layer5",
subcategory: "Community",
answer: ["The Layer5 community expects you to get as much or more out of your time than you give to the projects. We expect earnest effort from its contributors. What “earnest effort” means is different for each community member as all have different circumstances. Suffice to say, the more you put into your efforts, the greater your reward will be. Most community contributors stay with the project for many months, if not indefinitely. Length of involvement is entirely up to the individual community member. You can expect to be challenged, to be assisted, to learn, to be recognized for your effort and to have your contributions appreciated.",
"As a member of the Layer5 community, you are expected to be a good representative of Layer5's cultures and values of helping fellow members and paying it forward as we all learn together. You are expected to offer your ideas and skills to help advance our community and its projects. You are expected to share your experiences with others, to be curious, to be helpful, to ask questions, to challenge others and to be challenged yourself, to spread the word about what we collectively do here, to invite new members, to learn, to share, to make friends, to build a network, to write blog posts, to tweet, to become maintainers, to become MeshMates, to earn an internship, to get hired by Layer5 - - any and all of these things.",
],
link: "https://layer5.io/community/meshmates",
linktext: "Reach out to a MeshMate to find out more",
},
{
question: "I see works of other contributors being highlighted. Will my contributions be highlighted, too?",
category: "Layer5",
subcategory: "Community",
answer: ["We might not get to everyone, but we try to elevate the works of all of our contributors. All of our community members are proud of their work and so are we! We want their work and names to be recognized across our collective technology industry. Make sure that you follow and engage with the Twitter, YouTube, and LinkedIn accounts."
],
link: "https://x.com/layer5",
linktext: "Layer5 on X",
},
{
question: "I am not a coder. Can I contribute, too?",
category: "Layer5",
subcategory: "Community",
answer: ["Yes! Some community members join to code open source projects, others jump in to put those projects to use, some are here to help cultivate and steward our community, while others are here just to hangout and absorb. All members are most welcome. Make sure that you introduce yourself in the Layer5 Slack and let other community members get acquainted with you and vice-versa."
],
link: "https://layer5.io/blog/open-source/ways-to-contribute-at-layer5",
linktext: "Ways to Contribute at Layer5",
},
//
// INTEGRATIONS
//
{
question: "Is Meshery extensible?",
category: "Meshery",
subcategory: "Integrations",
answer: [
"Yes, Meshery is not just an application. Meshery is an extensible platform. Customize Meshery using any of its purpose-built extension points.", "It is a set of microservices where the central component is itself called Meshery. Integrators may extend Meshery by taking advantage of designated Extension Points. Extension points come in various forms and are available through Meshery’s architecture.",
],
link: "https://docs.meshery.io/extensibility",
linktext: "Learn about Meshery's extensibility",
},
{
question: "How can I request a new integration?",
category: "Meshery",
subcategory: "Integrations",
link: "https://layer5.io/company/contact",
linktext: "Contact Us",
answer: [
"Become a Layer5 partner or simply submit an integration proposal.",
],
},
{
question: "How does Meshery infuse GitOps practices into cloud native managemement?",
category: "Meshery",
subcategory: "Integrations",
link: "https://layer5.io/cloud-native-management/meshery",
linktext: "Run Meshery",
answer: [
"Multiple Meshery GitHub Actions help you integrate your Kubernetes operations and configuration management into a versioned, pipelined, declarative workflow. These GitHub Actions apply conformance to cloud native standards and performance management gates into your pipelines.",
"Meshery connects your GitHub repositories and imports your Kubernetes manifests, your Helm Charts, and your Docker Compose applications for visualization and configuration management using Meshery's advanced feature set."
],
},
//
// KANVAS
//
{
question: "Is Kanvas cloud or a self-hosted solution?",
category: "Kanvas",
subcategory: "Deployment",
link: "https://layer5.io/cloud-native-management/kanvas",
linktext: "Learn More",
answer: [
"Yes, Kanvas is available both as a hosted solution and is also deployable on-premises as a self-hosted solution.",
"Kanvas can be self-hosted to keep your designs and applications internal to your premises. You can also choose to have Kanvas hosted as SaaS solution offered by Layer5.",
"Whether self-hosted or hosted by Layer5, we are here to support you."
]
},
// {
// question: "What is Kanvas early access program?",
// category: "Kanvas",
// subcategory: "Getting Started",
// link: "https://layer5.io/cloud-native-management/kanvas",
// linktext: "Kanvas Beta",
// answer: [
// "Kanvas is cloud native collaboration tool for managing your infrastructure and applications. Kanvas has two modes: Visualizer for operating your actively running Kubernetes clusters and Designer for configuring your Kubernetes clusters and creating your creating your application deployments.",
// "Kanvas is in beta mode and you can ask for early access to try it out.",
// ]
// },
// {
// question: "Can I deploy Meshery and its integrations on-premises?",
// category: "Meshery",
// link: "https://docs.meshery.io/installation/quick-start",
// linktext: "Quick Start Guide",
// answer: [
// "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: "How can I try out Kanvas?",
category: "Kanvas",
subcategory: "Getting Started",
link: "https://www.kanvas.new",
linktext: "Open kanvas.new",
answer: [
"Kanvas is available in beta today. Visit https://www.kanvas.new to use it.",
"Kanvas is cloud native collaboration tool for managing your infrastructure and applications. Kanvas has two modes: Visualizer for operating your actively running Kubernetes clusters and Designer for configuring your Kubernetes clusters and creating your creating your application deployments.",
],
},
//
// PRICING
//
{
question: "Can I upgrade my current plan or my Enterprise add-ons?",
category: "Pricing",
subcategory: "Plans",
answer: [
"Yes, upgrade at anytime."
],
linktext: "See upgrade options for my current plan",
link: "https://cloud.layer5.io/account/plans"
},
{
question: "Can I add my current plan or my Enterprise add-ons?",
category: "Pricing",
subcategory: "Plans",
answer: [
"Add new packages at any time.",
"You might choose to add another package when your monthly active learner count is consistently over your existing package size."
]
},
{
question: "Do I need to enter my credit card details to subscribe to the free plan?",
category: "Pricing",
subcategory: "Plans",
answer: [
"No. The Free plan does not require a credit card. It is free and will forever be free.",
"A credit card is required only if you want to upgrade to a more fully-featured plan.",
],
},
{
question: "What is the refund policy?",
category: "Pricing",
subcategory: "Plans",
answer: [
"We totally get that plans can change, and we're here to make things as straight-forward as possible. At Layer5, we have a no-refund policy for all our subscription plans. That means once your payment goes through, it's non-refundable, even if you haven't used much of the time left in your billing cycle. This helps us keep delivering awesome access to our cloud native tools, collaborative features, performance testing, multi-cloud setups, and all the learning goodies in Layer5 Academy and Kanvas.",
"If you're ready to cancel, no worries — just head to your account settings to cancel anytime. That'll stop any future renewals and charges, but you'll still enjoy full access until your current period ends. We're all about helping you explore first, so feel free to try our Free Forever plan to dip your toes in with things like built-in models, community support, and basic testing before going paid.",
],
},
{
question: "Can I start with Free and upgrade later?",
category: "Pricing",
subcategory: "Plans",
answer: [
"Yes! You are more than welcome to try the Free version.",
"If you and your team want to collaborate or need more advanced capabilities, then try the Enterprise Edition. To upgrade to Enterprise, please get in touch with us."
],
},
{
question: "What happens if I accidentally don't renew or forget to renew my subscription?",
category: "Pricing",
subcategory: "Plans",
answer: [
"Your account will automatically transition to the Free plan. Layer5 Cloud and Kanvas will continue to operate under the Free tier features and usage limits.",
"While your account will no longer be entitled to the features offered a paid plan, rest assured that your historical data will continue to be available to you.",
"Renew your subscription to have higher-level plan features reenabled at any time."
],
},
{
question: "Are there other pricing options?",
category: "Pricing",
subcategory: "Plans",
answer: [
"Both annual and monthly plans are available. Some plans have add-ons available.",
"If your level of use warrants custom pricing, let's talk adjust as needed."
],
link: "mailto:sales@layer5.io",
linktext: "Contact Sales",
},
{
question: "Do you have special pricing for open source / non-profit projects?",
category: "Pricing",
subcategory: "Plans",
answer: [
"Yes, we offer significant discounts for open source projects. Visit open source pricing page and sign up with details of your open source project to apply for discount.",
],
linktext: "Open source pricing",
link: "/pricing/open-source-program"
},
//
// Pricing: Academy
//
{
question: "What is the pricing structure of this add-on?",
category: "Pricing",
subcategory: "Academy",
answer: [
"Layer5 Academy is available as an add-on to your Enterprise subscription, priced based on number of active learners.",
"Academy functionality is conveniently divided into two offerings: theoretical learning (learning paths, certifications, challenges) and practical learning (hands-on labs in Kanvas).",
]
},
{
question: "What is an \"active\" learner?",
category: "Pricing",
subcategory: "Academy",
answer: [
"An active learner is any user who has logged into the platform in a given month whether they are currently enrolled in a course or not. Only active learners count towards your package total. Only active learners are billable.",
"A learner is any user who at any point accepted an invitation to join your Academy. Learners may or may not have registered for (enrolled in) any of your Academy's offerings.",
"An enrolled learner is a user who is currently registered for an offering in your Academy's catalog of curricula. Enrolled learners not are always active learners as students may enroll in a course but not log in during a given month.",
]
},
{
question: "Can I add more learners than my selected package allows?",
category: "Pricing",
subcategory: "Academy",
answer: [
"Yes, whether you are currently subscribed under a monthly plan or a yearly plan, you can exceed your pre-selected package size without foreplanning.",
"At the end of the month, any additional learners beyond your package size are charged at the same per-learner rate.",
"For example, if you are on the 500-learner package and end the month with 510 active learners, you will be charged for your base 500 learners plus the cost of 10 additional learners.",
]
},
{
question: "What happens if number of active learners remains under my pre-selected plan size, say 2,500?",
category: "Pricing",
subcategory: "Academy",
answer: [
"You are simply billed for the number of learners under your selected plan size at the end of the month; e.g. 2,500 multiplied by the per-learner price in your subscription plan.",
]
},
{
question: "How are active learners calculated?",
category: "Pricing",
subcategory: "Academy",
answer: [
"Active learners are determined as the higher of your active learners or your plan's quota. For example, on the 500 learner plan, even if you have only 450 active learners, you will still be billed according to your plan size of 500 learners.",
"Active learners are calculated at the end of each monthly billing cycle. For example, if you are subscribed to the 1,000 learner plan, have 900 active learners on the 1st of the month, 450 active learners on the 11th of the month, and 1,025 active learners on the 17th of the month, you will be billed for 1,025 active learners (1,025 times the per learner price in your subscription plan) as that is your highest count of active learners during the month.",
]
},
{
question: "Are learners who have withdrawn or who have completed offerings counted against my package total?",
category: "Pricing",
subcategory: "Academy",
answer: [
"No. Only users who are actively registered and have not yet completed or withdrawn from a course are counted as active users.",
]
},
{
question: "Can I upgrade to a larger learner package?",
category: "Pricing",
subcategory: "Academy",
answer: [
"Yes, upgrade at anytime.",
"Upgraded pricing takes immediate effect with the remainder of your billing cycle prorated at your new, lower per learner rate."
],
linktext: "See upgrade options for my current plan",
link: "https://cloud.layer5.io/account/plans"
},
//
// BILLING
//
{
question: "What payment methods do you support?",
category: "Billing",
subcategory: "Payments",
answer: [
"You can pay for Layer5 Team and Enterprise with a credit card or debit card. If you pay by credit card, billing receipts are available to Administrators for previous months under Billing History. For copies of your invoice, email Layer5 billing.",
"Layer5 also offers invoicing (ACH or wire). If you pay by ACH or wire, invoices are emailed to the billing email addresses near the 10th business day of each month. If you need an additional copy, email Layer5 billing. Details on where to remit payment can be found on the invoice. To change your payment method, contact your Customer Success Manager."
],
linktext: "Contact Layer5 Billing",
link: "mailto:support@layer5.io"
},
{
question: "When does the billing cycle start and stop?",
category: "Billing",
subcategory: "Billing Cycle",
answer: [
"The billing cycle begins the first day of the subscription period.",
"Layer5 meters the count of active users and systems under management on a daily basis. The billable count of users and elements under management is calculated at the end of the month using the maximum count (high water mark) of the lower 99 percent of usage for those days.",
"Layer5 excludes the top 1% to reduce the impact of spikes in usage on your bill. The billable count of active users and elements under management is based on the average number of elements for the month. See your Usage in Layer5 Cloud. Billing pages are only accessible to users with the Org Billing Admin role.",
],
},
{
question: "How do I view and manage my subscription?",
category: "Billing",
subcategory: "Account Management",
answer: [
"You can view your account's subscription, your other paid features and products, and your next billing date in your account's billing settings",
],
link: "https://cloud.layer5.io/account/subscriptions",
linktext: "Manage Subscriptions",
},
{
question: "What happens if payment fails?",
category: "Billing",
subcategory: "Payments",
answer: [
"After an initial failed payment, we apply a 14 day grace period on your account and attempt to process a payment each week. After three failed payments, paid features are locked.",
],
},
{
question: "How can I unlock my account after several failed transactions?",
category: "Billing",
subcategory: "Payments",
answer: [
"You can unlock the paid features on your account and trigger a new payment attempt by updating the payment method on your account. To learn more about how to manage your payments, visit the Billing section of your Layer5 Cloud account.",
],
},
{
question: "What about refunds for yearly subscriptions if I cancel early?",
category: "Billing",
subcategory: "Account Management",
answer: [
"Great question, and we're happy to clarify! For yearly subscriptions (which often come at a nice discount compared to monthly billing), we stick to the same no-refund policy. You'll have full-year access to all the cool stuff, including advanced service mesh courses, hands-on labs, multi-cluster management, and enterprise features. ",
"If you cancel early, it just prevents the auto-renewal for the next billing cycle and you'll keep using everything until your paid term wraps up—no refunds for the remaining months. We designed it this way to support our ongoing platform improvements. If you're unsure, the Free Forever plan is a low-pressure way to check out the basics first!",
],
},
//
// CAREERS / INTERNSHIPS
//
{
question: "How do I land an internship with Layer5?",
category: "Careers",
subcategory: "Internships",
answer: [
"To best position your candidacy for an internship with Layer5, engage in the community and its projects. Start contributing and keep contributing. Community members who consistently contribute are the first individuals to be awarded internships when new internship opportunities open up - particularly members who are making significantly impactful contributions.",
"Understand that internships are assigned as a recognition of work that you are already performing. They are not assigned in the hopes of you becoming a good contributor, but are awarded to support and reinforce efforts that you are already giving. Engage and make an impact on an area of a project. Show your passion for helping move the project forward, willingness to work hard, and capacity to learn.",
"Recognize that there are many hundreds of contributors and relatively few maintainers and MeshMates. If you don't get an immediate response, don't lose heart. Be tenacious and find a piece of one of the projects to be engaged with and advance.",
],
link: "/community/meshmates",
linktext: "Engage a MeshMate",
},
{
question: "How often does Layer5 offer internships?",
category: "Careers",
subcategory: "Internships",
answer: [
"Continuously. Layer5 has internships starting and stopping frequently. Some internships rigidly start and stop on particular dates, while other internships offered start as a batch of candidates show collective readiness. We work with individuals to align the timings of the internship with other activities in their life.",
],
link: "https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+label%3A%22help+wanted%22+%28org%3Alayer5io+OR+org%3Ameshery+OR+user%3Aservice-mesh-patterns+OR+user%3Aservice-mesh-performance%29",
linktext: 'Grab a "Help Wanted" Issue',
},
{
question: "What are characteristics of successful interns?",
category: "Careers",
subcategory: "Internships",
answer: [
"Interns that thrive at Layer5 are those that espouse the Layer5 culture of paying it forward. These interns freely help other contributors, understanding that 1) they learn as they teach and assist others, 2) their projects are furthered with more contributors engage, and 3) any contributors path to maintainership is one of enabling others.",
"Successful interns steward projects naturally as they become a resource to other contributors. These interns frequently become component and/or core maintainers.",
"Successful interns internalize the fact that the real value of engaging and contributing to projects is the experience gained. They understand that the experience is theirs for the taking and that project maintainers and Layer5 employees want you to seize the opportunity. We consider your success our success and embrace the concept that your meaningful engagement is to all our benefits.",
],
link: "/blog/tag/community",
linktext: "Hear from other interns",
},
{
question: "What are accomplishments of successful interns?",
category: "Careers",
subcategory: "Internships",
answer: [
"Many Layer5 interns speak at large, public technology conferences like KubeCon, DockerCon, and so on. They write blog posts and share about their experience and learnings on social media. They engage with their whole self.",
"Many interns become open source maintainers, and have ongoing responsibility to steward Layer5 and CNCF projects.",
],
},
{
question: "Are internships offered based on previous experiences or projects?",
category: "Careers",
subcategory: "Internships",
answer: [
"Internships are offered based on our commitment to supporting individuals who make a meaningful impact in the community and on our projects. While experience in other projects is wonderful and can be helpful as individuals strive to contribute meaningfully here, it is not a determining factor in whether or not an internship is appropriate to award. The metric we use is whether the individual demonstrates a sustained and positive impact on the projects we steward. We extend support to anyone who achieves this, often in the form of an internship if it proves beneficial to the individual.",
],
},
{
question: "Is Layer5 hiring?",
category: "Careers",
subcategory: "Full-time",
answer: [
"Nearly perpetually, yes.",
"In support of individuals making an impact in our open source projects, we hire individuals directly from our community."
],
link: "/careers",
linktext: "See open roles"
},
// {
// question: "Is Layer5 hiring?",
// category: "Careers",
// category: "Full-time",
// answer: [
// "Nearly perpetually, yes.",
// "In support of individuals making an impact in our open source projects, we hire individuals directly from our community."
// ],
// },
//
// OTHER
//
],
};
export default data;