README.md 788 字节
Newer Older
G
Gao Hongtao 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
# Apache SkyWalking Kubernetes

To install and configure skywalking in a Kubernetes cluster, follow these instructions.

## Prerequisites

Please promise the `skywalking` namespace existed in the cluster, otherwise, create a new one.

`kubctl apply -f scripts/namespace.yml`

## Deploy Elasticsearch

Use `kubectl apply -f ` with the scripts in `scripts/elasticsearch` to deploy elasticsearch servers
in the cluster.

> `01-storageclass.yml` assume to use GKE as the kubernetes provisioner. You could fix it according
to your kubernetes environment.

## Deploy OAP server 

Use `kubectl apply -f ` with the scripts in `scripts/opa` to deploy oap server
in the cluster.

## Deploy UI server 

Use `kubectl apply -f ` with the scripts in `scripts/ui` to deploy oap server
in the cluster.