Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/SAHU-01/meshery.io
Browse files Browse the repository at this point in the history
  • Loading branch information
SAHU-01 committed Aug 26, 2024
2 parents 087f914 + 9e27e25 commit 30efeeb
Show file tree
Hide file tree
Showing 29 changed files with 466 additions and 2,290 deletions.
2 changes: 1 addition & 1 deletion _data/discuss/meshery.json

Large diffs are not rendered by default.

15 changes: 12 additions & 3 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="test" content="testing" />
<!-- Google Tag Manager -->
<meta name="description" content="{{ page.patternInfo | url_decode }}" />
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KL6SSW5');</script>
<!-- End Google Tag Manager -->

<link rel="canonical" href="https://layer5.io/" />
{% seo %} {% feed_meta %} {% if jekyll.environment == 'production' %}
<link rel="stylesheet" href="{{ site.baseurl }}/css/stellarnav.css" />
{% else %}
Expand All @@ -24,7 +25,15 @@
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Open+Sans"
/>

<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "{{ site.url }}",
"name": "{{ site.title }}",
"description": "{{ site.description }}"
}
</script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css"
Expand Down
64 changes: 1 addition & 63 deletions catalog/067737d5-1c7e-4135-b879-44cb4ed07876/0.0.1/design.yml
Original file line number Diff line number Diff line change
@@ -1,63 +1 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: spoon-app
spec:
selector:
matchLabels:
app: spoon-node
replicas: 1
template:
metadata:
labels:
app: spoon-node
spec:
volumes:
- name: www
containers:
- name: spooner
image: nginx
ports:
- containerPort: 80
volumeMounts:
- name: www
mountPath: /usr/share/nginx/html/
initContainers:
- name: git
image: alpine
command: [ "sh", "-c", "apk add git && sleep 5 && git clone https://github.com/octocat/Spoon-Knife /www" ]
volumeMounts:
- name: www
mountPath: /www/
---
apiVersion: v1
kind: Service
metadata:
labels:
app: spoon-cip
name: spoon-cip
spec:
ports:
- port: 80
protocol: TCP
targetPort: 80
selector:
app: spoon-node
type: ClusterIP

---
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: ingress-spoon
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
spec:
rules:
- host: test2.lab.as73.inetsix.net
http:
paths:
- path: /
backend:
serviceName: spoon-cip
servicePort: 80
{"id":"067737d5-1c7e-4135-b879-44cb4ed07876","components":null,"name":"","relationships":[],"schemaVersion":"designs.meshery.io/v1beta1","version":"0.0.2"}
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
version: 0.0.332
name: gcp-datamesh
displayName: GCP DataMesh
createdAt: "2024-08-20T06:06:38Z"
description: |
*Implementing Data Mesh on Google Cloud Platform:*
Leverage Google Cloud's comprehensive suite of data services, including BigQuery, Dataflow, and Dataproc, to build a scalable and flexible Data Mesh platform.
Utilize tools like Dataplex to create a unified data catalog and metadata management system, facilitating data discovery and access.
Implement robust data governance policies and access controls using tools like Cloud IAM and DLP to ensure data security and compliance.
logoURL: https://raw.githubusercontent.com/meshery/meshery.io/0b8585231c6e2b3251d38f749259360491c9ee6b/assets/images/brand/meshery-logo.svg
license: Apache-2.0
homeURL: https://docs.meshery.io/concepts/logical/designs
links:
- name: download
url: ../../catalog/070b4569-2b26-4e13-93f7-9992fdf1e6fd/0.0.332/design.yml
- name: Meshery Catalog
url: https://meshery.io/catalog
readme: "This design is a reference architecture <u>only</u>, and as such is not immediately deployable. \n ##h4 Caveats and Consideration \n"
install: mesheryctl design import -f
provider:
name: 51f49d2c-0050-4bdb-9bce-fdddcb4742be
screenshots:
- title: MeshMap Snapshot
url: https://raw.githubusercontent.com/layer5labs/meshery-extensions-packages/master/action-assets/design-assets/070b4569-2b26-4e13-93f7-9992fdf1e6fd-light.png
- title: MeshMap Snapshot
url: https://raw.githubusercontent.com/layer5labs/meshery-extensions-packages/master/action-assets/design-assets/070b4569-2b26-4e13-93f7-9992fdf1e6fd-dark.png
- title: Meshery Project
url: https://raw.githubusercontent.com/meshery/meshery.io/master/assets/images/logos/meshery-gradient.png
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"id":"070b4569-2b26-4e13-93f7-9992fdf1e6fd","components":null,"name":"GCP DataMesh","relationships":[],"schemaVersion":"designs.meshery.io/v1beta1","version":"0.0.344"}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: nginx k8s deployment
version: 0.0.5
version: 0.0.6
services: {}
Loading

0 comments on commit 30efeeb

Please sign in to comment.