Skip to content

Commit

Permalink
Add training page on website
Browse files Browse the repository at this point in the history
  • Loading branch information
LionelJouin committed Feb 15, 2023
1 parent 6538230 commit c9b3a77
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 7 deletions.
5 changes: 5 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ const config = {
position: 'left',
label: 'Documentation',
},
{
to: '/training',
position: 'left',
label: 'Training',
},
{
href: 'https://github.com/nordix/meridio',
position: 'right',
Expand Down
7 changes: 0 additions & 7 deletions website/src/pages/markdown-page.md

This file was deleted.

37 changes: 37 additions & 0 deletions website/src/pages/training.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c9b3a77

Please sign in to comment.