Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pbochynski committed Jul 9, 2020
0 parents commit 95f1b3f
Show file tree
Hide file tree
Showing 16 changed files with 7,140 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
resources
38 changes: 38 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Prerequisites
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)
- [helm 3](https://helm.sh/docs/intro/quickstart/#install-helm)
- [k3d](https://github.com/rancher/k3d) - you can install it with the command: `curl -s https://raw.githubusercontent.com/rancher/k3d/master/install.sh | bash`

# Quick start

Checkout this repository and

```
git clone [email protected]:kyma-incubator/local-kyma-k3d.git
cd local-kyma-k3d
```

Download kyma charts to resources subfolder:
```
./download-kyma-charts.sh
```

Start k3s cluster and Kyma:
```
./kyma-k3d.sh
```

At the end script asks for your password to add TLS certificate to your key chain.
Use credentials to log into [Kyma Console](https://console.local.kyma.pro)

Your cluster is ready!

# Clean up

```
k3d delete -n kyma
```

# Notes
The script works only on Mac OS. You need docker configured with 4 CPU and 8GB RAM to run it smoothly.

Loading

0 comments on commit 95f1b3f

Please sign in to comment.