Skip to content

Commit

Permalink
Merge pull request #456 from entando/ENDOC-449
Browse files Browse the repository at this point in the history
ENDOC-449 Remove VMWare Tanzu or note that it’s not actively certified/supported
  • Loading branch information
nshaw authored Mar 25, 2022
2 parents 8b3455f + cb14f90 commit 63a7c5d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 184 deletions.
4 changes: 0 additions & 4 deletions vuepress/docs/.vuepress/next.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,6 @@ module.exports = {
title: 'Google Kubernetes Engine (GKE)',
path: path + 'getting-started/gke-install.md'
},
{
title: 'Tanzu Kubernetes Grid (TKG)',
path: path + 'getting-started/tanzu-install.md'
},
{
title: 'Kubernetes',
path: path + 'getting-started/kubernetes-install.md'
Expand Down
1 change: 0 additions & 1 deletion vuepress/docs/next/tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,4 @@ table th:nth-of-type(3) {
| [Set Up Entando on Azure Kubernetes Service (AKS)](./getting-started/azure-install.md) |[Connect Your Entando Application to an External Database](./devops/external-db.md) |
| [Set Up Entando on Google Kubernetes Engine (GKE)](./getting-started/gke-install.md) | [Install the Standard Demo Application](./solution/install-standard-demo.md)|
| [Set Up Entando on Red Hat OpenShift](./getting-started/openshift-install.md) | |
| [Set Up Entando on Tanzu Kubernetes Grid (TKG)](./getting-started/tanzu-install.md) | |

Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To install Entando with CMS, the hardware requirements depend on the complexity

## Backup Strategies

The recommended method to secure your content is to use database services that automate backups and restores on a Kubernetes cluster like Azure, Red Hat OpenShift, Google K8s Service, Tanzu K8s Grid or Amazon Elastic. If this is not an option, there are tools like [Velero](https://velero.io/) and [Cloudcase](https://cloudcasa.io/) to manage them.
The recommended method to secure your content is to use database services that automate backups and restores on a Kubernetes cluster like Azure, Red Hat OpenShift, Google K8s Service or Amazon Elastic. If this is not an option, there are tools like [Velero](https://velero.io/) and [Cloudcase](https://cloudcasa.io/) to manage them.

Note: Some DevOps teams warn against running databases inside pods in production environments.

Expand Down
178 changes: 0 additions & 178 deletions vuepress/docs/next/tutorials/getting-started/tanzu-install.md

This file was deleted.

0 comments on commit 63a7c5d

Please sign in to comment.