Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blog: kanvas catalog #6061

Merged
merged 2 commits into from
Nov 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
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/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
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";

<BlogWrapper>
### 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.

</BlogWrapper>
Loading