commit | 06aeb614fca1883b7410ded2a59ecb6614f5ae1d | [log] [tgz] |
---|---|---|
author | Ye Cao <dashanjic@gmail.com> | Thu Feb 23 23:54:51 2023 +0800 |
committer | GitHub <noreply@github.com> | Thu Feb 23 23:54:51 2023 +0800 |
tree | f06e8ede223e5b9b061488243a8215789a6506a6 | |
parent | 333add00a04a15d727fc82a78ff429e0f69cc251 [diff] |
* Bump up github.com/Masterminds/goutils to v1.1.1 (#84) * Bump up github.com/emicklei/go-restful to v2.16.0+incompatible * Bump up golang.org/x/crypto to v0.6.0 * Bump up golang.org/x/net to v0.7.0 * Bump up golang.org/x/text to v0.7.0 Signed-off-by: dashanji <dashanjic@gmail.com>
A bridge project between Apache SkyWalking and Kubernetes.
SWCK is a platform for the SkyWalking user that provisions, upgrades, maintains SkyWalking relevant components, and makes them work natively on Kubernetes.
JavaAgent
CR for monitoring purposes.There are two ways to install swck.
skywalking-swck-<SWCK_VERSION>-bin.tgz
. Unarchive the package to a folder named skywalking-swck-<SWCK_VERSION>-bin
swck-injection=enabled
$ kubectl label namespace default(your namespace) swck-injection=enabled
swck-java-agent-injected: "true"
to the workloadsFor more details, please read Java agent injector
cert-manager
installed.kubectl apply -f skywalking-swck-<SWCK_VERSION>-bin/config/operator-bundle.yaml
kubectl apply -k "github.com/apache/skywalking-swck/operator/config/default"
or
kubectl apply -k "github.com/apache/skywalking-swck/operator/config/default?ref=v0.7.0"
For more details, please refer to deploy operator
kubectl apply -f skywalking-swck-<SWCK_VERSION>-bin/config/adapter-bundle.yaml
kubectl apply -k "github.com/apache/skywalking-swck/adapter/config"
or
kubectl apply -k "github.com/apache/skywalking-swck/adapter/config?ref=v0.7.0"
For more details, please read Custom metrics adapter
For developers who want to contribute to this project, see Contribution Guide. What's more, we have a guide about how to add new CRDs and Controllers, see How to add new CRD and Controller in SWCK.