Skip to content

Commit

Permalink
Add last section to documentation of localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaiacs committed Jan 8, 2025
1 parent 3a4c98a commit 2a6514a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/source/getting_started/local_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ You will need a local Kubernetes cluster. A few options are

Install Docker Desktop on [Mac](https://docs.docker.com/desktop/setup/install/mac-install/), [Windows](https://docs.docker.com/desktop/setup/install/windows-install/), or [Linux](https://docs.docker.com/desktop/setup/install/linux/). And [turn on Kubernetes](https://docs.docker.com/desktop/features/kubernetes/#install-and-turn-on-kubernetes).

## Set up `kubectl`
## Set up `kubectl` to connect to Kubernetes

Once you have `kubectl` installed, you can connect it with your local Kubernetes.
To do so, run the following command:

```
Expand All @@ -33,7 +34,7 @@ kubectl get -A pods

and a list of all running pods should be printed.

## Deploy Harbor
## Deploy Harbor to Kubernetes

Run the following command:

Expand All @@ -45,7 +46,7 @@ helm repo add harbor https://helm.goharbor.io
helm install harbor harbor/harbor
```

## Deploy mybinder.org
## Deploy mybinder.org to Kubernetes

Run the following command:

Expand All @@ -65,4 +66,8 @@ chartpress --skip-build

```
python deploy.py localhost
```
```

## Access your mybinder.org

Open http://localhost with your favourite web browser.

0 comments on commit 2a6514a

Please sign in to comment.