Skip to content

Commit 910f116

Browse files
author
Vivek Vishal
authored
Merge branch 'master' into Add-redirect
2 parents 238a68c + 906009b commit 910f116

File tree

1 file changed

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

1 file changed

+48
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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/catalog-icon/catalog2.svg
7+
darkthumbnail: ../../../../assets/images/catalog-icon/catalog.svg
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+
22+
<BlogWrapper>
23+
24+
### What is the [Kanvas Catalog](/cloud-native-management/catalog)?
25+
26+
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.
27+
28+
29+
### What can you find in the Catalog?
30+
31+
- Design Patterns: Ready-made blueprints for common infrastructure and application architectures. These patterns can save you significant time and effort in designing your deployments.
32+
- Filters and Applications: Pre-configured filters for Envoy proxies, WebAssembly filters, and complete application deployments.
33+
- Meshery Designs: Share and reuse your own Meshery configurations, making it easier to collaborate and standardize your deployments.
34+
- Meshery Models: Share and reuse your own Meshery models, making it easier to collaborate and standardize your component library.
35+
36+
#### Why is the Catalog useful?
37+
38+
- Accelerated Development: Leverage existing patterns to jumpstart your projects and avoid reinventing the wheel.
39+
- Community Knowledge: Benefit from the collective experience of the Layer5 community and industry best practices.
40+
- Standardization: Promote consistency and reduce errors by using predefined configurations.
41+
- Collaboration: Share your own designs and contribute to the growing collection of patterns.
42+
43+
### How can you contribute to the Catalog?
44+
45+
46+
47+
48+
</BlogWrapper>

0 commit comments

Comments
 (0)