diff --git a/content/en/docs/installing-on-kubernetes/_index.md b/content/en/docs/installing-on-kubernetes/_index.md index 9c9db5964..e022f4106 100644 --- a/content/en/docs/installing-on-kubernetes/_index.md +++ b/content/en/docs/installing-on-kubernetes/_index.md @@ -63,4 +63,14 @@ Remove KubeSphere from Kubernetes clusters. Below you will find some of the most viewed and helpful pages in this chapter. It is highly recommended that you refer to them first. +{{< popularPage icon="/images/docs/brand-icons/gke.jpg" title="Deploy KubeSphere on GKE" description="Provision KubeSphere on existing Kubernetes clusters on GKE." link="../installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-gke/" >}} + {{< popularPage icon="/images/docs/bitmap.jpg" title="Deploy KubeSphere on AWS EKS" description="Provision KubeSphere on existing Kubernetes clusters on EKS." link="../installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-eks/" >}} + +{{< popularPage icon="/images/docs/brand-icons/aks.jpg" title="Deploy KubeSphere on AKS" description="Provision KubeSphere on existing Kubernetes clusters on AKS." link="../installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-aks/" >}} + +{{< popularPage icon="/images/docs/brand-icons/huawei.svg" title="Deploy KubeSphere on CCE" description="Provision KubeSphere on existing Kubernetes clusters on Huawei CCE." link="../installing-on-kubernetes/hosted-kubernetes/install-ks-on-huawei-cce/" >}} + +{{< popularPage icon="/images/docs/brand-icons/oracle.jpg" title="Deploy KubeSphere on Oracle OKE" description="Provision KubeSphere on existing Kubernetes clusters on OKE." link="../installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-oke/" >}} + +{{< popularPage icon="/images/docs/brand-icons/digital-ocean.jpg" title="Deploy KubeSphere on DO" description="Provision KubeSphere on existing Kubernetes clusters on DigitalOcean." link="../installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-do/" >}} \ No newline at end of file diff --git a/static/images/docs/brand-icons/aks.jpg b/static/images/docs/brand-icons/aks.jpg new file mode 100644 index 000000000..370f8d9aa Binary files /dev/null and b/static/images/docs/brand-icons/aks.jpg differ diff --git a/static/images/docs/brand-icons/digital-ocean.jpg b/static/images/docs/brand-icons/digital-ocean.jpg new file mode 100644 index 000000000..26b8516fa Binary files /dev/null and b/static/images/docs/brand-icons/digital-ocean.jpg differ diff --git a/static/images/docs/brand-icons/gke.jpg b/static/images/docs/brand-icons/gke.jpg new file mode 100644 index 000000000..e83eb3859 Binary files /dev/null and b/static/images/docs/brand-icons/gke.jpg differ diff --git a/static/images/docs/brand-icons/huawei.svg b/static/images/docs/brand-icons/huawei.svg new file mode 100644 index 000000000..d84e5bcf6 --- /dev/null +++ b/static/images/docs/brand-icons/huawei.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/images/docs/brand-icons/oracle.jpg b/static/images/docs/brand-icons/oracle.jpg new file mode 100644 index 000000000..30b034d01 Binary files /dev/null and b/static/images/docs/brand-icons/oracle.jpg differ