diff options
author | JJ Asghar <jjasghar@gmail.com> | 2018-12-14 01:51:54 +0000 |
---|---|---|
committer | JJ Asghar <jjasghar@gmail.com> | 2018-12-14 01:51:54 +0000 |
commit | 7ac7687f6e5fdf2feebea0e98b9d60a18b927b21 (patch) | |
tree | 19b7fd7d3698dd26f12968059b368a83505b66b6 /doc/install | |
parent | 0087396036b265879771380e60787e2072318fd1 (diff) | |
download | gitlab-ce-7ac7687f6e5fdf2feebea0e98b9d60a18b927b21.tar.gz |
Alphabetized and added IBM Kubernetes service (IKS)
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/kubernetes/gitlab_chart.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/install/kubernetes/gitlab_chart.md b/doc/install/kubernetes/gitlab_chart.md index 74e2598f860..26ced45de7b 100644 --- a/doc/install/kubernetes/gitlab_chart.md +++ b/doc/install/kubernetes/gitlab_chart.md @@ -47,8 +47,9 @@ In order to deploy GitLab on Kubernetes, the following are required: 1. `helm` and `kubectl` [installed on your computer](preparation/tools_installation.md). 1. A Kubernetes cluster, version 1.8 or higher. 6vCPU and 16GB of RAM is recommended. - - [Google GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/creating-a-container-cluster) - [Amazon EKS](https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html) + - [Google GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/creating-a-container-cluster) + - [IBM IKS](https://console.bluemix.net/docs/tutorials/scalable-webapp-kubernetes.html#create_kube_cluster) - [Microsoft AKS](https://docs.microsoft.com/en-us/azure/aks/kubernetes-walkthrough-portal) 1. A [wildcard DNS entry and external IP address](preparation/networking.md) 1. [Authenticate and connect](preparation/connect.md) to the cluster |