-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
2,587 additions
and
6 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
src/collections/integrations/solr-operator/icon/color/solr-operator-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions
29
src/collections/integrations/solr-operator/icon/white/solr-operator-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: Solr Operator | ||
subtitle: Collaborative and visual infrastructure as code for Solr Operator | ||
integrationIcon: icon/color/solr-operator-color.svg | ||
darkModeIntegrationIcon: icon/white/solr-operator-white.svg | ||
docURL: | ||
category: Analytics | ||
subcategory: Query | ||
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 | ||
--- | ||
<p> | ||
Solr is highly reliable, scalable and fault tolerant, providing distributed indexing, replication and load-balanced querying, automated failover and recovery, centralized configuration and more. Solr powers the search and navigation features of many of the world's largest internet sites. | ||
</p> | ||
<p> | ||
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. | ||
</p> | ||
<p> | ||
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. | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
src/pages/cloud-native-management/generate-kubernetes-architecture-diagram.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import React from "react"; | ||
|
||
import SEO from "../../components/seo"; | ||
import KubernetesDiagram from "../../sections/Kubernetes-Diagram"; | ||
|
||
const Kubernetes = () => { | ||
return ( | ||
<> | ||
<KubernetesDiagram /> | ||
</> | ||
); | ||
}; | ||
export default Kubernetes; | ||
export const Head = () => { | ||
return <SEO title="Kubernetes Architecture Diagram" | ||
description="Create your own Kubernetes diagrams with Meshmap." | ||
image="/images/meshery-logo-dark-text.webp" />; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.