Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: ✏️ The README for MAIN has been rewritten #78

Merged
merged 3 commits into from
Dec 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
# introduction

This is a mock server used to verify the operation of service mesh tools. Service mesh tools refer to Istio, Linkerd, and Kuma.
This document will give you the knowledge you need to operate your application with Kubernetes.

This document allows embedded SREs to follow the points they need to be aware of when running applications on Kubernetes.

## Usage

* Clsuter build and pure mockserver install
* [Usage README](./sample_manifest/README.md)
* Please click here to see the install for clusters.
Click here to use Open Telemetry
### How to Install

[Usage README](./sample_manifest/README.md)

### Verification and learning of each component

* OpenTelemetry + ServiceMesh
* progressive delivery DEMO
* flagger
* [Usage README](./docs/flagger/README.md)
* Service Mesh
* istio DEMO
* [Usage README](./docs/istio/README.md)
| item | link |
|------|------|
| service mesh | [Usage README](./docs/istio/README.md) |
| progressive delivery | [Usage README](./docs/flagger/README.md) |
| resource design with kubernetes | [Usage README](./docs/k8s-resource//README.md) |

> [!NOTE]
> When checking the operation of OpenTelemetry + ServiceMesh, it is recommended to start with progressive delivery.
> The document is written in Japanese.

## Example

Expand Down
Loading