From 60590e1b667a64e8708b2f66242790dd3bfbb2c5 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Tue, 5 Nov 2024 13:00:48 -0600 Subject: [PATCH 1/2] Blog: kanvas catalog Signed-off-by: Lee Calcote --- .../11-05-what-is-the-kanvas-catalog/post.mdx | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 src/collections/blog/2024/11-05-what-is-the-kanvas-catalog/post.mdx diff --git a/src/collections/blog/2024/11-05-what-is-the-kanvas-catalog/post.mdx b/src/collections/blog/2024/11-05-what-is-the-kanvas-catalog/post.mdx new file mode 100644 index 000000000000..a766cb6b883c --- /dev/null +++ b/src/collections/blog/2024/11-05-what-is-the-kanvas-catalog/post.mdx @@ -0,0 +1,41 @@ +--- +title: "What is the Kanvas Catalog?" +subtitle: "Ready-to-go templates for cloud and cloud native infrastructure" +date: 2024-11-05 +author: Layer5 Team +thumbnail: ../../../../assets/images/docker-extension/docker-extension-meshery-logo.webp +darkthumbnail: ../../../../assets/images/docker-extension/docker-extension-meshery-logo.webp +description: "A comprehensive guide to the Kanvas Catalog, a collection of curated, pre-built, and ready-to-use cloud and cloud native infrastructure configurations." +type: Blog +category: Kanvas +tags: + - Catalog +featured: false +published: true +resource: true +--- + +import { BlogWrapper } from "../../Blog.style.js"; +import { Link } from "gatsby"; +import { BlockquoteAlt } from "../../../../reusecore/Blockquote/Blockquote-alt-style"; +import { Catalog } from "../../../../assets/images/catalog-icon/catalog" + + +### What is the Kanvas Catalog? +Think of it as a hub for sharing and discovering best practices, reusable templates, and operational patterns for Kubernetes and cloud-native infrastructure. It's like a marketplace where you can find and contribute pre-built configurations designed for various use cases. + + + +### What can you find in the Catalog? +- Design Patterns: Ready-made blueprints for common infrastructure and application architectures. These patterns can save you significant time and effort in designing your deployments. +- Filters and Applications: Pre-configured filters for Envoy proxies, WebAssembly filters, and complete application deployments. +- Meshery Designs: Share and reuse your own Meshery configurations, making it easier to collaborate and standardize your deployments. +- Meshery Models: Share and reuse your own Meshery models, making it easier to collaborate and standardize your component library. + +#### Why is the Catalog useful? +-Accelerated Development: Leverage existing patterns to jumpstart your projects and avoid reinventing the wheel. +- Community Knowledge: Benefit from the collective experience of the Layer5 community and industry best practices. +- Standardization: Promote consistency and reduce errors by using predefined configurations. +- Collaboration: Share your own designs and contribute to the growing collection of patterns. + + \ No newline at end of file From 1da04ff4aae810e4828e8b5ac37d86259e620891 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Tue, 5 Nov 2024 13:16:23 -0600 Subject: [PATCH 2/2] Update Kanvas Catalog blog post with new thumbnails and content adjustments Signed-off-by: Lee Calcote --- .../blog/2024/11-05-what-is-the-kanvas-catalog/post.mdx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/collections/blog/2024/11-05-what-is-the-kanvas-catalog/post.mdx b/src/collections/blog/2024/11-05-what-is-the-kanvas-catalog/post.mdx index a766cb6b883c..8094f2dbfd77 100644 --- a/src/collections/blog/2024/11-05-what-is-the-kanvas-catalog/post.mdx +++ b/src/collections/blog/2024/11-05-what-is-the-kanvas-catalog/post.mdx @@ -3,8 +3,8 @@ title: "What is the Kanvas Catalog?" subtitle: "Ready-to-go templates for cloud and cloud native infrastructure" date: 2024-11-05 author: Layer5 Team -thumbnail: ../../../../assets/images/docker-extension/docker-extension-meshery-logo.webp -darkthumbnail: ../../../../assets/images/docker-extension/docker-extension-meshery-logo.webp +thumbnail: ../../../../assets/images/catalog-icon/catalog2.svg +darkthumbnail: ../../../../assets/images/catalog-icon/catalog.svg description: "A comprehensive guide to the Kanvas Catalog, a collection of curated, pre-built, and ready-to-use cloud and cloud native infrastructure configurations." type: Blog category: Kanvas @@ -18,13 +18,11 @@ resource: true import { BlogWrapper } from "../../Blog.style.js"; import { Link } from "gatsby"; import { BlockquoteAlt } from "../../../../reusecore/Blockquote/Blockquote-alt-style"; -import { Catalog } from "../../../../assets/images/catalog-icon/catalog" ### What is the Kanvas Catalog? Think of it as a hub for sharing and discovering best practices, reusable templates, and operational patterns for Kubernetes and cloud-native infrastructure. It's like a marketplace where you can find and contribute pre-built configurations designed for various use cases. - ### What can you find in the Catalog? - Design Patterns: Ready-made blueprints for common infrastructure and application architectures. These patterns can save you significant time and effort in designing your deployments. @@ -33,7 +31,7 @@ Think of it as a hub for sharing and discovering best practices, reusable templa - Meshery Models: Share and reuse your own Meshery models, making it easier to collaborate and standardize your component library. #### Why is the Catalog useful? --Accelerated Development: Leverage existing patterns to jumpstart your projects and avoid reinventing the wheel. +- Accelerated Development: Leverage existing patterns to jumpstart your projects and avoid reinventing the wheel. - Community Knowledge: Benefit from the collective experience of the Layer5 community and industry best practices. - Standardization: Promote consistency and reduce errors by using predefined configurations. - Collaboration: Share your own designs and contribute to the growing collection of patterns.