Alphabetized and added IBM Kubernetes service (IKS)
This commit is contained in:
parent
0087396036
commit
7ac7687f6e
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue