From c9b3a77d62971ab2860560e1951a6d6fc5c78a58 Mon Sep 17 00:00:00 2001 From: Lionel Jouin Date: Tue, 7 Feb 2023 11:53:21 +0100 Subject: [PATCH] Add training page on website --- website/docusaurus.config.js | 5 ++++ website/src/pages/markdown-page.md | 7 ------ website/src/pages/training.md | 37 ++++++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 7 deletions(-) delete mode 100644 website/src/pages/markdown-page.md create mode 100644 website/src/pages/training.md diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index aa7e7ab4..583e6f4a 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -91,6 +91,11 @@ const config = { position: 'left', label: 'Documentation', }, + { + to: '/training', + position: 'left', + label: 'Training', + }, { href: 'https://github.com/nordix/meridio', position: 'right', diff --git a/website/src/pages/markdown-page.md b/website/src/pages/markdown-page.md deleted file mode 100644 index 9756c5b6..00000000 --- a/website/src/pages/markdown-page.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Markdown page example ---- - -# Markdown page example - -You don't need React to write simple standalone pages. diff --git a/website/src/pages/training.md b/website/src/pages/training.md new file mode 100644 index 00000000..9cfbae26 --- /dev/null +++ b/website/src/pages/training.md @@ -0,0 +1,37 @@ +# Training + +* [Youtube](https://www.youtube.com/@meridio6663) +* [Killercoda](https://killercoda.com/meridio) +* [asciinema](https://asciinema.org/~LionelJouin) + +## Playground + +Simple playground environment with Meridio + +* Access the Killercoda environment [here](https://killercoda.com/meridio/scenario/Playground) + +## Installation + +The deployment of the operator and the application of different resources Meridio offers (Trench, VIP, Conduit, Stream, Flow, Attactor, Gateway) + +* Access the Killercoda environment [here](https://killercoda.com/meridio/scenario/Installation) +* Play the recording [here](https://asciinema.org/a/558008) + +## Traffic Path + +With NSM v1.7.1 and Meridio v1.0.0, Follow the ingress and egress traffic path from the gateway, Worker network, VPP forwarder, stateless-lb-frontend, proxy and the target + +* Access the Killercoda environment [here](https://killercoda.com/meridio/scenario/Traffic-Path) + +## Troubleshooting CTFs + +Set of challenges/exercises to debug and troubleshoot common Meridio problems such as non ready pods, traffic loss, errors... + +* Scenario 1 - [Killercoda](https://killercoda.com/meridio/course/Troubleshooting/Scenario-1) - Traffic does not reach the application pods (targets)... +* Scenario 2 - [Killercoda](https://killercoda.com/meridio/course/Troubleshooting/Scenario-2) - stateless-lb-frontend pods are not ready... + +## Archived + +* v0.8.0 - Initial deployment - https://www.youtube.com/watch?v=KB3vNyJnpV8 +* v0.8.0 - Installation - https://www.youtube.com/watch?v=14icbmj9PH0 +* v0.7.1 - Demo with 2 Streams/Flows - https://www.youtube.com/watch?v=zRPK-qQ_mWg