Skip to content

Commit 60590e1

Browse files
committed
Blog: kanvas catalog
Signed-off-by: Lee Calcote <[email protected]>
1 parent b78a103 commit 60590e1

File tree

1 file changed

+41
-0
lines changed
  • src/collections/blog/2024/11-05-what-is-the-kanvas-catalog

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: "What is the Kanvas Catalog?"
3+
subtitle: "Ready-to-go templates for cloud and cloud native infrastructure"
4+
date: 2024-11-05
5+
author: Layer5 Team
6+
thumbnail: ../../../../assets/images/docker-extension/docker-extension-meshery-logo.webp
7+
darkthumbnail: ../../../../assets/images/docker-extension/docker-extension-meshery-logo.webp
8+
description: "A comprehensive guide to the Kanvas Catalog, a collection of curated, pre-built, and ready-to-use cloud and cloud native infrastructure configurations."
9+
type: Blog
10+
category: Kanvas
11+
tags:
12+
- Catalog
13+
featured: false
14+
published: true
15+
resource: true
16+
---
17+
18+
import { BlogWrapper } from "../../Blog.style.js";
19+
import { Link } from "gatsby";
20+
import { BlockquoteAlt } from "../../../../reusecore/Blockquote/Blockquote-alt-style";
21+
import { Catalog } from "../../../../assets/images/catalog-icon/catalog"
22+
23+
<BlogWrapper>
24+
### What is the Kanvas Catalog?
25+
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.
26+
27+
<Catalog />
28+
29+
### What can you find in the Catalog?
30+
- Design Patterns: Ready-made blueprints for common infrastructure and application architectures. These patterns can save you significant time and effort in designing your deployments.
31+
- Filters and Applications: Pre-configured filters for Envoy proxies, WebAssembly filters, and complete application deployments.
32+
- Meshery Designs: Share and reuse your own Meshery configurations, making it easier to collaborate and standardize your deployments.
33+
- Meshery Models: Share and reuse your own Meshery models, making it easier to collaborate and standardize your component library.
34+
35+
#### Why is the Catalog useful?
36+
-Accelerated Development: Leverage existing patterns to jumpstart your projects and avoid reinventing the wheel.
37+
- Community Knowledge: Benefit from the collective experience of the Layer5 community and industry best practices.
38+
- Standardization: Promote consistency and reduce errors by using predefined configurations.
39+
- Collaboration: Share your own designs and contribute to the growing collection of patterns.
40+
41+
</BlogWrapper>

0 commit comments

Comments
 (0)