Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
readme update in step 8
Browse files Browse the repository at this point in the history
  • Loading branch information
leoporoli committed Sep 6, 2024
1 parent 3ee7e8d commit dce2544
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,20 +123,20 @@ Follow these steps to explore the Kardinal Playground.
8. 🔧 Create a third dev flow to intercept the traffic to a local port with [Telepresence](https://www.telepresence.io/) and test a new change in the UI without having to rebuild and redeploy the container in the cluster.
- Execute the following script to download the frontend project of the boutique demo example, install and connect the Telepresence tool
```bash
./scripts/telepresence-flow-bootstrap.sh
```
```bash
./scripts/telepresence-flow-bootstrap.sh
```
- Create a dev flow for the frontend service and take note of the flow-id created
```bash
kardinal flow create frontend kurtosistech/frontend:demo-frontend
```
```bash
kardinal flow create frontend kurtosistech/frontend:demo-frontend
```
- As already see, to interact with the dev version, first stop your previous gateway (if it's still running).
- Run the following to forward the dev demo application port from within Codespaces to a URL you can access
```bash
kardinal gateway <flow-id>
```
- Access the dev frontend from the forwarded port
- Make a change in the `home` template. Edit the
- Make a change in the `home` template. Edit the file inside `./src/frontend/templates/home.html`

This guide showcases the power of Kardinal by demonstrating the seamless creation and deletion of a dev environment alongside your main, stable setup. You'll experience firsthand how Kardinal enables isolated development without risking stability of a shared cluster, or disrupting the live environment. 🚀
Expand Down

0 comments on commit dce2544

Please sign in to comment.