https://github.com/strrl/chaos-mesh-demo-kubecon-na-2023
https://github.com/strrl/chaos-mesh-demo-kubecon-na-2023
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/strrl/chaos-mesh-demo-kubecon-na-2023
- Owner: STRRL
- Created: 2024-03-14T09:24:52.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-14T09:39:06.000Z (about 1 year ago)
- Last Synced: 2025-03-19T08:46:03.825Z (about 1 month ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chaos Mesh Demo on KubeCOn NA 2023
This repo contains manifests which used on Chaos Mesh demo on KubeCon NA 2023.
Video: https://www.youtube.com/watch?v=j57F-c8zIuc
## Setup Kubernetes Cluster
Start minikube cluster
```bash
minikube start
```Enable Kuberenetes Dashboard and Metrics Server
```bash
minikube addons enable dashboard
minikube addons enable metrics-server
```Install Potato Head(https://github.com/podtato-head/podtato-head) as demo application
```bash
kubectl apply -f https://raw.githubusercontent.com/cncf/podtato-head/main/delivery/kubectl/manifest.yaml
```Install Chaos Mesh
```bash
helm repo add chaos-mesh https://charts.chaos-mesh.org
helm install chaos-mesh chaos-mesh/chaos-mesh -n chaos-mesh --create-namespace
```## Examples
### PodChaos pod-failure
### NetworkChaos network delay
### HTTPChaos replace http response