Skip to content
Merged
Show file tree
Hide file tree
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
Expand Up @@ -4,7 +4,7 @@ title: Azure AKS Consulting Services by Experts
description: AppsCode is an Azure Marketplace partner offering expert AKS consulting, deployment, optimization, and enterprise-grade managed support for Azure Kubernetes Service clusters.
layout: services
url: '/services/aks-consulting-services'
data: 'data/services/application-modernization/aks_consulting_partner.json'
data: 'data/services/managed-kubernetes/aks_consulting_partner.json'
---

{{< common/hero-area >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: AWS EKS Consulting Services by Experts
description: AppsCode is an AWS Marketplace partner offering expert EKS consulting, deployment, optimization, and enterprise-grade managed support for Amazon EKS clusters.
layout: services
url: '/services/eks-consulting-services'
data: 'data/services/application-modernization/eks_consulting_partner.json'
data: 'data/services/managed-kubernetes/eks_consulting_partner.json'
---

{{< common/hero-area >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Google GKE Consulting Services by Experts
description: AppsCode is a Google Cloud partner offering expert GKE consulting, deployment, optimization, and enterprise-grade managed support for Google Kubernetes Engine clusters.
layout: services
url: '/services/gke-consulting-services'
data: 'data/services/application-modernization/gke_consulting_partner.json'
data: 'data/services/managed-kubernetes/gke_consulting_partner.json'
---

{{< common/hero-area >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Kubernetes Consulting Services by Experts
description: Empower your business with AppsCode kubernetes consulting services - expert consulting, deployment, optimization, and enterprise-grade managed support.
layout: services
url: '/services/kubernetes-consulting-services'
data: 'data/services/application-modernization/kubernetes_consulting_partner.json'
data: 'data/services/managed-kubernetes/kubernetes_consulting_partner.json'
---

{{< common/hero-area >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Red Hat OpenShift Consulting Services by Experts
description: AppsCode is a certified Red Hat OpenShift partner offering expert consulting, deployment, optimization, and enterprise-grade managed support for OpenShift clusters.
layout: services
url: '/services/openshift-consulting-services'
data: 'data/services/application-modernization/openshift_consulting_partner.json'
data: 'data/services/managed-kubernetes/openshift_consulting_partner.json'
---

{{< common/hero-area >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Rancher by SUSE Consulting Services by Experts
description: AppsCode is a certified SUSE Rancher partner offering expert consulting, deployment, optimization, and enterprise-grade managed support for Rancher-managed Kubernetes clusters.
layout: services
url: '/services/rancher-consulting-services'
data: 'data/services/application-modernization/rancher_consulting_partner.json'
data: 'data/services/managed-kubernetes/rancher_consulting_partner.json'
---

{{< common/hero-area >}}
Expand Down
79 changes: 43 additions & 36 deletions data/services/services_menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,42 +11,6 @@
"description": "Migrate your legacy applications",
"icon": null
},
{
"id": "kubernetes-consulting-services",
"title": "Kubernetes Consulting Services",
"description": "The Kubernetes experts",
"icon": null
},
{
"id": "openshift-consulting-services",
"title": "Red Hat OpenShift Consulting",
"description": "Certified Red Hat partner",
"icon": null
},
{
"id": "rancher-consulting-services",
"title": "Rancher by SUSE Consulting",
"description": "Certified SUSE partner",
"icon": null
},
{
"id": "eks-consulting-services",
"title": "AWS EKS Consulting",
"description": "AWS Marketplace partner",
"icon": null
},
{
"id": "aks-consulting-services",
"title": "Azure AKS Consulting",
"description": "Azure Marketplace partner",
"icon": null
},
{
"id": "gke-consulting-services",
"title": "Google GKE Consulting",
"description": "Google Cloud Marketplace partner",
"icon": null
},
{
"id": "gitops-consulting-services",
"title": "GitOps Consulting",
Expand Down Expand Up @@ -98,6 +62,49 @@
}
]
},
{
"title": "Managed Kubernetes",
"description": "Expert-managed Kubernetes platforms across all major distributions",
"icon": "/assets/images/services/icons8/ios-50-cloud.png",
"offerings": [
{
"id": "kubernetes-consulting-services",
"title": "Kubernetes Consulting Services",
"description": "The Kubernetes experts",
"icon": null
},
{
"id": "openshift-consulting-services",
"title": "Red Hat OpenShift Consulting",
"description": "Certified Red Hat partner",
"icon": null
},
{
"id": "rancher-consulting-services",
"title": "Rancher by SUSE Consulting",
"description": "Certified SUSE partner",
"icon": null
},
{
"id": "eks-consulting-services",
"title": "AWS EKS Consulting",
"description": "AWS Marketplace partner",
"icon": null
},
{
"id": "aks-consulting-services",
"title": "Azure AKS Consulting",
"description": "Azure Marketplace partner",
"icon": null
},
{
"id": "gke-consulting-services",
"title": "Google GKE Consulting",
"description": "Google Cloud Marketplace partner",
"icon": null
}
]
},
{
"title": "Managed Databases",
"description": "Production-grade databases on Kubernetes — provisioned, monitored, and backed up by experts",
Expand Down
Loading