GithubHelp home page GithubHelp logo

cloudnativelaboratory / skywalking-kubernetes Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apache/skywalking-helm

0.0 1.0 0.0 378 KB

Apache SkyWalking Kubernetes Deployment Helm Chart

Home Page: https://skywalking.apache.org/

License: Apache License 2.0

Smarty 18.32% Makefile 12.61% Shell 69.07%

skywalking-kubernetes's Introduction

Apache SkyWalking Kubernetes

Sky Walking logo

GitHub stars Twitter Follow

SkyWalking Kubernetes repository provides ways to install and configure skywalking in a Kubernetes cluster. The scripts are written in Helm3.

Documentation

Chart Detailed Configuration

chart detailed configuration please read Chart Readme

Deploy SkyWalking and Elasticsearch 7 (default)

$ cd chart

$ helm repo add elastic https://helm.elastic.co

$ helm dep up skywalking

$ helm install <release_name> skywalking -n <namespace>

Note: If you want to deploy Elasticsearch 6, execute the following command

$ helm dep up skywalking

$ helm install <release_name> skywalking -n <namespace> --values ./skywalking/values-es6.yaml

Only deploy SkyWalking ,and use existing Elasticsearch

If not want to deploy a new elasticsearch cluster, this way can be solved.

Only need to close the elasticsearch deployed by chart default and configure the existing elasticsearch connection method.

$ cd chart

$ helm repo add elastic https://helm.elastic.co

$ helm dep up skywalking

$ helm install <release_name> skywalking -n <namespace> \
        --set elasticsearch.enabled=false \
        --set elasticsearch.config.host=<es_host> \
        --set elasticsearch.config.port.http=<es_port> \
        --set elasticsearch.config.user=<es_user> \
        --set elasticsearch.config.password=<es_password> 

Note: You need to make sure your ES cluster version is 7.x , If your cluster version is 6.x, execute the following command

$ helm dep up skywalking

$ helm install <release_name> skywalking -n <namespace> \
        --values ./skywalking/values-es6.yaml
        --set elasticsearch.enabled=false \
        --set elasticsearch.config.host=<es_host> \
        --set elasticsearch.config.port.http=<es_port> \
        --set elasticsearch.config.user=<es_user> \
        --set elasticsearch.config.password=<es_password> 

Structure of repository

helm-chart

This is recommended as the best practice to deploy SkyWalking backend stack into kubernetes cluster.

release chart table

SkyWalking version Chart version
6.5.0 1.0.0
6.6.0 1.1.0
7.0.0 2.0.0

Please head to the releases page to download a release of Apache SkyWalking.

Note: The source code for the release chart matches the git tag.

old chart position table

SkyWalking version Chart position
6.0.0-GA 6.0.0-GA
6.1.0 6.1.0
6.3.0 6.3.0
6.4.0 6.4.0

Note: The source code for old charts are in the legacy-helm-chart branch.

Contact Us

LICENSE

Apache 2.0

skywalking-kubernetes's People

Contributors

chenvista avatar hanahmily avatar innerpeacez avatar jaredtan95 avatar tristan-tsl avatar vision-ken avatar wayilau avatar wu-sheng avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.