You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/kubernetes/ibm/step-zero-ibm.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
3
3
# Kubernetes on IBM Cloud
4
4
5
-
This guide shows how to deploy JupyterHub on the IBM Cloud using their [Kubernetes service](https://cloud.ibm.com/kubernetes/catalog/create)).
5
+
This guide shows how to deploy JupyterHub on the IBM Cloud using their [Kubernetes service](https://cloud.ibm.com/kubernetes/catalog/create).
6
6
It should provide you with enough knowledge to create a cluster, deploy your application using a Docker image and use a custom domain to use the deployed app.
7
7
8
8
Before you begin:
9
9
10
-
- Understand the [Kubernetes basics][https://kubernetes.io/docs/tutorials/kubernetes-basics/].
10
+
- Understand the [Kubernetes basics](https://kubernetes.io/docs/tutorials/kubernetes-basics/).
11
11
- Install the IBM Cloud Developer Tools
12
12
- Install the [IBM Cloud CLI](https://cloud.ibm.com/docs/cli?topic=cloud-cli-getting-started).
13
13
-`curl -sL https://ibm.biz/idt-installer | bash`
@@ -28,7 +28,7 @@ Procedure:
28
28
Kubernetes Service delivers powerful tools by combining Docker and Kubernetes technologies, an intuitive user experience, and built-in security and isolation to automate the deployment, operation, scaling, and monitoring of containerized apps in a cluster of computing hosts.
29
29
30
30
To set up the Kubernetes cluster:
31
-
1. Create a Kubernetes cluster from the [IBM Cloud catalog](https://cloud.ibm.com/kubernetes/catalog/create)).
31
+
1. Create a Kubernetes cluster from the [IBM Cloud catalog](https://cloud.ibm.com/kubernetes/catalog/create).
32
32
2. When configuring the new cluster, select the **Cluster type** and click **Create Cluster** to provision a Kubernetes cluster.
33
33
2.1 In the case of a free cluster you will see something similar to:
34
34
@@ -44,7 +44,7 @@ Procedure:
44
44
45
45
3. Check the status of your **Cluster** and **Worker Nodes** and wait for them to be **ready**.
46
46
47
-
Or, if you prefer, create the cluster using the [IBM Cloud CLI tools](https://cloud.ibm.com/docs/containers?topic=containers-cs_cli_install))
47
+
Or, if you prefer, create the cluster using the [IBM Cloud CLI tools](https://cloud.ibm.com/docs/containers?topic=containers-cs_cli_install).
48
48
49
49
2. Configure kubectl
50
50
[kubectl](https://kubernetes.io/docs/reference/kubectl/) is a CLI tool to interact with a Kubernetes cluster. In this occasion, you will use it to point forward to the created Kubernetes cluster.
0 commit comments