Skip to content

Commit

Permalink
docs: reference learning over trial, and fix broken link issue
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Nov 23, 2023
1 parent 322d6ae commit a317c8a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/source/kubernetes/minikube/step-zero-minikube.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
(minikube-k8s)

# Kubernetes on minikube (for trial and development only)
# Kubernetes on minikube (for learning and development only)

[minikube](minikube) can setup a Kubernetes cluster on a single computer. Using minikube can be suitable trial for new Kubernetes users and for development purposes, but its not meant to be used for production purposes.
[minikube] can setup a Kubernetes cluster on a single computer. minikube be suitable in order to learn about Kubernetes and to develop and test changes, but its not meant to be used for production purposes.

```{important}
The Zero to JupyterHub guide assumes you're using a managed Kubernetes service with one of the main cloud platforms and **[minikube](minikube) is not officially supported**. You may be able to get help on the [Jupyter community forum](https://discourse.jupyter.org/c/jupyterhub/10).
The Zero to JupyterHub guide assumes you're using a managed Kubernetes service with one of the main cloud platforms and **[minikube] is not officially supported**. You may be able to get help on the [Jupyter community forum](https://discourse.jupyter.org/c/jupyterhub/10).
```

[minikube]: https://minikube.sigs.k8s.io/docs/

## Kubernetes cluster requirements

All the requirements are implemented in minikube >= v1.31.2:
Expand All @@ -34,13 +36,11 @@ minikube start \

To test if your cluster is initialized, run:

```
```bash
kubectl get node
```

The response should list two running nodes (or however many nodes you set with ``--nodes` above).

Congrats. Now that you have your Kubernetes cluster running, it's time to
begin {ref}`setup-helm`.

[minikube]: https://minikube.sigs.k8s.io/docs/

0 comments on commit a317c8a

Please sign in to comment.