diff --git a/src/collections/blog/2023/2023-08-12-introduction-to-layer5-resources/index.mdx b/src/collections/blog/2023/2023-08-12-introduction-to-layer5-resources/index.mdx index e94ba1fa8a91..5085ac3899fb 100644 --- a/src/collections/blog/2023/2023-08-12-introduction-to-layer5-resources/index.mdx +++ b/src/collections/blog/2023/2023-08-12-introduction-to-layer5-resources/index.mdx @@ -2,7 +2,7 @@ title: "Introduction to Layer5 Learning Resources" subtitle: Discover Learning Paths of Layer5 date: 2023-08-12 05:23:00 -0530 -author: Layer5 Team +author: Hiren Timbadiya thumbnail: ./blog-title.svg darkthumbnail: ./blog-title.svg type: Blog @@ -17,6 +17,8 @@ published: true import { BlogWrapper } from "../../Blog.style.js"; import { Link } from "gatsby"; +import pathDark from "./path-dark.png"; +import pathLight from "./path-light.png";

If you're seeking an introduction to the world of service meshes and how to create and maintain applications using them, this article is for you.

@@ -33,12 +35,14 @@ import { Link } from "gatsby";

The Layer5 community believes that the growth of an individual user and contributor will impact the community’s development. Hence, these courses are all carefully selected to help you learn service mesh the right way from experts on service meshes in Layer5. This Learning Path/Certification course, in addition to the available mesh training resources, is designed to take a developer from a novice in service mesh to an advanced service mesh Practitioner.

-

Learning Paths Architecture

- - -
This learning path or Certification project is still in its earliest phases, and so currently, only one learning path is currently available: Mastering Service Meshes For Developers. -It comprises two courses in length; an introduction to Service Meshes and an introduction to the advanced concepts of Service Meshes , with ~8 chapters per course. The courses in this learning path focus on the fundamentals of service meshes and use Meshery as the management plane in managing the service meshes. You will discover eight to nine streamlined chapters in each course that will assist developers with installing Meshery, deploying apps, and maintaining service meshes using Meshery.
+
+ learning path architechture +

Learning Paths Architecture

+
This learning path or Certification project is still in its earliest phases, and so currently, only one learning path is currently available: Mastering Service Meshes For Developers. + It comprises two courses in length; an introduction to Service Meshes and an introduction to the advanced concepts of Service Meshes , with ~8 chapters per course. The courses in this learning path focus on the fundamentals of service meshes and use Meshery as the management plane in managing the service meshes. You will discover eight to nine streamlined chapters in each course that will assist developers with installing Meshery, deploying apps, and maintaining service meshes using Meshery. +
+

Service Mesh Supported

diff --git a/src/collections/blog/2023/2023-08-12-introduction-to-layer5-resources/path-dark.png b/src/collections/blog/2023/2023-08-12-introduction-to-layer5-resources/path-dark.png new file mode 100644 index 000000000000..d4cf08090314 Binary files /dev/null and b/src/collections/blog/2023/2023-08-12-introduction-to-layer5-resources/path-dark.png differ diff --git a/src/collections/blog/2023/2023-08-12-introduction-to-layer5-resources/path-light.png b/src/collections/blog/2023/2023-08-12-introduction-to-layer5-resources/path-light.png new file mode 100644 index 000000000000..a3c40f274bbc Binary files /dev/null and b/src/collections/blog/2023/2023-08-12-introduction-to-layer5-resources/path-light.png differ