diff --git a/src/collections/integrations/cert-manager/icons/color/cert-manager-color.svg b/src/collections/integrations/cert-manager/icons/color/cert-manager-color.svg index cff8ba40126e..1a4a759f41a0 100644 --- a/src/collections/integrations/cert-manager/icons/color/cert-manager-color.svg +++ b/src/collections/integrations/cert-manager/icons/color/cert-manager-color.svg @@ -1,4 +1,4 @@ - + + \ No newline at end of file diff --git a/src/collections/integrations/cert-manager/icons/white/cert-manager-white.svg b/src/collections/integrations/cert-manager/icons/white/cert-manager-white.svg index a54f66c5497c..e9fd1d1b9cc2 100644 --- a/src/collections/integrations/cert-manager/icons/white/cert-manager-white.svg +++ b/src/collections/integrations/cert-manager/icons/white/cert-manager-white.svg @@ -1,4 +1,4 @@ - + + \ No newline at end of file diff --git a/src/collections/integrations/cert-manager/index.mdx b/src/collections/integrations/cert-manager/index.mdx index b4b863d98c31..055cfdff3cad 100644 --- a/src/collections/integrations/cert-manager/index.mdx +++ b/src/collections/integrations/cert-manager/index.mdx @@ -1,29 +1,29 @@ --- -title: Cert Manager -subtitle: Cloud native certificate management with Cert Manager and Meshery +title: Cert-Manager +subtitle: Collaborative and visual infrastructure as code for Cert-Manager integrationIcon: icons/color/cert-manager-color.svg darkModeIntegrationIcon: icons/white/cert-manager-white.svg docURL: https://docs.meshery.io/extensibility/integrations/cert-manager description: -category: Security & Compliance -subcategory: Security & Compliance -registrant: Artifact Hub +category: Provisioning +subcategory: Key Management +registrant: GitHub components: [] featureList: [ - "Simplifies the process of obtaining, renewing and using those certificates.", - "Supports issuing certificates from a variety of sources.", - "Ensures certificates remain valid and up to date." + "Config Connector is a Kubernetes add-on that allows customers to manage GCP resources, such as Cloud Spanner or Cloud Storage, through your cluster's API.", + "Invite anyone to review and make changes to your private designs.", + "Ongoing synchronization of Kubernetes configuration and changes across any number of clusters." ] workingSlides: [ ../_images/meshmap-visualizer.png, ../_images/meshmap-designer.png ] -howItWorks: "Cloud native certificate management" -howItWorksDetails: "X.509 certificate management for Kubernetes and OpenShift" +howItWorks: "Collaborative Infrastructure as Code" +howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs." published: TRUE ---

- +Cert-Manager provides cloud native key management in the form of X.509 certificates for Kubernetes and OpenShift

Collaboratively and visually diagram your cloud native infrastructure with GitOps-style pipeline integration. Design, test, and manage configuration your Kubernetes-based, containerized applications as a visual topology. diff --git a/src/collections/integrations/keda-http-scaler/icons/color/keda-http-scaler-color.svg b/src/collections/integrations/keda-http-scaler/icons/color/keda-http-scaler-color.svg new file mode 100644 index 000000000000..2db7c10ded12 --- /dev/null +++ b/src/collections/integrations/keda-http-scaler/icons/color/keda-http-scaler-color.svg @@ -0,0 +1 @@ +keda-icon \ No newline at end of file diff --git a/src/collections/integrations/keda-http-scaler/icons/components/http-scaled-object/icons/color/http-scaled-object-color.svg b/src/collections/integrations/keda-http-scaler/icons/components/http-scaled-object/icons/color/http-scaled-object-color.svg new file mode 100644 index 000000000000..2db7c10ded12 --- /dev/null +++ b/src/collections/integrations/keda-http-scaler/icons/components/http-scaled-object/icons/color/http-scaled-object-color.svg @@ -0,0 +1 @@ +keda-icon \ No newline at end of file diff --git a/src/collections/integrations/keda-http-scaler/icons/components/http-scaled-object/icons/white/http-scaled-object-white.svg b/src/collections/integrations/keda-http-scaler/icons/components/http-scaled-object/icons/white/http-scaled-object-white.svg new file mode 100644 index 000000000000..26d3561c5a31 --- /dev/null +++ b/src/collections/integrations/keda-http-scaler/icons/components/http-scaled-object/icons/white/http-scaled-object-white.svg @@ -0,0 +1 @@ +keda-icon-white \ No newline at end of file diff --git a/src/collections/integrations/keda-http-scaler/icons/white/keda-http-scaler-white.svg b/src/collections/integrations/keda-http-scaler/icons/white/keda-http-scaler-white.svg new file mode 100644 index 000000000000..26d3561c5a31 --- /dev/null +++ b/src/collections/integrations/keda-http-scaler/icons/white/keda-http-scaler-white.svg @@ -0,0 +1 @@ +keda-icon-white \ No newline at end of file diff --git a/src/collections/integrations/keda-http-scaler/index.mdx b/src/collections/integrations/keda-http-scaler/index.mdx new file mode 100644 index 000000000000..ffa27579d491 --- /dev/null +++ b/src/collections/integrations/keda-http-scaler/index.mdx @@ -0,0 +1,39 @@ +--- +title: KEDA HTTP Scaler +subtitle: Collaborative and visual infrastructure as code for KEDA HTTP Scaler +integrationIcon: icons/color/keda-http-scaler-color.svg +darkModeIntegrationIcon: icons/white/keda-http-scaler-white.svg +docURL: https://docs.meshery.io/extensibility/integrations/keda-http-scaler +description: +category: Serverless +subcategory: Installable Platform +registrant: GitHub +components: [ +{ +"name": "http-scaled-object", +"colorIcon": "icons/components/http-scaled-object/icons/color/http-scaled-object-color.svg", +"whiteIcon": "icons/components/http-scaled-object/icons/white/http-scaled-object-white.svg", +"description": "", +}] +featureList: [ + "Drag-n-drop cloud native infrastructure designer to configure, model, and deploy your workloads.", + "Invite anyone to review and make changes to your private designs.", + "Ongoing synchronization of Kubernetes configuration and changes across any number of clusters." +] +workingSlides: [ + ../_images/meshmap-visualizer.png, + ../_images/meshmap-designer.png +] +howItWorks: "Collaborative Infrastructure as Code" +howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs." +published: TRUE +--- +

+The KEDA HTTP Add-on allows Kubernetes users to automatically scale their HTTP servers up and down (including to/from zero) based on incoming HTTP traffic. +

+

+ Collaboratively and visually diagram your cloud native infrastructure with GitOps-style pipeline integration. Design, test, and manage configuration your Kubernetes-based, containerized applications as a visual topology. +

+

+ Looking for best practice cloud native design and deployment best practices? Choose from thousands of pre-built components in MeshMap. Choose from hundreds of ready-made design patterns by importing templates from Meshery Catalog or use our low code designer, MeshMap, to create and deploy your own cloud native infrastructure designs. +

diff --git a/src/collections/integrations/keda/icons/components/cloud-event-source/icons/color/cloud-event-source-color.svg b/src/collections/integrations/keda/icons/components/cloud-event-source/icons/color/cloud-event-source-color.svg new file mode 100644 index 000000000000..2db7c10ded12 --- /dev/null +++ b/src/collections/integrations/keda/icons/components/cloud-event-source/icons/color/cloud-event-source-color.svg @@ -0,0 +1 @@ +keda-icon \ No newline at end of file diff --git a/src/collections/integrations/keda/icons/components/cloud-event-source/icons/white/cloud-event-source-white.svg b/src/collections/integrations/keda/icons/components/cloud-event-source/icons/white/cloud-event-source-white.svg new file mode 100644 index 000000000000..26d3561c5a31 --- /dev/null +++ b/src/collections/integrations/keda/icons/components/cloud-event-source/icons/white/cloud-event-source-white.svg @@ -0,0 +1 @@ +keda-icon-white \ No newline at end of file diff --git a/src/collections/integrations/keda/icons/components/cluster-trigger-authentication/icons/color/cluster-trigger-authentication-color.svg b/src/collections/integrations/keda/icons/components/cluster-trigger-authentication/icons/color/cluster-trigger-authentication-color.svg new file mode 100644 index 000000000000..2db7c10ded12 --- /dev/null +++ b/src/collections/integrations/keda/icons/components/cluster-trigger-authentication/icons/color/cluster-trigger-authentication-color.svg @@ -0,0 +1 @@ +keda-icon \ No newline at end of file diff --git a/src/collections/integrations/keda/icons/components/cluster-trigger-authentication/icons/white/cluster-trigger-authentication-white.svg b/src/collections/integrations/keda/icons/components/cluster-trigger-authentication/icons/white/cluster-trigger-authentication-white.svg new file mode 100644 index 000000000000..26d3561c5a31 --- /dev/null +++ b/src/collections/integrations/keda/icons/components/cluster-trigger-authentication/icons/white/cluster-trigger-authentication-white.svg @@ -0,0 +1 @@ +keda-icon-white \ No newline at end of file diff --git a/src/collections/integrations/keda/icons/components/scaled-job/icons/color/scaled-job-color.svg b/src/collections/integrations/keda/icons/components/scaled-job/icons/color/scaled-job-color.svg new file mode 100644 index 000000000000..2db7c10ded12 --- /dev/null +++ b/src/collections/integrations/keda/icons/components/scaled-job/icons/color/scaled-job-color.svg @@ -0,0 +1 @@ +keda-icon \ No newline at end of file diff --git a/src/collections/integrations/keda/icons/components/scaled-job/icons/white/scaled-job-white.svg b/src/collections/integrations/keda/icons/components/scaled-job/icons/white/scaled-job-white.svg new file mode 100644 index 000000000000..26d3561c5a31 --- /dev/null +++ b/src/collections/integrations/keda/icons/components/scaled-job/icons/white/scaled-job-white.svg @@ -0,0 +1 @@ +keda-icon-white \ No newline at end of file diff --git a/src/collections/integrations/keda/icons/components/scaled-object/icons/color/scaled-object-color.svg b/src/collections/integrations/keda/icons/components/scaled-object/icons/color/scaled-object-color.svg new file mode 100644 index 000000000000..2db7c10ded12 --- /dev/null +++ b/src/collections/integrations/keda/icons/components/scaled-object/icons/color/scaled-object-color.svg @@ -0,0 +1 @@ +keda-icon \ No newline at end of file diff --git a/src/collections/integrations/keda/icons/components/scaled-object/icons/white/scaled-object-white.svg b/src/collections/integrations/keda/icons/components/scaled-object/icons/white/scaled-object-white.svg new file mode 100644 index 000000000000..26d3561c5a31 --- /dev/null +++ b/src/collections/integrations/keda/icons/components/scaled-object/icons/white/scaled-object-white.svg @@ -0,0 +1 @@ +keda-icon-white \ No newline at end of file diff --git a/src/collections/integrations/keda/icons/components/trigger-authentication/icons/color/trigger-authentication-color.svg b/src/collections/integrations/keda/icons/components/trigger-authentication/icons/color/trigger-authentication-color.svg new file mode 100644 index 000000000000..2db7c10ded12 --- /dev/null +++ b/src/collections/integrations/keda/icons/components/trigger-authentication/icons/color/trigger-authentication-color.svg @@ -0,0 +1 @@ +keda-icon \ No newline at end of file diff --git a/src/collections/integrations/keda/icons/components/trigger-authentication/icons/white/trigger-authentication-white.svg b/src/collections/integrations/keda/icons/components/trigger-authentication/icons/white/trigger-authentication-white.svg new file mode 100644 index 000000000000..26d3561c5a31 --- /dev/null +++ b/src/collections/integrations/keda/icons/components/trigger-authentication/icons/white/trigger-authentication-white.svg @@ -0,0 +1 @@ +keda-icon-white \ No newline at end of file diff --git a/src/collections/integrations/keda/index.mdx b/src/collections/integrations/keda/index.mdx index 7c4f38b8a6a1..45da5a9059d5 100644 --- a/src/collections/integrations/keda/index.mdx +++ b/src/collections/integrations/keda/index.mdx @@ -7,8 +7,44 @@ docURL: https://docs.meshery.io/extensibility/integrations/keda description: category: Serverless subcategory: Installable Platform -registrant: Artifact Hub -components: [] +registrant: GitHub +components: [ +{ +"name": "cloud-event-source", +"colorIcon": "icons/components/cloud-event-source/icons/color/cloud-event-source-color.svg", +"whiteIcon": "icons/components/cloud-event-source/icons/white/cloud-event-source-white.svg", +"description": "", +}, +{ +"name": "cluster-trigger-authentication", +"colorIcon": "icons/components/cluster-trigger-authentication/icons/color/cluster-trigger-authentication-color.svg", +"whiteIcon": "icons/components/cluster-trigger-authentication/icons/white/cluster-trigger-authentication-white.svg", +"description": "", +}, +{ +"name": "scaled-job", +"colorIcon": "icons/components/scaled-job/icons/color/scaled-job-color.svg", +"whiteIcon": "icons/components/scaled-job/icons/white/scaled-job-white.svg", +"description": "", +}, +{ +"name": "scaled-object", +"colorIcon": "icons/components/scaled-object/icons/color/scaled-object-color.svg", +"whiteIcon": "icons/components/scaled-object/icons/white/scaled-object-white.svg", +"description": "", +}, +{ +"name": "trigger-authentication", +"colorIcon": "icons/components/trigger-authentication/icons/color/trigger-authentication-color.svg", +"whiteIcon": "icons/components/trigger-authentication/icons/white/trigger-authentication-white.svg", +"description": "", +}, +{ +"name": "trigger-authentication", +"colorIcon": "icons/components/trigger-authentication/icons/color/trigger-authentication-color.svg", +"whiteIcon": "icons/components/trigger-authentication/icons/white/trigger-authentication-white.svg", +"description": "", +}] featureList: [ "Drag-n-drop cloud native infrastructure designer to configure, model, and deploy your workloads.", "Invite anyone to review and make changes to your private designs.",