Skip to content

Commit d2cbbd1

Browse files
author
Vivek Vishal
authored
Merge pull request #6434 from layer5io/vishalvivekm-patch-3
chore
2 parents 18ecb22 + 5c122be commit d2cbbd1

1 file changed

Lines changed: 0 additions & 108 deletions

File tree

src/assets/data/faq/index.js

Lines changed: 0 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -320,114 +320,6 @@ const data = {
320320
],
321321
},
322322

323-
//
324-
// SERVICE MESH
325-
//
326-
327-
{
328-
question: "What value does a service mesh provide?",
329-
category: "Service Mesh",
330-
answer: [
331-
"Service meshes provide visibility, resiliency, traffic, and security control of distributed application services. Much value is promised here, particularly to the extent that much is given without the need to change your application code.",
332-
],
333-
link: "",
334-
linktext: "",
335-
},
336-
// {
337-
// question: "What is the difference between a service mesh management, control, and data plane?",
338-
// category: "Service Mesh",
339-
// answer: "",
340-
// answer_2: "",
341-
// answer_3: "",
342-
// answer_4: "",
343-
// answer_5: "",
344-
// link: "/blog/service-mesh-planes",
345-
// linktext: "Blog: Understanding Service Mesh Planes",
346-
// },
347-
{
348-
question:
349-
"What if I deploy one service mesh, like Istio, then need to switch to another service mesh?",
350-
category: "Service Mesh",
351-
answer: [
352-
"Use of Meshery and the Service Mesh Interface specification help avoid switching costs between service meshes.",
353-
"The goal of Service Mesh Interface specifications are to provide an abstract, unified method of interacting with a service mesh.",
354-
"See if your service mesh adheres to SMI specifications at the link below.",
355-
],
356-
link: "/projects/service-mesh-interface-conformance",
357-
linktext: "Service Mesh Interface",
358-
},
359-
{
360-
question: "What are service mesh standards and why do they matter?",
361-
category: "Service Mesh",
362-
answer: [
363-
"Three service mesh abstractions have arisen given the high number of service meshes available (see the Service Mesh Landscape)",
364-
"Servcie Mesh Performance (SMP) - A standard for capturing and characterizing service mesh performance.",
365-
"Service Mesh Interface (SMI) - A standard interface for using common service mesh functionality on Kubernetes.",
366-
"Multi-Vendor Service Mesh Interoperation (Hamlet) - A set of API standards for enabling service mesh federation.",
367-
],
368-
link: "https://calcotestudios.com/talks/decks/slides-open-infrastructure-summit-2020-its-a-multi-mesh-world.html",
369-
linktext: "See Open Infrastructure Summit Presentation",
370-
},
371-
{
372-
question: "How does a service mesh help me? in my role?",
373-
category: "Service Mesh",
374-
answer: [
375-
"Operators don’t necessarily need to involve Developers to change how many times a service should retry before timing out or to run experiments (known as chaos engineering). They are empowered to affect service behavior independently.",
376-
"Customer Success (support) teams can handle the revocation of client access without involving Operators.",
377-
"Product Owners can use quota management to enforce price plan limitations for quantity-based consumption of particular services.",
378-
"Developers can redirect their internal stakeholders to a canary with beta functionality without involving Operators.",
379-
"Security Engineers can declaratively define authentication and authorization policies, enforced by the service mesh.",
380-
"Network Engineers are empowered with an extraordinarily high degree of application-level control formerly simply unavailable to them.",
381-
],
382-
link: "",
383-
linktext: "",
384-
},
385-
// {
386-
// question: "Why do I need a service mesh?",
387-
// category: "Service Mesh",
388-
// answer: "",
389-
// answer_2: "",
390-
// answer_3: "",
391-
// answer_4: "",
392-
// answer_5: "",
393-
// link: "",
394-
// linktext: "",
395-
// },
396-
// {
397-
// question: "Which service mesh is right for me?",
398-
// category: "Service Mesh",
399-
// answer: "",
400-
// answer_2: "",
401-
// answer_3: "",
402-
// answer_4: "",
403-
// answer_5: "",
404-
// link: "/service-mesh-landscape",
405-
// linktext: "Service Mesh Landscape",
406-
// },
407-
// {
408-
// question: "What is a service mesh?",
409-
// category: "Service Mesh",
410-
// answer: [
411-
// "Service meshes provide intent-based networking for microservices describing desired behavior of the network in the face of constantly changing conditions and network topology. At their core, service meshes provide:",
412-
// "A services-first network; A developer-driven network;",
413-
// "A network that is primarily concerned with alleviating application developers from building infrastructure concerns into their application code; A network that empowers operators with the ability to declaratively define network behavior, node identity, and traffic flow through policy;",
414-
// "A network that enables service owners to control application logic without engaging developers to change its code.",
415-
// "Value derived from the layer of tooling that service meshes provide is most evident in the land of microservices. The more services, the more value derived from the mesh. In subsequent chapters, I show how service meshes provide value outside of the use of microservices and containers and help modernize existing services (running on virtual or bare metal servers) as well.",
416-
// ],
417-
// link: "",
418-
// linktext: "",
419-
// },
420-
{
421-
question: "When should I adopt a service mesh?",
422-
category: "Service Mesh",
423-
answer: [
424-
"There are many service meshes to choose from as well as a variety of deployment models. Which is right for you and your organization depends on where you are in your maturity curve (Cloud Native skill set), number of services, underlying infrastructure, and how centric technology is to your business. ",
425-
"So, should you deploy a service mesh? More and more the answer is “yes”. Service meshes are quickly becoming a ubiquitous layer in modern infrastructures.",
426-
],
427-
link: "/deploy-service-mesh",
428-
linktext: "Factors When considering how strongly you need a service mesh",
429-
},
430-
431323
//
432324
// CAREERS / INTERNSHIPS
433325
//

0 commit comments

Comments
 (0)