Skip to content

Commit

Permalink
Add Testing Supercluster documentation and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasDeHondt committed Jan 22, 2025
1 parent 463e646 commit 009c934
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
39 changes: 39 additions & 0 deletions Documentation/Testing-Supercluster.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
![logo](https://eliasdh.com/assets/media/images/logo-github.png)
# 💙🤍Testing Supercluster🤍💙

## 📘Table of Contents

1. [📘Table of Contents](#📘table-of-contents)
2. [🖖Introduction](#🖖introduction)
3. [✨Problems](#✨problems)
1. [👉Problem 1: Create yourself an environment to test some network issues.](#👉problem-1-create-yourself-an-environment-to-test-some-network-issues)
4. [🔗Links](#🔗links)

---

## 🖖Introduction

This document contains some interesting test commands.

## ✨Problems

### 👉Problem 1: Create yourself an environment to test some network issues.

```bash
kubectl run -i --tty --rm network-test --image=debian --restart=Never -- bash

apt-get update && apt upgrade -y
apt-get install dnsutils iputils-ping -y

ping eliasdh.com
ping google.com

dig eliasdh.com
dig google.com

exit
```

## 🔗Links
- 👯 Web hosting company [EliasDH.com](https://eliasdh.com).
- 📫 How to reach us elias.dehondt@outlook.com
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Please also see following documents:
3. [Setup Nginx Ingress](Documentation/Setup-NginxIngress.md).
4. [Setup Longhorn](Documentation/Setup-Longhorn.md).

- Testing: [Testing The Supercluster](Documentation/Testing-Supercluster.md).

## 🌌Supercluster Design

### 🌌Cluster 01
Expand Down

0 comments on commit 009c934

Please sign in to comment.