Skip to content

Commit 69a7f60

Browse files
committed
m
1 parent 5267385 commit 69a7f60

File tree

1 file changed

+28
-4
lines changed

1 file changed

+28
-4
lines changed

index.html

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,10 +404,16 @@ <h2 class="deployment-title">Deployment</h2>
404404

405405
<div class="deployment-subsection" id="deployment-installers">
406406
<h3>Installers</h3>
407-
<p>Linux installers and Kubernetes deployment options for self-managed Neo4j.</p>
407+
<p>Linux installers for self-managed Neo4j.</p>
408408
<div class="tile-grid" id="grid-deployment"></div>
409409
</div>
410410

411+
<div class="deployment-subsection" id="deployment-containers">
412+
<h3>Containers</h3>
413+
<p>Container-based deployment options for Neo4j on Docker and Kubernetes.</p>
414+
<div class="tile-grid" id="grid-containers"></div>
415+
</div>
416+
411417
<div class="deployment-subsection" id="cloud-marketplace">
412418
<h3>Cloud marketplace</h3>
413419
<p>Launch Neo4j AuraDB from major cloud marketplaces.</p>
@@ -733,13 +739,31 @@ <h3>OEM partners</h3>
733739
logo: "https://cdn.simpleicons.org/linux/FCC624",
734740
mark: "TGZ",
735741
tag: "official"
736-
},
742+
}
743+
],
744+
"grid-containers": [
737745
{
738-
name: "Kubernetes Deployment",
746+
name: "Helm",
739747
url: "https://neo4j.com/docs/operations-manual/current/kubernetes/",
740748
description: "Deploy Neo4j on Kubernetes using Neo4j Helm charts for standalone and clustered setups.",
749+
logo: "https://cdn.simpleicons.org/helm/0F1689",
750+
mark: "Helm",
751+
tag: "official"
752+
},
753+
{
754+
name: "DockerHub",
755+
url: "https://hub.docker.com/_/neo4j",
756+
description: "Official Neo4j Docker images for local and production container workflows.",
757+
logo: "https://cdn.simpleicons.org/docker/2496ED",
758+
mark: "Docker",
759+
tag: "official"
760+
},
761+
{
762+
name: "Kubernetes Operator",
763+
url: "https://neo4j.com/docs/operations-manual/current/kubernetes/operations/",
764+
description: "Kubernetes operational guidance for managing Neo4j lifecycle in cluster environments.",
741765
logo: "https://cdn.simpleicons.org/kubernetes/326CE5",
742-
mark: "K8s",
766+
mark: "Operator",
743767
tag: "official"
744768
}
745769
],

0 commit comments

Comments
 (0)