Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
indamutsa committed Sep 25, 2023
1 parent 816f2c4 commit 24b6bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Make sure docker is installed on your machine and you have a basic knowledge of
git clone https://github.com/indamutsa/advanced-query.git
```

2. Let us spin a kubernetes cluster using kind. Kind is a tool for running local Kubernetes clusters using Docker container “nodes”. kind was primarily designed for testing Kubernetes itself, but may be used for local development or CI. Install it in your host machine by following the instructions in the (official documentation)[https://kind.sigs.k8s.io/]. Once installed, run the following commands to create a cluster.
2. Let us spin a kubernetes cluster using kind. Kind is a tool for running local Kubernetes clusters using Docker container “nodes”. kind was primarily designed for testing Kubernetes itself, but may be used for local development or CI. Install it in your host machine by following the instructions in the [official documentation](https://kind.sigs.k8s.io/). Once installed, run the following commands to create a cluster.

```bash
# Create a kind cluster
Expand Down

0 comments on commit 24b6bc8

Please sign in to comment.